Package | Description |
---|---|
org.jboss.as.domain.http.server.security | |
org.jboss.as.domain.management | |
org.jboss.as.domain.management.security |
Constructor and Description |
---|
AuthenticationMechanismWrapper(io.undertow.security.api.AuthenticationMechanism wrapped,
AuthMechanism mechanism) |
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 |
KerberosCallbackHandler.getPreferredMechanism() |
AuthMechanism |
PlugInAuthenticationCallbackHandler.getPreferredMechanism() |
AuthMechanism |
JaasCallbackHandler.getPreferredMechanism() |
AuthMechanism |
PropertiesCallbackHandler.getPreferredMechanism() |
AuthMechanism |
UserLdapCallbackHandler.getPreferredMechanism() |
AuthMechanism |
ClientCertCallbackHandler.getPreferredMechanism() |
AuthMechanism |
UserDomainCallbackHandler.getPreferredMechanism() |
AuthMechanism |
CallbackHandlerService.getPreferredMechanism() |
Modifier and Type | Method and Description |
---|---|
Set<AuthMechanism> |
KerberosCallbackHandler.getSupplementaryMechanisms() |
Set<AuthMechanism> |
PlugInAuthenticationCallbackHandler.getSupplementaryMechanisms() |
Set<AuthMechanism> |
JaasCallbackHandler.getSupplementaryMechanisms() |
Set<AuthMechanism> |
PropertiesCallbackHandler.getSupplementaryMechanisms() |
Set<AuthMechanism> |
UserLdapCallbackHandler.getSupplementaryMechanisms() |
Set<AuthMechanism> |
ClientCertCallbackHandler.getSupplementaryMechanisms() |
Set<AuthMechanism> |
UserDomainCallbackHandler.getSupplementaryMechanisms() |
Set<AuthMechanism> |
CallbackHandlerService.getSupplementaryMechanisms() |
Set<AuthMechanism> |
SecurityRealmService.getSupportedAuthenticationMechanisms() |
Modifier and Type | Method and Description |
---|---|
AuthorizingCallbackHandler |
SecurityRealmService.getAuthorizingCallbackHandler(AuthMechanism mechanism) |
Map<String,String> |
SecurityRealmService.getMechanismConfig(AuthMechanism mechanism) |
Copyright © 2023 JBoss by Red Hat. All rights reserved.