|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Callback

This SPI interface represents the users, their passwords and roles in the container environment
| Method Summary | |
|---|---|
char[] |
getCredential(String user)
Get the credential for an user |
String |
getDomain()
Get the domain |
String[] |
getRoles(String user)
Get the roles for an user |
Set<String> |
getUsers()
Get the users |
void |
start()
Start |
void |
stop()
Stop |
| Method Detail |
|---|
String getDomain()
Set<String> getUsers()
char[] getCredential(String user)
user - The user name
null if user doesn't existsString[] getRoles(String user)
user - The user name
null if user doesn't exists or no roles
void start()
throws Throwable
Throwable - Thrown if an error occurs
void stop()
throws Throwable
Throwable - Thrown if an error occurs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||