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
|
Callback[] |
mapCallbacks(Callback[] callbacks)
Applies all mappings in the array of
Callback objects. |
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 foundCallback[] mapCallbacks(Callback[] callbacks)
Callback
objects.callbacks
- an array of callbacks that will be mappedCopyright © 2021 JBoss by Red Hat. All rights reserved.