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

This SPI interface represents the security inflow contract in the container environment
| Method Summary | |
|---|---|
String[] |
getDefaultGroups()
Get the default groups |
Principal |
getDefaultPrincipal()
Get the default principal |
String |
getDomain()
Get the domain |
boolean |
isMappingRequired()
Is an user mapping required |
String |
mapGroup(String name)
Map a group |
Principal |
mapPrincipal(String name)
Map a principal |
void |
start()
Start |
void |
stop()
Stop |
| Method Detail |
|---|
String getDomain()
boolean isMappingRequired()
Principal getDefaultPrincipal()
null if no default principalString[] getDefaultGroups()
null if no default groupsPrincipal mapPrincipal(String name)
name - The principal name
null if no mapping could be foundString mapGroup(String name)
name - The group name
null if no mapping could be found
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 | |||||||||