BrightSide Workbench Full Report + Source Code
org.turro.elephant.security.IUserAdmin Interface Reference

Public Member Functions

void addUser (String id, String name, String pass1, String pass2) throws IOException
 
void removeUser (String id) throws IOException
 
boolean checkId (String id)
 
void setName (String id, String name) throws IOException
 
void setPasswords (String id, String pass1, String pass2) throws IOException
 
void setProperty (String id, String name, String value) throws IOException
 
void removeProperty (String id, String name) throws IOException
 
void setRole (String id, String name) throws IOException
 
void removeRole (String id, String name) throws IOException
 
void cleanRoles (String id) throws IOException
 
List getUsers ()
 
void resetUsers ()
 

Detailed Description

Author
Lluis TurrĂ³ Cutiller lluis.nosp@m.@tur.nosp@m.ro.or.nosp@m.g

Definition at line 27 of file IUserAdmin.java.

Member Function Documentation

◆ addUser()

void org.turro.elephant.security.IUserAdmin.addUser ( String  id,
String  name,
String  pass1,
String  pass2 
) throws IOException

◆ checkId()

boolean org.turro.elephant.security.IUserAdmin.checkId ( String  id)

◆ cleanRoles()

void org.turro.elephant.security.IUserAdmin.cleanRoles ( String  id) throws IOException

◆ getUsers()

List org.turro.elephant.security.IUserAdmin.getUsers ( )

◆ removeProperty()

void org.turro.elephant.security.IUserAdmin.removeProperty ( String  id,
String  name 
) throws IOException

◆ removeRole()

void org.turro.elephant.security.IUserAdmin.removeRole ( String  id,
String  name 
) throws IOException

◆ removeUser()

void org.turro.elephant.security.IUserAdmin.removeUser ( String  id) throws IOException

◆ resetUsers()

void org.turro.elephant.security.IUserAdmin.resetUsers ( )

◆ setName()

void org.turro.elephant.security.IUserAdmin.setName ( String  id,
String  name 
) throws IOException
Here is the caller graph for this function:

◆ setPasswords()

void org.turro.elephant.security.IUserAdmin.setPasswords ( String  id,
String  pass1,
String  pass2 
) throws IOException
Here is the caller graph for this function:

◆ setProperty()

void org.turro.elephant.security.IUserAdmin.setProperty ( String  id,
String  name,
String  value 
) throws IOException
Here is the caller graph for this function:

◆ setRole()

void org.turro.elephant.security.IUserAdmin.setRole ( String  id,
String  name 
) throws IOException

The documentation for this interface was generated from the following file: