Package | Description |
---|---|
org.jboss.as.domain.management | |
org.jboss.as.domain.management.security |
Modifier and Type | Method and Description |
---|---|
DomainCallbackHandler |
SecurityRealm.getCallbackHandler() |
Modifier and Type | Class and Description |
---|---|
class |
JaasCallbackHandler
A CallbackHandler verifying users usernames and passwords by using a JAAS LoginContext.
|
class |
PropertiesCallbackHandler
A CallbackHandler obtaining the users and their passwords from a properties file.
|
class |
UserDomainCallbackHandler
A CallbackHandler for users defined within the domain mode.
|
class |
UserLdapCallbackHandler
A CallbackHandler for users within an LDAP directory.
|
Modifier and Type | Method and Description |
---|---|
DomainCallbackHandler |
SecurityRealmService.getCallbackHandler()
Used to obtain the callback handler for the configured 'authorizations'.
|
DomainCallbackHandler |
JaasCallbackHandler.getValue() |
DomainCallbackHandler |
PropertiesCallbackHandler.getValue() |
Modifier and Type | Method and Description |
---|---|
org.jboss.msc.value.InjectedValue<DomainCallbackHandler> |
SecurityRealmService.getCallbackHandlerInjector() |
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.