| Package | Description |
|---|---|
| org.jboss.as.domain.management | |
| org.jboss.as.domain.management.security |
| Modifier and Type | Method and Description |
|---|---|
static AuthMechanism |
AuthMechanism.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthMechanism[] |
AuthMechanism.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Set<AuthMechanism> |
SecurityRealm.getSupportedAuthenticationMechanisms() |
| Modifier and Type | Method and Description |
|---|---|
AuthorizingCallbackHandler |
SecurityRealm.getAuthorizingCallbackHandler(AuthMechanism mechanism) |
Map<String,String> |
SecurityRealm.getMechanismConfig(AuthMechanism mechanism) |
| Modifier and Type | Method and Description |
|---|---|
AuthMechanism |
ClientCertCallbackHandler.getPreferredMechanism() |
AuthMechanism |
CallbackHandlerService.getPreferredMechanism() |
AuthMechanism |
DomainManagedServerCallbackHandler.getPreferredMechanism() |
AuthMechanism |
JaasCallbackHandler.getPreferredMechanism() |
AuthMechanism |
PlugInAuthenticationCallbackHandler.getPreferredMechanism() |
AuthMechanism |
PropertiesCallbackHandler.getPreferredMechanism() |
AuthMechanism |
UserLdapCallbackHandler.getPreferredMechanism() |
AuthMechanism |
KerberosCallbackHandler.getPreferredMechanism() |
AuthMechanism |
UserDomainCallbackHandler.getPreferredMechanism() |
| Modifier and Type | Method and Description |
|---|---|
Set<AuthMechanism> |
ClientCertCallbackHandler.getSupplementaryMechanisms() |
Set<AuthMechanism> |
CallbackHandlerService.getSupplementaryMechanisms() |
Set<AuthMechanism> |
DomainManagedServerCallbackHandler.getSupplementaryMechanisms() |
Set<AuthMechanism> |
JaasCallbackHandler.getSupplementaryMechanisms() |
Set<AuthMechanism> |
PlugInAuthenticationCallbackHandler.getSupplementaryMechanisms() |
Set<AuthMechanism> |
PropertiesCallbackHandler.getSupplementaryMechanisms() |
Set<AuthMechanism> |
UserLdapCallbackHandler.getSupplementaryMechanisms() |
Set<AuthMechanism> |
KerberosCallbackHandler.getSupplementaryMechanisms() |
Set<AuthMechanism> |
UserDomainCallbackHandler.getSupplementaryMechanisms() |
Set<AuthMechanism> |
SecurityRealmService.getSupportedAuthenticationMechanisms() |
| Modifier and Type | Method and Description |
|---|---|
AuthorizingCallbackHandler |
SecurityRealmService.getAuthorizingCallbackHandler(AuthMechanism mechanism) |
Map<String,String> |
SecurityRealmService.getMechanismConfig(AuthMechanism mechanism) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.