
public interface Callback extends Serializable
| Modifier and Type | Method and Description |
|---|---|
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
|
String getDomain()
boolean isMappingRequired()
Principal getDefaultPrincipal()
null if no default principalString[] getDefaultGroups()
null if no default groupsPrincipal mapPrincipal(String name)
name - The principal namenull if no mapping could be foundString mapGroup(String name)
name - The group namenull if no mapping could be foundCopyright © 2013 IronJacamar (http://www.ironjacamar.org)