A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
All Classes All Packages

A

a - Variable in class org.wildfly.security.permission.SerializedPermission
 
A_APACHE_HTDIGEST - Static variable in class org.wildfly.security.password.util.ModularCrypt
 
A_BCRYPT - Static variable in class org.wildfly.security.password.util.ModularCrypt
 
A_BSD_CRYPT_DES - Static variable in class org.wildfly.security.password.util.ModularCrypt
 
A_BSD_NT_HASH - Static variable in class org.wildfly.security.password.util.ModularCrypt
 
A_CRYPT_DES - Static variable in class org.wildfly.security.password.util.ModularCrypt
 
A_CRYPT_MD5 - Static variable in class org.wildfly.security.password.util.ModularCrypt
 
A_CRYPT_SHA_256 - Static variable in class org.wildfly.security.password.util.ModularCrypt
 
A_CRYPT_SHA_512 - Static variable in class org.wildfly.security.password.util.ModularCrypt
 
A_MASKED - Static variable in class org.wildfly.security.password.util.ModularCrypt
 
A_SUN_CRYPT_MD5 - Static variable in class org.wildfly.security.password.util.ModularCrypt
 
A_SUN_CRYPT_MD5_BARE_SALT - Static variable in class org.wildfly.security.password.util.ModularCrypt
 
abortTokenResponse() - Method in class org.wildfly.security.http.oidc.AuthenticatedActionsHandler
 
AbstractActionPermission<This extends AbstractActionPermission<This>> - Class in org.wildfly.security.permission
An abstract base class for named permissions that have actions, with useful API and implementation methods.
AbstractActionPermission(String) - Constructor for class org.wildfly.security.permission.AbstractActionPermission
Construct a new instance.
AbstractActionSetPermission<This extends AbstractActionSetPermission<This>> - Class in org.wildfly.security.permission
An abstract base class for permissions which use a bit set to represent actions.
AbstractActionSetPermission(String, int, StringEnumeration) - Constructor for class org.wildfly.security.permission.AbstractActionSetPermission
Construct a new instance.
AbstractActionSetPermission(String, String, StringEnumeration) - Constructor for class org.wildfly.security.permission.AbstractActionSetPermission
Construct a new instance.
AbstractAlgorithmParametersSpiImpl<P extends AlgorithmParameterSpec> - Class in org.wildfly.security.util
A base class for classes which implement AlgorithmParametersSpi that encode parameters using ASN.1.
AbstractAlgorithmParametersSpiImpl() - Constructor for class org.wildfly.security.util.AbstractAlgorithmParametersSpiImpl
Construct a new instance.
AbstractAnonymousFactory - Class in org.wildfly.security.sasl.anonymous
A base class for the anonymous factories to verify from the properties supplied if anonymous can be used.
AbstractAnonymousFactory() - Constructor for class org.wildfly.security.sasl.anonymous.AbstractAnonymousFactory
Construct a new instance.
AbstractBooleanPermission<This extends AbstractBooleanPermission<This>> - Class in org.wildfly.security.permission
A base class for nameless and actionless permissions that are either granted or not granted.
AbstractBooleanPermission() - Constructor for class org.wildfly.security.permission.AbstractBooleanPermission
Construct a new instance.
AbstractCredentialCallback - Class in org.wildfly.security.auth.callback
Abstract base class for credential callbacks.
AbstractCredentialCallback(Class<? extends Credential>, String, AlgorithmParameterSpec) - Constructor for class org.wildfly.security.auth.callback.AbstractCredentialCallback
 
AbstractDelegatingSaslClient - Class in org.wildfly.security.sasl.util
An abstract base for SaslClient instances which delegate to another SaslClient.
AbstractDelegatingSaslClient(SaslClient) - Constructor for class org.wildfly.security.sasl.util.AbstractDelegatingSaslClient
Construct a new instance.
AbstractDelegatingSaslClientFactory - Class in org.wildfly.security.sasl.util
An abstract base for SaslClientFactory instances which delegate to another SaslClientFactory.
AbstractDelegatingSaslClientFactory(SaslClientFactory) - Constructor for class org.wildfly.security.sasl.util.AbstractDelegatingSaslClientFactory
Construct a new instance.
AbstractDelegatingSaslServer - Class in org.wildfly.security.sasl.util
An abstract base for SaslServer instances which delegate to another SaslServer.
AbstractDelegatingSaslServer(SaslServer) - Constructor for class org.wildfly.security.sasl.util.AbstractDelegatingSaslServer
Construct a new instance.
AbstractDelegatingSaslServerFactory - Class in org.wildfly.security.sasl.util
An abstract base for SaslServerFactory instances which delegate to another SaslServerFactory.
AbstractDelegatingSaslServerFactory(SaslServerFactory) - Constructor for class org.wildfly.security.sasl.util.AbstractDelegatingSaslServerFactory
Construct a new instance.
AbstractDelegatingSSLContextSpi - Class in org.wildfly.security.ssl
An SSL context SPI implementation which delegates to another SSL context.
AbstractDelegatingSSLContextSpi(SSLContext) - Constructor for class org.wildfly.security.ssl.AbstractDelegatingSSLContextSpi
Construct a new instance.
AbstractDelegatingSSLEngine - Class in org.wildfly.security.ssl
 
AbstractDelegatingSSLEngine(SSLEngine) - Constructor for class org.wildfly.security.ssl.AbstractDelegatingSSLEngine
 
AbstractDelegatingSSLParameters - Class in org.wildfly.security.ssl
 
AbstractDelegatingSSLParameters(SSLParameters) - Constructor for class org.wildfly.security.ssl.AbstractDelegatingSSLParameters
 
AbstractDelegatingSSLServerSocket - Class in org.wildfly.security.ssl
 
AbstractDelegatingSSLServerSocket(SSLServerSocket) - Constructor for class org.wildfly.security.ssl.AbstractDelegatingSSLServerSocket
 
AbstractDelegatingSSLServerSocketFactory - Class in org.wildfly.security.ssl
 
AbstractDelegatingSSLServerSocketFactory(SSLServerSocketFactory) - Constructor for class org.wildfly.security.ssl.AbstractDelegatingSSLServerSocketFactory
 
AbstractDelegatingSSLSessionContext - Class in org.wildfly.security.ssl
 
AbstractDelegatingSSLSessionContext(SSLSessionContext) - Constructor for class org.wildfly.security.ssl.AbstractDelegatingSSLSessionContext
 
AbstractDelegatingSSLSocket - Class in org.wildfly.security.ssl
 
AbstractDelegatingSSLSocket(SSLSocket) - Constructor for class org.wildfly.security.ssl.AbstractDelegatingSSLSocket
 
AbstractDelegatingSSLSocketFactory - Class in org.wildfly.security.ssl
 
AbstractDelegatingSSLSocketFactory(SSLSocketFactory) - Constructor for class org.wildfly.security.ssl.AbstractDelegatingSSLSocketFactory
 
AbstractDigestFactory - Class in org.wildfly.security.sasl.digest
 
AbstractDigestFactory() - Constructor for class org.wildfly.security.sasl.digest.AbstractDigestFactory
 
AbstractDigestMechanism - Class in org.wildfly.security.sasl.digest
 
AbstractDigestMechanism(String, String, String, CallbackHandler, AbstractDigestMechanism.FORMAT, Charset, String[], Supplier<Provider[]>) - Constructor for class org.wildfly.security.sasl.digest.AbstractDigestMechanism
 
AbstractDigestMechanism.DigestWrapper - Class in org.wildfly.security.sasl.digest
 
AbstractDigestMechanism.FORMAT - Enum in org.wildfly.security.sasl.digest
 
AbstractGssapiFactory - Class in org.wildfly.security.sasl.gssapi
Common factory for the GSSAPI mechanism.
AbstractGssapiFactory() - Constructor for class org.wildfly.security.sasl.gssapi.AbstractGssapiFactory
Construct a new instance.
AbstractGssapiMechanism - Class in org.wildfly.security.sasl.gssapi
Base class for the SaslServer and SaslClient implementations implementing the GSSAPI mechanism as defined by RFC 4752
AbstractGssapiMechanism(String, String, String, Map<String, ?>, CallbackHandler) - Constructor for class org.wildfly.security.sasl.gssapi.AbstractGssapiMechanism
 
AbstractGssapiMechanism.GssapiWrapper - Class in org.wildfly.security.sasl.gssapi
 
AbstractGssapiMechanism.QOP - Enum in org.wildfly.security.sasl.gssapi
 
AbstractLoadingKeyStoreFactory(ExceptionSupplier<KeyStore, ConfigXMLParseException>, ExceptionSupplier<char[], ConfigXMLParseException>, XMLLocation) - Constructor for class org.wildfly.security.auth.client.ElytronXmlParser.AbstractLoadingKeyStoreFactory
 
AbstractMechanismAuthenticationFactory<M,​F,​E extends Exception> - Class in org.wildfly.security.auth.server
 
AbstractMechanismAuthenticationFactory(SecurityDomain, MechanismConfigurationSelector, F) - Constructor for class org.wildfly.security.auth.server.AbstractMechanismAuthenticationFactory
 
AbstractMechanismAuthenticationFactory.Builder<M,​F,​E extends Exception> - Class in org.wildfly.security.auth.server
 
AbstractNamedPermission<This extends AbstractNamedPermission<This>> - Class in org.wildfly.security.permission
An abstract base class for named permissions with useful API and implementation methods.
AbstractNamedPermission(String) - Constructor for class org.wildfly.security.permission.AbstractNamedPermission
Construct a new instance.
AbstractNameOnlyPermission<This extends AbstractNameOnlyPermission<This>> - Class in org.wildfly.security.permission
A permission which has a name only, and no actions.
AbstractNameOnlyPermission(String) - Constructor for class org.wildfly.security.permission.AbstractNameOnlyPermission
Construct a new instance.
AbstractNameSetOnlyPermission<This extends AbstractNameSetOnlyPermission<This>> - Class in org.wildfly.security.permission
An actionless permission with a finite, fixed set of possible names.
AbstractNameSetOnlyPermission(String, StringEnumeration) - Constructor for class org.wildfly.security.permission.AbstractNameSetOnlyPermission
Construct a new instance.
AbstractPasswordImpl - Class in org.wildfly.security.password.impl
 
AbstractPasswordImpl() - Constructor for class org.wildfly.security.password.impl.AbstractPasswordImpl
 
AbstractPermission<This extends AbstractPermission<This>> - Class in org.wildfly.security.permission
An abstract base class for any permission.
AbstractPermission(String) - Constructor for class org.wildfly.security.permission.AbstractPermission
Construct a new instance.
AbstractPermissionCollection - Class in org.wildfly.security.permission
Base class for useful permission collections.
AbstractPermissionCollection(AbstractPermission<?>) - Constructor for class org.wildfly.security.permission.AbstractPermissionCollection
Construct a new instance.
AbstractSaslClient - Class in org.wildfly.security.sasl.util
A base class for SASL client implementations.
AbstractSaslClient(String, String, String, CallbackHandler, String, boolean) - Constructor for class org.wildfly.security.sasl.util.AbstractSaslClient
Deprecated.
AbstractSaslClient(String, String, String, CallbackHandler, String, boolean, ElytronMessages) - Constructor for class org.wildfly.security.sasl.util.AbstractSaslClient
Construct a new instance.
AbstractSaslFactory - Class in org.wildfly.security.sasl.util
Abstract SASL factory base class.
AbstractSaslFactory(String) - Constructor for class org.wildfly.security.sasl.util.AbstractSaslFactory
Construct a new instance.
AbstractSaslParticipant - Class in org.wildfly.security.sasl.util
A common base class for SASL participants.
AbstractSaslParticipant(String, String, String, CallbackHandler) - Constructor for class org.wildfly.security.sasl.util.AbstractSaslParticipant
Deprecated.
AbstractSaslParticipant(String, String, String, CallbackHandler, ElytronMessages) - Constructor for class org.wildfly.security.sasl.util.AbstractSaslParticipant
Construct a new instance.
AbstractSaslServer - Class in org.wildfly.security.sasl.util
A base class for SASL client implementations.
AbstractSaslServer(String, String, String, CallbackHandler) - Constructor for class org.wildfly.security.sasl.util.AbstractSaslServer
Deprecated.
AbstractSaslServer(String, String, String, CallbackHandler, ElytronMessages) - Constructor for class org.wildfly.security.sasl.util.AbstractSaslServer
Construct a new instance.
AbstractX509CertificateChainCredential - Class in org.wildfly.security.credential
 
AbstractX509CertificateChainCredential(X509Certificate...) - Constructor for class org.wildfly.security.credential.AbstractX509CertificateChainCredential
 
ACC_CACHE - Static variable in class org.wildfly.security.manager.WildFlySecurityManager
 
accept - Variable in class org.wildfly.security.ssl.AuthenticationCipherSuitePredicate
 
accept() - Method in class org.wildfly.security.ssl.AbstractDelegatingSSLServerSocket
 
accept(EventPriority, String) - Method in class org.wildfly.security.audit.FileAuditEndpoint
Accept formatted security event message to be processed written into target local file.
accept(EventPriority, String) - Method in class org.wildfly.security.audit.SyslogAuditEndpoint
 
accept(RealmEventVisitor<P, R>, P) - Method in class org.wildfly.security.auth.server.event.RealmAbandonedAuthenticationEvent
 
accept(RealmEventVisitor<P, R>, P) - Method in class org.wildfly.security.auth.server.event.RealmAuthenticationEvent
 
accept(RealmEventVisitor<P, R>, P) - Method in class org.wildfly.security.auth.server.event.RealmAuthorizationEvent
 
accept(RealmEventVisitor<P, R>, P) - Method in class org.wildfly.security.auth.server.event.RealmDefiniteOutcomeAuthenticationEvent
 
accept(RealmEventVisitor<P, R>, P) - Method in class org.wildfly.security.auth.server.event.RealmEvent
Accept the given visitor, calling the method which is most applicable to this event type.
accept(RealmEventVisitor<P, R>, P) - Method in class org.wildfly.security.auth.server.event.RealmFailedAuthenticationEvent
 
accept(RealmEventVisitor<P, R>, P) - Method in class org.wildfly.security.auth.server.event.RealmIdentityAuthorizationEvent
 
accept(RealmEventVisitor<P, R>, P) - Method in class org.wildfly.security.auth.server.event.RealmIdentityFailedAuthorizationEvent
 
accept(RealmEventVisitor<P, R>, P) - Method in class org.wildfly.security.auth.server.event.RealmIdentitySuccessfulAuthorizationEvent
 
accept(RealmEventVisitor<P, R>, P) - Method in class org.wildfly.security.auth.server.event.RealmSuccessfulAuthenticationEvent
 
accept(SecurityEvent) - Method in class org.wildfly.security.audit.AuditLogger
Accept security event to be processed by audit endpoints.
accept(SecurityEventVisitor<P, R>, P) - Method in class org.wildfly.security.auth.server.event.SecurityAuthenticationEvent
 
accept(SecurityEventVisitor<P, R>, P) - Method in class org.wildfly.security.auth.server.event.SecurityAuthenticationFailedEvent
 
accept(SecurityEventVisitor<P, R>, P) - Method in class org.wildfly.security.auth.server.event.SecurityAuthenticationSuccessfulEvent
 
accept(SecurityEventVisitor<P, R>, P) - Method in class org.wildfly.security.auth.server.event.SecurityEvent
Accept the given visitor, calling the method which is most applicable to this event type.
accept(SecurityEventVisitor<P, R>, P) - Method in class org.wildfly.security.auth.server.event.SecurityPermissionCheckEvent
 
accept(SecurityEventVisitor<P, R>, P) - Method in class org.wildfly.security.auth.server.event.SecurityPermissionCheckFailedEvent
 
accept(SecurityEventVisitor<P, R>, P) - Method in class org.wildfly.security.auth.server.event.SecurityPermissionCheckSuccessfulEvent
 
accept(SecurityEventVisitor<P, R>, P) - Method in class org.wildfly.security.auth.server.event.SecurityRealmUnavailableEvent
 
accept(SecurityEventVisitor<P, R>, P) - Method in class org.wildfly.security.auth.server.event.SyslogAuditEvent
Accept the given visitor, calling the method which is most applicable to this event type.
ACCEPT - Static variable in class org.wildfly.security.http.HttpConstants
 
ACCEPT_LANGUAGE - Static variable in class org.wildfly.security.x500.cert.acme.Acme
 
acceptedIssuers - Variable in class org.wildfly.security.ssl.X509CRLExtendedTrustManager
Deprecated.
 
acceptedIssuers - Variable in class org.wildfly.security.ssl.X509RevocationTrustManager
 
acceptedIssuers - Variable in class org.wildfly.security.ssl.X509RevocationTrustManager.Builder
 
accepting - Variable in class org.wildfly.security.audit.FileAuditEndpoint
 
accepting - Variable in class org.wildfly.security.audit.SyslogAuditEndpoint
 
ACCEPTOR_STATE - Static variable in class org.wildfly.security.sasl.gssapi.GssapiServer
 
access - Static variable in interface org.wildfly.security.manager._private.SecurityMessages
 
ACCESS_CONTROL_ALLOW_CREDENTIALS - Static variable in class org.wildfly.security.http.oidc.CorsHeaders
 
ACCESS_CONTROL_ALLOW_HEADERS - Static variable in class org.wildfly.security.http.oidc.CorsHeaders
 
ACCESS_CONTROL_ALLOW_METHODS - Static variable in class org.wildfly.security.http.oidc.CorsHeaders
 
ACCESS_CONTROL_ALLOW_ORIGIN - Static variable in class org.wildfly.security.http.oidc.CorsHeaders
 
ACCESS_CONTROL_EXPOSE_HEADERS - Static variable in class org.wildfly.security.http.oidc.CorsHeaders
 
ACCESS_CONTROL_MAX_AGE - Static variable in class org.wildfly.security.http.oidc.CorsHeaders
 
ACCESS_CONTROL_REQUEST_HEADERS - Static variable in class org.wildfly.security.http.oidc.CorsHeaders
 
ACCESS_CONTROL_REQUEST_METHOD - Static variable in class org.wildfly.security.http.oidc.CorsHeaders
 
ACCESS_DECLARED_MEMBERS_PERMISSION - Static variable in class org.wildfly.security.manager.WildFlySecurityManager
 
ACCESS_TOKEN - Static variable in class org.wildfly.security.http.oidc.QueryParameterTokenRequestAuthenticator
 
ACCESS_TOKEN_INDEX - Static variable in class org.wildfly.security.http.oidc.OidcCookieTokenStore
 
AccessAndIDTokenResponse - Class in org.wildfly.security.http.oidc
A representation of an OpenID Connect token response that contains both an access token and an ID token as per the OpenID Connect Core 1.0 specification.
AccessAndIDTokenResponse() - Constructor for class org.wildfly.security.http.oidc.AccessAndIDTokenResponse
 
accessCheckFailed(Permission, CodeSource, ClassLoader) - Method in interface org.wildfly.security.manager._private.SecurityMessages
 
accessCheckFailed(Permission, CodeSource, ClassLoader, String) - Method in interface org.wildfly.security.manager._private.SecurityMessages
 
accessControlContext - Variable in class org.wildfly.security.http.util.PrivilegedServerMechanism
 
accessControlContext - Variable in class org.wildfly.security.http.util.PrivilegedServerMechanismFactory
 
accessControlContext - Variable in class org.wildfly.security.sasl.util.PrivilegedSaslClient
 
accessControlContext - Variable in class org.wildfly.security.sasl.util.PrivilegedSaslServer
 
accessControlException(Permission, Permission, CodeSource, ClassLoader) - Method in interface org.wildfly.security.manager._private.SecurityMessages
 
AccessDescription - Class in org.wildfly.security.x500.cert
An access description for the authority information access and subject information access extensions.
AccessDescription(String, GeneralName) - Constructor for class org.wildfly.security.x500.cert.AccessDescription
Construct a new instance.
accessDescriptions - Variable in class org.wildfly.security.x500.cert.AuthorityInformationAccessExtension
 
accessDescriptions - Variable in class org.wildfly.security.x500.cert.SubjectInformationAccessExtension
 
accessLocation - Variable in class org.wildfly.security.x500.cert.AccessDescription
 
accessMethodId - Variable in class org.wildfly.security.x500.cert.AccessDescription
 
accessToken - Variable in class org.wildfly.security.http.oidc.AccessAndIDTokenResponse
 
accessToken - Variable in class org.wildfly.security.http.oidc.TokenValidator.VerifiedTokens
 
AccessToken - Class in org.wildfly.security.http.oidc
Representation of an access token.
AccessToken(JwtClaims) - Constructor for class org.wildfly.security.http.oidc.AccessToken
Construct a new instance.
accessTokenString - Variable in class org.wildfly.security.http.oidc.TokenValidator.AtHashValidator
 
account - Variable in class org.wildfly.security.http.oidc.OidcHttpFacade
 
ACCOUNT - Static variable in class org.wildfly.security.x500.cert.acme.Acme
 
ACCOUNT_KEY_NAME - Static variable in class org.wildfly.security.x500.cert.acme.AcmeAccount.Builder
 
ACCOUNT_PATH - Static variable in class org.wildfly.security.http.oidc.Oidc
 
AccountEntry(String, String, String) - Constructor for class org.wildfly.security.auth.realm.LegacyPropertiesSecurityRealm.AccountEntry
 
accounts - Variable in class org.wildfly.security.auth.realm.LegacyPropertiesSecurityRealm.LoadedState
 
accountUrl - Variable in class org.wildfly.security.http.oidc.OidcClientConfiguration
 
accountUrl - Variable in class org.wildfly.security.x500.cert.acme.AcmeAccount
 
acme - Static variable in interface org.wildfly.security.x500.cert.acme.ElytronMessages
 
Acme - Class in org.wildfly.security.x500.cert.acme
Useful constants and utilities related to the Automatic Certificate Management Environment (ACME) protocol.
Acme() - Constructor for class org.wildfly.security.x500.cert.acme.Acme
 
AcmeAccount - Class in org.wildfly.security.x500.cert.acme
A class that represents an Automatic Certificate Management Environment (ACME) account.
AcmeAccount(AcmeAccount.Builder) - Constructor for class org.wildfly.security.x500.cert.acme.AcmeAccount
 
AcmeAccount.Builder - Class in org.wildfly.security.x500.cert.acme
 
acmeAccountDoesNotExist() - Method in interface org.wildfly.security.x500.cert.acme.ElytronMessages
 
acmeAccountKeyPairGenerationFailed(Exception) - Method in interface org.wildfly.security.x500.cert.acme.ElytronMessages
 
AcmeChallenge - Class in org.wildfly.security.x500.cert.acme
A class that represents an Automatic Certificate Management Environment (ACME) challenge.
AcmeChallenge(AcmeChallenge.Type, String, String, String, String) - Constructor for class org.wildfly.security.x500.cert.acme.AcmeChallenge
Construct a new instance.
AcmeChallenge.Type - Class in org.wildfly.security.x500.cert.acme
An Automatic Certificate Management Environment (ACME) challenge type.
AcmeChallenge.UnknownType - Class in org.wildfly.security.x500.cert.acme
An unknown challenge type.
AcmeClientSpi - Class in org.wildfly.security.x500.cert.acme
SPI for an Automatic Certificate Management Environment (ACME) client provider to implement.
AcmeClientSpi() - Constructor for class org.wildfly.security.x500.cert.acme.AcmeClientSpi
 
AcmeException - Exception in org.wildfly.security.x500.cert.acme
Exception to indicate a general failure related to the Automatic Certificate Management Environment (ACME) protocol.
AcmeException() - Constructor for exception org.wildfly.security.x500.cert.acme.AcmeException
Constructs a new AcmeException instance.
AcmeException(String) - Constructor for exception org.wildfly.security.x500.cert.acme.AcmeException
Constructs a new AcmeException instance with an initial message.
AcmeException(String, Throwable) - Constructor for exception org.wildfly.security.x500.cert.acme.AcmeException
Constructs a new AcmeException instance with an initial message and cause.
AcmeException(Throwable) - Constructor for exception org.wildfly.security.x500.cert.acme.AcmeException
Constructs a new AcmeException instance with an initial cause.
AcmeMetadata - Class in org.wildfly.security.x500.cert.acme
A class that represents the metadata associated with an Automatic Certificate Management Environment (ACME) server.
AcmeMetadata(AcmeMetadata.Builder) - Constructor for class org.wildfly.security.x500.cert.acme.AcmeMetadata
 
AcmeMetadata.Builder - Class in org.wildfly.security.x500.cert.acme
 
AcmeResource - Enum in org.wildfly.security.x500.cert.acme
The various Automatic Certificate Management Environment (ACME) protocol resource types.
AcmeResource(String) - Constructor for enum org.wildfly.security.x500.cert.acme.AcmeResource
 
ACR - Static variable in class org.wildfly.security.http.oidc.IDToken
 
ACTION - Static variable in class org.wildfly.security.auth.client.AuthenticationContextConfigurationClient
A reusable privileged action to create a new configuration client.
ACTION_NOT_DEFINED - Static variable in class org.wildfly.security.tool.CredentialStoreCommand
 
action1 - Variable in class org.wildfly.security.manager.WildFlySecurityManager.Context
 
action2 - Variable in class org.wildfly.security.manager.WildFlySecurityManager.Context
 
actionBits - Variable in class org.wildfly.security.permission.AbstractActionSetPermission
 
actionEnumeration - Variable in class org.wildfly.security.permission.AbstractActionSetPermission
 
actions - Variable in class org.wildfly.security.permission.AbstractActionSetPermission
 
actionsEquals(String) - Method in class org.wildfly.security.permission.AbstractActionPermission
Determine whether the actions of this permission are equal to the given actions.
actionsEquals(Permission) - Method in class org.wildfly.security.permission.AbstractActionPermission
Determine whether the actions of this permission are equal to the actions of given permission.
actionsEquals(This) - Method in class org.wildfly.security.permission.AbstractActionPermission
Determine whether the actions of this permission are equal to the actions of given permission.
actionsEquals(This) - Method in class org.wildfly.security.permission.AbstractActionSetPermission
 
actionsHashCode() - Method in class org.wildfly.security.permission.AbstractActionPermission
Get the actions hash code.
actionsHashCode() - Method in class org.wildfly.security.permission.AbstractActionSetPermission
 
actionsMask() - Method in class org.wildfly.security.permission.AbstractActionSetPermission
 
actionToPerformNotDefined() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
activate() - Method in class org.wildfly.security.sasl.util.SSLQueryCallbackHandler
 
ActiveState() - Constructor for class org.wildfly.security.auth.server.ServerAuthenticationContext.ActiveState
 
actualMaxReceiveBuffer - Variable in class org.wildfly.security.sasl.gssapi.AbstractGssapiMechanism
 
AD_CA_ISSUERS - Static variable in class org.wildfly.security.x500.cert.CertUtil
 
AD_CA_REPOSITORY - Static variable in class org.wildfly.security.x500.cert.CertUtil
 
AD_OCSP - Static variable in class org.wildfly.security.x500.cert.CertUtil
 
AD_TIME_STAMPING - Static variable in class org.wildfly.security.x500.cert.CertUtil
 
add(int, String) - Method in class org.wildfly.security.authz.SimpleAttributesEntry
 
add(E) - Method in class org.wildfly.security.util.ArrayIterator
Unsupported.
add(String) - Method in class org.wildfly.security.authz.SimpleAttributesEntry
 
add(String) - Method in class org.wildfly.security.keystore.AliasFilter
 
add(String) - Method in class org.wildfly.security.ssl.CipherSuiteSelector
A convenience method to add a cipher suite by name.
add(String) - Method in class org.wildfly.security.ssl.ProtocolSelector
Add the given protocol.
add(String, int, String) - Method in interface org.wildfly.security.authz.Attributes
Add a mapping for the given key at the given position.
add(String, int, String) - Method in class org.wildfly.security.authz.MapAttributes
 
add(Permission) - Method in class org.wildfly.security.manager.WildFlySecurityManagerPermissionCollection
Deprecated.
 
add(Permission) - Method in class org.wildfly.security.permission.AbstractPermissionCollection
Add an item to this collection.
add(Permission) - Method in class org.wildfly.security.permission.ElytronPermissionCollection
Deprecated.
 
add(Permission) - Method in class org.wildfly.security.permission.IntersectionPermissionCollection
 
add(Permission) - Method in class org.wildfly.security.permission.PermissionVerifierPermissionCollection
 
add(Permission) - Method in class org.wildfly.security.permission.UnionPermissionCollection
 
add(PermissionCollection, Permission) - Static method in class org.wildfly.security.permission.PermissionUtil
Add a permission to a collection, returning the target collection.
add(EnumSet<Protocol>) - Method in class org.wildfly.security.ssl.ProtocolSelector
Add the given protocols.
add(CipherSuitePredicate) - Method in class org.wildfly.security.ssl.CipherSuiteSelector
Add all cipher suites which are matched by the given predicate.
add(Protocol) - Method in class org.wildfly.security.ssl.ProtocolSelector
Add the given protocol.
add(Protocol...) - Method in class org.wildfly.security.ssl.ProtocolSelector
Add the given protocols.
ADD_ALIAS_PARAM - Static variable in class org.wildfly.security.tool.CredentialStoreCommand
 
addAlias(String, CredentialStore, String, String) - Method in class org.wildfly.security.tool.CredentialStoreCommand
 
addAll(String, Collection<String>) - Method in interface org.wildfly.security.authz.Attributes
Add all the values from the given collection to the value collection for the given key.
addAll(PermissionCollection, PermissionCollection) - Static method in class org.wildfly.security.permission.PermissionUtil
Add all of the permissions from the source collection to the target collection.
addAll(PermissionCollection, Collection<Permission>) - Static method in class org.wildfly.security.permission.PermissionUtil
Add all of the permissions from the source collection to the target collection.
addAll(Map<String, ? extends Collection<String>>) - Method in interface org.wildfly.security.authz.Attributes
Add all the values from the given map to this attributes collection.
addAllRemaining() - Method in class org.wildfly.security.sasl.SaslMechanismSelector
 
addBinaryIdentityAttributes(Collection<String>) - Method in interface org.wildfly.security.auth.realm.ldap.CredentialLoader
Construct set of LDAP attributes, which should be loaded as binary data.
addBinaryIdentityAttributes(Collection<String>) - Method in interface org.wildfly.security.auth.realm.ldap.EvidenceVerifier
Construct set of LDAP attributes, which should be loaded as binary data.
addBinaryIdentityAttributes(Collection<String>) - Method in class org.wildfly.security.auth.realm.ldap.X509EvidenceVerifier
 
addBinaryLdapAttributes(Collection<String>) - Method in interface org.wildfly.security.auth.realm.ldap.X509EvidenceVerifier.CertificateVerifier
Construct set of LDAP attributes, which should be loaded as binary data.
addBinaryLdapAttributes(Collection<String>) - Method in class org.wildfly.security.auth.realm.ldap.X509EvidenceVerifier.EncodedCertificateVerifier
 
addChildElement(int, int) - Method in class org.wildfly.security.asn1.DEREncoder.EncoderState
 
addChildLength(int) - Method in class org.wildfly.security.asn1.DEREncoder.EncoderState
 
addCommand(String) - Method in class org.wildfly.security.credential.source.CommandCredentialSource.Builder
Deprecated.
Add a command string to the list of command strings.
addCommand(Consumer<Consumer<String>>) - Method in class org.wildfly.security.credential.source.CommandCredentialSource.Builder
Deprecated.
Add a command string provider to the list of command strings.
addCommand(Supplier<String>) - Method in class org.wildfly.security.credential.source.CommandCredentialSource.Builder
Deprecated.
Add a command string supplier result to the list of command strings.
addCompoundItem(Collection<X500AttributeTypeAndValue>) - Method in class org.wildfly.security.x500.X500PrincipalBuilder
Add a compound item to the builder.
addCredential(Credential, LinkedHashMap<IdentityCredentials.Key, Credential>) - Method in class org.wildfly.security.auth.server.IdentityCredentials.Many
 
addCredentialLoader(CredentialLoader) - Method in class org.wildfly.security.auth.realm.ldap.LdapSecurityRealmBuilder
 
addCredentialPersister(CredentialPersister) - Method in class org.wildfly.security.auth.realm.ldap.LdapSecurityRealmBuilder
 
addCrlStream(InputStream) - Method in class org.wildfly.security.auth.client.ElytronXmlParser.TrustManagerBuilder
 
addDelims(StringBuilder, int...) - Static method in class org.wildfly.security.sasl.util.LegacyRealmListSaslServerFactory
 
addDigestCertificateVerifier(String, String) - Method in class org.wildfly.security.auth.realm.ldap.LdapSecurityRealmBuilder.X509EvidenceVerifierBuilder
 
addDirectEvidenceVerification() - Method in class org.wildfly.security.auth.realm.ldap.LdapSecurityRealmBuilder
 
addDirectEvidenceVerification(boolean) - Method in class org.wildfly.security.auth.realm.ldap.LdapSecurityRealmBuilder
 
added - Variable in class org.wildfly.security.permission.BooleanPermissionCollection
 
addEncodedCertificateVerifier(String) - Method in class org.wildfly.security.auth.realm.ldap.LdapSecurityRealmBuilder.X509EvidenceVerifierBuilder
 
addEnvironment(String, String) - Method in class org.wildfly.security.credential.source.CommandCredentialSource.Builder
Deprecated.
Add an environment value to the process environment.
addEnvironment(Consumer<BiConsumer<String, String>>) - Method in class org.wildfly.security.credential.source.CommandCredentialSource.Builder
Deprecated.
Add multiple environment values to the process environment.
addEvidenceVerifier(EvidenceVerifier) - Method in class org.wildfly.security.auth.realm.ldap.LdapSecurityRealmBuilder
 
addExtension(boolean, String, String) - Method in class org.wildfly.security.x500.cert.PKCS10CertificateSigningRequest.Builder
Add an X.509 certificate extension that should be included in the certificate signing request using the given extension name and string value.
addExtension(boolean, String, String) - Method in class org.wildfly.security.x500.cert.SelfSignedX509CertificateAndSigningKey.Builder
Add an X.509 certificate extension using the given extension name and string value.
addExtension(X509CertificateExtension) - Method in class org.wildfly.security.x500.cert.PKCS10CertificateSigningRequest.Builder
Add an X.509 certificate extension that should be included in the certificate signing request.
addExtension(X509CertificateExtension) - Method in class org.wildfly.security.x500.cert.SelfSignedX509CertificateAndSigningKey.Builder
Add an X.509 certificate extension.
addExtension(X509CertificateExtension) - Method in class org.wildfly.security.x500.cert.X509CertificateBuilder
Add a certificate extension.
addFirst(String, String) - Method in interface org.wildfly.security.authz.Attributes
Add a value before the first mapping for the given key.
addFirst(String, String) - Method in class org.wildfly.security.authz.MapAttributes
 
AddGlobalSecurityProviderAction - Class in org.wildfly.security.manager.action
A security action to add a global security provider.
AddGlobalSecurityProviderAction(Provider) - Constructor for class org.wildfly.security.manager.action.AddGlobalSecurityProviderAction
Construct a new instance.
addHalfEquals(SaslMechanismSelector) - Method in class org.wildfly.security.sasl.SaslMechanismSelector
 
addHalfEquals(SaslMechanismSelector) - Method in class org.wildfly.security.sasl.SaslMechanismSelector.AddMatchingSelector
 
addHalfEquals(SaslMechanismSelector) - Method in class org.wildfly.security.sasl.SaslMechanismSelector.AddSelector
 
addHandshakeCompletedListener(HandshakeCompletedListener) - Method in class org.wildfly.security.ssl.AbstractDelegatingSSLSocket
 
addHashCode() - Method in class org.wildfly.security.sasl.SaslMechanismSelector
 
addHashCode() - Method in class org.wildfly.security.sasl.SaslMechanismSelector.AddMatchingSelector
 
addHashCode() - Method in class org.wildfly.security.sasl.SaslMechanismSelector.AddSelector
 
addHeader(String, String) - Method in interface org.wildfly.security.http.oidc.OidcHttpFacade.Response
 
AddingCipherSuiteSelector(CipherSuiteSelector, CipherSuitePredicate) - Constructor for class org.wildfly.security.ssl.CipherSuiteSelector.AddingCipherSuiteSelector
 
AddingProtocolSelector(ProtocolSelector, EnumSet<Protocol>) - Constructor for class org.wildfly.security.ssl.ProtocolSelector.AddingProtocolSelector
 
addItem(X500AttributeTypeAndValue) - Method in class org.wildfly.security.x500.X500PrincipalBuilder
Add a single item to the builder.
addIterations(byte[], Mac, int, int) - Static method in class org.wildfly.security.password.impl.ScramDigestPasswordImpl
 
addLast(String, String) - Method in interface org.wildfly.security.authz.Attributes
Add a value after the last mapping for the given key.
addLast(String, String) - Method in class org.wildfly.security.authz.MapAttributes
 
addMapping(Set<String>, Set<String>, PermissionVerifier) - Method in class org.wildfly.security.authz.SimplePermissionMapper.Builder
Add a new mapping to a PermissionVerifier, if the PermissionMappable being mapped has a principal name that is in the Set of principals or of any of the assigned roles are matched this mapping will be a match.
addMatch(String, SSLContext) - Method in class org.wildfly.security.ssl.SNIContextMatcher.Builder
 
addMatchAllPrincipals(PermissionVerifier) - Method in class org.wildfly.security.authz.SimplePermissionMapper.Builder
Add a new mapping to a PermissionVerifier, if the PermissionMappable being mapped has a principal or any of the assigned roles are matched this mapping will be a match.
addMatching(SaslMechanismPredicate) - Method in class org.wildfly.security.sasl.SaslMechanismSelector
 
AddMatchingSelector(SaslMechanismSelector, SaslMechanismPredicate) - Constructor for class org.wildfly.security.sasl.SaslMechanismSelector.AddMatchingSelector
 
addMechanism(String) - Method in class org.wildfly.security.sasl.SaslMechanismSelector
 
addMechanismOid(Oid) - Method in class org.wildfly.security.auth.util.GSSCredentialSecurityFactory.Builder
Deprecated.
Add an Oid for a mechanism the GSSCredential should be usable with.
addMechanismOid(Oid) - Method in class org.wildfly.security.mechanism.gssapi.GSSCredentialSecurityFactory.Builder
Add an Oid for a mechanism the GSSCredential should be usable with.
addMechanismRealm(MechanismRealmConfiguration) - Method in class org.wildfly.security.auth.server.MechanismConfiguration.Builder
Adds a configuration for one of realms of this mechanism.
addMechanisms(String...) - Method in class org.wildfly.security.sasl.SaslMechanismSelector
 
addOidcScopeIfNeeded(String) - Static method in class org.wildfly.security.http.oidc.OidcRequestAuthenticator
 
addOrReplaceExtension(boolean, String, String) - Method in class org.wildfly.security.x500.cert.SelfSignedX509CertificateAndSigningKey.Builder
Add or replace an X.509 certificate extension.
addOrReplaceExtension(X509CertificateExtension) - Method in class org.wildfly.security.x500.cert.SelfSignedX509CertificateAndSigningKey.Builder
Add or replace an X.509 certificate extension.
addOrReplaceExtension(X509CertificateExtension) - Method in class org.wildfly.security.x500.cert.X509CertificateBuilder
Add or replace a certificate extension.
addParticipant(String, String, URI) - Method in class org.wildfly.security.http.util.sso.DefaultSingleSignOn
 
addParticipant(String, String, URI) - Method in interface org.wildfly.security.http.util.sso.SingleSignOn
Adds a new participant to this single sign-on entry.
addPrefix(String) - Method in class org.wildfly.security.authz.OneRole
 
addPrefix(String) - Method in interface org.wildfly.security.authz.Roles
Get a roles collection which adds a prefix to all role names.
AddPrefixRoles - Class in org.wildfly.security.authz
 
AddPrefixRoles(Roles, String) - Constructor for class org.wildfly.security.authz.AddPrefixRoles
 
addPrivateCredential(Credential) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext
Add a private credential to the identity being authenticated.
addPrivateCredential(Credential) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.AuthorizedAuthenticationState
 
addPrivateCredential(Credential) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.AuthorizedState
 
addPrivateCredential(Credential) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.InactiveState
 
addPrivateCredential(Credential) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.InitialState
 
addPrivateCredential(Credential) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.NameAssignedState
 
addPrivateCredential(Credential) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.RealmAssignedState
 
addPrivateCredential(Credential) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.State
 
addPublicCredential(Credential) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext
Add a public credential to the identity being authenticated.
addPublicCredential(Credential) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.AuthorizedAuthenticationState
 
addPublicCredential(Credential) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.AuthorizedState
 
addPublicCredential(Credential) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.InactiveState
 
addPublicCredential(Credential) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.InitialState
 
addPublicCredential(Credential) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.NameAssignedState
 
addPublicCredential(Credential) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.RealmAssignedState
 
addPublicCredential(Credential) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.State
 
addRealm(String, SecurityRealm) - Method in class org.wildfly.security.auth.server.SecurityDomain.Builder
Add a realm to this security domain.
addRealm(SecurityDomain.RealmBuilder) - Method in class org.wildfly.security.auth.server.SecurityDomain.Builder
 
addRequiredIdentityAttributes(Collection<String>) - Method in interface org.wildfly.security.auth.realm.ldap.CredentialLoader
Construct set of LDAP attributes, which should be loaded as part of the identity from identity entry.
addRequiredIdentityAttributes(Collection<String>) - Method in interface org.wildfly.security.auth.realm.ldap.EvidenceVerifier
Construct set of LDAP attributes, which should be loaded as part of the identity from identity entry.
addRequiredIdentityAttributes(Collection<String>) - Method in class org.wildfly.security.auth.realm.ldap.OtpCredentialLoader
 
addRequiredIdentityAttributes(Collection<String>) - Method in class org.wildfly.security.auth.realm.ldap.UserPasswordCredentialLoader
 
addRequiredIdentityAttributes(Collection<String>) - Method in class org.wildfly.security.auth.realm.ldap.X509EvidenceVerifier
 
addRequiredLdapAttributes(Collection<String>) - Method in interface org.wildfly.security.auth.realm.ldap.X509EvidenceVerifier.CertificateVerifier
addRequiredLdapAttributes(Collection<String>) - Method in class org.wildfly.security.auth.realm.ldap.X509EvidenceVerifier.DigestCertificateVerifier
 
addRequiredLdapAttributes(Collection<String>) - Method in class org.wildfly.security.auth.realm.ldap.X509EvidenceVerifier.EncodedCertificateVerifier
 
addRequiredLdapAttributes(Collection<String>) - Method in class org.wildfly.security.auth.realm.ldap.X509EvidenceVerifier.SerialNumberCertificateVerifier
 
addRequiredLdapAttributes(Collection<String>) - Method in class org.wildfly.security.auth.realm.ldap.X509EvidenceVerifier.SubjectDnCertificateVerifier
 
addResponseHeader(String, String) - Method in class org.wildfly.security.http.HttpAuthenticator.AuthenticationExchange
 
addResponseHeader(String, String) - Method in interface org.wildfly.security.http.HttpExchangeSpi
Add the specified header and value to the end of the current response headers,
addResponseHeader(String, String) - Method in interface org.wildfly.security.http.HttpServerResponse
Add the specified header and value to the end of the current response headers,
address - Variable in class org.wildfly.security.auth.callback.SocketAddressCallback
 
address - Variable in class org.wildfly.security.x500.GeneralName.IPAddress
 
ADDRESS - Static variable in class org.wildfly.security.http.oidc.IDToken
 
addressClaimSet - Variable in class org.wildfly.security.http.oidc.AddressClaimSet
 
AddressClaimSet - Class in org.wildfly.security.http.oidc
Representation of an address claim as per OpenID Connect Core 1.0.
AddressClaimSet(Map<String, String>) - Constructor for class org.wildfly.security.http.oidc.AddressClaimSet
Construct a new instance.
addRuntimeAttributes(Attributes) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext
Add runtime attributes to the identity being authenticated.
addRuntimeAttributes(Attributes) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.AuthorizedAuthenticationState
 
addRuntimeAttributes(Attributes) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.AuthorizedState
 
addRuntimeAttributes(Attributes) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.InactiveState
 
addRuntimeAttributes(Attributes) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.InitialState
 
addRuntimeAttributes(Attributes) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.NameAssignedState
 
addRuntimeAttributes(Attributes) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.RealmAssignedState
 
addRuntimeAttributes(Attributes) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.State
 
adds(String) - Method in class org.wildfly.security.sasl.SaslMechanismSelector
 
adds(String) - Method in class org.wildfly.security.sasl.SaslMechanismSelector.AddSelector
 
adds(SaslMechanismPredicate) - Method in class org.wildfly.security.sasl.SaslMechanismSelector.AddMatchingSelector
 
adds(SaslMechanismPredicate) - Method in class org.wildfly.security.sasl.SaslMechanismSelector
 
AddSelector(SaslMechanismSelector, String) - Constructor for class org.wildfly.security.sasl.SaslMechanismSelector.AddSelector
 
addSerialNumberCertificateVerifier(String) - Method in class org.wildfly.security.auth.realm.ldap.LdapSecurityRealmBuilder.X509EvidenceVerifierBuilder
 
AddShutdownHookAction - Class in org.wildfly.security.manager.action
A security action which adds a shutdown hook.
AddShutdownHookAction(Thread) - Constructor for class org.wildfly.security.manager.action.AddShutdownHookAction
Construct a new instance.
addSubjectDnCertificateVerifier(String) - Method in class org.wildfly.security.auth.realm.ldap.LdapSecurityRealmBuilder.X509EvidenceVerifierBuilder
 
addSuffix(String) - Method in class org.wildfly.security.authz.OneRole
 
addSuffix(String) - Method in interface org.wildfly.security.authz.Roles
Get a roles collection which adds a suffix to all role names.
AddSuffixRoles - Class in org.wildfly.security.authz
 
AddSuffixRoles(Roles, String) - Constructor for class org.wildfly.security.authz.AddSuffixRoles
 
addTo(Map<T, List<MechanismDatabase.Entry>>, T, MechanismDatabase.Entry) - Static method in class org.wildfly.security.ssl.MechanismDatabase
 
addToEnvironment(String, Object) - Method in class org.wildfly.security.auth.realm.ldap.DelegatingLdapContext
 
addToParsedChallenge(HashMap<String, byte[]>, StringBuilder, ByteStringBuilder, int) - Static method in class org.wildfly.security.mechanism.digest.DigestUtil
 
adminKey - Variable in class org.wildfly.security.credential.store.impl.VaultCredentialStore
 
AEAD - org.wildfly.security.ssl.Digest
Deprecated.
no longer used; refer to the actual digest algorithm instead.
AES128 - org.wildfly.security.ssl.Encryption
AES encryption with 128-bit keys.
AES128CCM - org.wildfly.security.ssl.Encryption
AES encryption with 128-bit keys in CBC-MAC Mode (CCM).
AES128CCM8 - org.wildfly.security.ssl.Encryption
AES encryption with 128-bit keys in CBC-MAC Mode (CCM) with an 8-Octet Integrity Check Value.
AES128GCM - org.wildfly.security.ssl.Encryption
AES encryption with 128-bit keys in Galois counter mode (GCM).
AES256 - org.wildfly.security.ssl.Encryption
AES encryption with 256-bit keys.
AES256CCM - org.wildfly.security.ssl.Encryption
AES encryption with 256-bit keys in CBC-MAC Mode (CCM).
AES256CCM8 - org.wildfly.security.ssl.Encryption
AES encryption with 256-bit keys in CBC-MAC Mode (CCM) with an 8-Octet Integrity Check Value.
AES256GCM - org.wildfly.security.ssl.Encryption
AES encryption with 256-bit keys in Galois counter mode (GCM).
aggregate(EvidenceDecoder...) - Static method in interface org.wildfly.security.auth.server.EvidenceDecoder
Create an aggregated evidence decoder.
aggregate(MechanismConfigurationSelector...) - Static method in interface org.wildfly.security.auth.server.MechanismConfigurationSelector
Create a MechanismConfigurationSelector that is an aggregation of other selectors, when called the selectors will be called in order and the first MechanismConfiguration returned will be used.
aggregate(NameRewriter...) - Static method in interface org.wildfly.security.auth.server.NameRewriter
Create a name rewriter which aggregates the given name rewriters; the first rewriter which successfully rewrites the name is used.
aggregate(NameRewriter, NameRewriter) - Static method in interface org.wildfly.security.auth.server.NameRewriter
Create a name rewriter which aggregates the given name rewriters; the first rewriter which successfully rewrites the name is used.
aggregate(PrincipalDecoder...) - Static method in interface org.wildfly.security.auth.server.PrincipalDecoder
Create an aggregated credential decoder.
aggregate(RealmMapper...) - Static method in interface org.wildfly.security.auth.server.RealmMapper
Create an aggregate realm mapping strategy.
aggregate(RealmMapper, RealmMapper) - Static method in interface org.wildfly.security.auth.server.RealmMapper
Create an aggregate realm mapping strategy.
aggregate(RoleDecoder...) - Static method in interface org.wildfly.security.authz.RoleDecoder
Create an aggregate role decoder.
aggregate(RoleMapper...) - Static method in interface org.wildfly.security.authz.RoleMapper
Create an aggregate role mapper.
aggregate(RoleMapper, RoleMapper) - Static method in interface org.wildfly.security.authz.RoleMapper
Create an aggregate role mapper.
aggregate(CipherSuiteSelector, CipherSuiteSelector) - Static method in class org.wildfly.security.ssl.CipherSuiteSelector
Create an aggregate CipherSuiteSelector.
aggregate(SSLContextSelector...) - Static method in interface org.wildfly.security.ssl.SSLContextSelector
Create an aggregate selector which executes each given selector in order until a match is found.
aggregate(SSLContextSelector, SSLContextSelector) - Static method in interface org.wildfly.security.ssl.SSLContextSelector
Create an aggregate selector which executes each given selector in order until a match is found.
AggregateAttributes - Class in org.wildfly.security.authz
An implementation of Attributes aggregating multiple instances.
AggregateAttributes(Attributes[]) - Constructor for class org.wildfly.security.authz.AggregateAttributes
 
aggregatedEntries - Variable in class org.wildfly.security.authz.AggregateAttributes
 
aggregateOf(Attributes...) - Static method in class org.wildfly.security.authz.AggregateAttributes
 
AggregateSaslClientFactory - Class in org.wildfly.security.sasl.util
A SaslClientFactory which aggregates other SaslClientFactory instances into one.
AggregateSaslClientFactory(Collection<SaslClientFactory>) - Constructor for class org.wildfly.security.sasl.util.AggregateSaslClientFactory
Construct a new instance.
AggregateSaslClientFactory(SaslClientFactory...) - Constructor for class org.wildfly.security.sasl.util.AggregateSaslClientFactory
Construct a new instance.
AggregateSaslServerFactory - Class in org.wildfly.security.sasl.util
A SaslServerFactory which aggregates other SaslServerFactory instances into one.
AggregateSaslServerFactory(Collection<SaslServerFactory>) - Constructor for class org.wildfly.security.sasl.util.AggregateSaslServerFactory
Construct a new instance.
AggregateSaslServerFactory(SaslServerFactory...) - Constructor for class org.wildfly.security.sasl.util.AggregateSaslServerFactory
Construct a new instance.
AggregateSecurityRealm - Class in org.wildfly.security.auth.realm
A realm which directs authentication to one realm and authorization to another.
AggregateSecurityRealm(SecurityRealm, Function<Principal, Principal>, SecurityRealm...) - Constructor for class org.wildfly.security.auth.realm.AggregateSecurityRealm
 
AggregateSecurityRealm(SecurityRealm, SecurityRealm) - Constructor for class org.wildfly.security.auth.realm.AggregateSecurityRealm
Construct a new instance.
AggregateSecurityRealm(SecurityRealm, SecurityRealm...) - Constructor for class org.wildfly.security.auth.realm.AggregateSecurityRealm
 
AggregateSecurityRealm.Identity - Class in org.wildfly.security.auth.realm
 
AggregateServerMechanismFactory - Class in org.wildfly.security.http.util
A HttpServerAuthenticationMechanismFactory that is an aggregation of other factories.
AggregateServerMechanismFactory(HttpServerAuthenticationMechanismFactory...) - Constructor for class org.wildfly.security.http.util.AggregateServerMechanismFactory
Construct an instance of AggregateServerMechanismFactory with an array of factories to aggregate.
ALERT - org.wildfly.security.audit.EventPriority
Action must be taken immediately
ALG - Static variable in class org.wildfly.security.x500.cert.acme.Acme
 
ALG_PARAMS_TYPE - Static variable in class org.wildfly.security.WildFlyElytronBaseProvider
 
ALG_PARAMS_TYPE - Static variable in class org.wildfly.security.WildFlyElytronProvider
Deprecated.
 
algHeader - Variable in class org.wildfly.security.x500.cert.acme.AcmeAccount
 
algHeader - Variable in class org.wildfly.security.x500.cert.acme.AcmeAccount.Builder
 
algorithm - Variable in class org.wildfly.security.auth.callback.AbstractCredentialCallback
 
algorithm - Variable in class org.wildfly.security.auth.client.ElytronXmlParser.TrustManagerBuilder
 
algorithm - Variable in class org.wildfly.security.auth.realm.ldap.X509EvidenceVerifier.DigestCertificateVerifier
 
algorithm - Variable in class org.wildfly.security.auth.server.IdentityCredentials.Key
 
algorithm - Variable in class org.wildfly.security.credential.store.impl.KeyStoreCredentialStore.BottomEntry
 
algorithm - Variable in class org.wildfly.security.http.digest.DigestAuthenticationMechanism
 
algorithm - Variable in class org.wildfly.security.http.digest.NonceManager
 
algorithm - Variable in class org.wildfly.security.jose.jwk.JWK
 
algorithm - Variable in class org.wildfly.security.key.RawKey
 
algorithm - Variable in class org.wildfly.security.password.impl.DigestPasswordImpl
 
algorithm - Variable in class org.wildfly.security.password.impl.MaskedPasswordImpl
 
algorithm - Variable in class org.wildfly.security.password.impl.OneTimePasswordImpl
 
algorithm - Variable in class org.wildfly.security.password.impl.SaltedSimpleDigestPasswordImpl
 
algorithm - Variable in class org.wildfly.security.password.impl.ScramDigestPasswordImpl
 
algorithm - Variable in class org.wildfly.security.password.impl.SimpleDigestPasswordImpl
 
algorithm - Variable in class org.wildfly.security.password.impl.SunUnixMD5CryptPasswordImpl
 
algorithm - Variable in class org.wildfly.security.password.impl.UnixSHACryptPasswordImpl
 
algorithm - Variable in class org.wildfly.security.password.interfaces.RawPassword
 
algorithm - Variable in class org.wildfly.security.password.PasswordFactory
 
algorithm - Variable in class org.wildfly.security.password.spec.OneTimePasswordAlgorithmSpec
 
ALGORITHM - Static variable in class org.wildfly.security.http.HttpConstants
 
ALGORITHM - Static variable in class org.wildfly.security.jose.jwk.JWK
 
ALGORITHM_BCRYPT - Static variable in interface org.wildfly.security.password.interfaces.BCryptPassword
The algorithm name.
ALGORITHM_BSD_CRYPT_DES - Static variable in interface org.wildfly.security.password.interfaces.BSDUnixDESCryptPassword
The algorithm name.
ALGORITHM_CLEAR - Static variable in interface org.wildfly.security.password.interfaces.ClearPassword
The algorithm name.
ALGORITHM_CRYPT_DES - Static variable in interface org.wildfly.security.password.interfaces.UnixDESCryptPassword
The algorithm name "crypt-des".
ALGORITHM_CRYPT_MD5 - Static variable in interface org.wildfly.security.password.interfaces.UnixMD5CryptPassword
The algorithm name "crypt-md5".
ALGORITHM_CRYPT_SHA_256 - Static variable in interface org.wildfly.security.password.interfaces.UnixSHACryptPassword
The algorithm name "crypt-sha-256".
ALGORITHM_CRYPT_SHA_512 - Static variable in interface org.wildfly.security.password.interfaces.UnixSHACryptPassword
The algorithm name "crypt-sha-512".
ALGORITHM_DIGEST_MD5 - Static variable in interface org.wildfly.security.password.interfaces.DigestPassword
The algorithm name "digest-md5".
ALGORITHM_DIGEST_SHA - Static variable in interface org.wildfly.security.password.interfaces.DigestPassword
The algorithm name "digest-sha".
ALGORITHM_DIGEST_SHA_256 - Static variable in interface org.wildfly.security.password.interfaces.DigestPassword
The algorithm name "digest-sha-256".
ALGORITHM_DIGEST_SHA_384 - Static variable in interface org.wildfly.security.password.interfaces.DigestPassword
The algorithm name "digest-sha-384".
ALGORITHM_DIGEST_SHA_512 - Static variable in interface org.wildfly.security.password.interfaces.DigestPassword
The algorithm name "digest-sha-512".
ALGORITHM_DIGEST_SHA_512_256 - Static variable in interface org.wildfly.security.password.interfaces.DigestPassword
The algorithm name "digest-sha-512-256".
ALGORITHM_MASKED_HMAC_SHA1_AES_128 - Static variable in interface org.wildfly.security.password.interfaces.MaskedPassword
 
ALGORITHM_MASKED_HMAC_SHA1_AES_256 - Static variable in interface org.wildfly.security.password.interfaces.MaskedPassword
 
ALGORITHM_MASKED_HMAC_SHA224_AES_128 - Static variable in interface org.wildfly.security.password.interfaces.MaskedPassword
 
ALGORITHM_MASKED_HMAC_SHA224_AES_256 - Static variable in interface org.wildfly.security.password.interfaces.MaskedPassword
 
ALGORITHM_MASKED_HMAC_SHA256_AES_128 - Static variable in interface org.wildfly.security.password.interfaces.MaskedPassword
 
ALGORITHM_MASKED_HMAC_SHA256_AES_256 - Static variable in interface org.wildfly.security.password.interfaces.MaskedPassword
 
ALGORITHM_MASKED_HMAC_SHA384_AES_128 - Static variable in interface org.wildfly.security.password.interfaces.MaskedPassword
 
ALGORITHM_MASKED_HMAC_SHA384_AES_256 - Static variable in interface org.wildfly.security.password.interfaces.MaskedPassword
 
ALGORITHM_MASKED_HMAC_SHA512_AES_128 - Static variable in interface org.wildfly.security.password.interfaces.MaskedPassword
 
ALGORITHM_MASKED_HMAC_SHA512_AES_256 - Static variable in interface org.wildfly.security.password.interfaces.MaskedPassword
 
ALGORITHM_MASKED_MD5_3DES - Static variable in interface org.wildfly.security.password.interfaces.MaskedPassword
 
ALGORITHM_MASKED_MD5_3DES_CBC_PKCS5 - Static variable in interface org.wildfly.security.password.interfaces.MaskedPassword
 
ALGORITHM_MASKED_MD5_DES - Static variable in interface org.wildfly.security.password.interfaces.MaskedPassword
 
ALGORITHM_MASKED_MD5_DES_CBC_PKCS5 - Static variable in interface org.wildfly.security.password.interfaces.MaskedPassword
 
ALGORITHM_MASKED_PBKDF_HMAC_SHA1 - Static variable in interface org.wildfly.security.password.interfaces.MaskedPassword
Deprecated.
ALGORITHM_MASKED_PBKDF_HMAC_SHA224 - Static variable in interface org.wildfly.security.password.interfaces.MaskedPassword
Deprecated.
ALGORITHM_MASKED_PBKDF_HMAC_SHA256 - Static variable in interface org.wildfly.security.password.interfaces.MaskedPassword
Deprecated.
ALGORITHM_MASKED_PBKDF_HMAC_SHA384 - Static variable in interface org.wildfly.security.password.interfaces.MaskedPassword
Deprecated.
ALGORITHM_MASKED_PBKDF_HMAC_SHA512 - Static variable in interface org.wildfly.security.password.interfaces.MaskedPassword
Deprecated.
ALGORITHM_MASKED_SHA1_DES_EDE - Static variable in interface org.wildfly.security.password.interfaces.MaskedPassword
 
ALGORITHM_MASKED_SHA1_DES_EDE_CBC_PKCS5 - Static variable in interface org.wildfly.security.password.interfaces.MaskedPassword
 
ALGORITHM_MASKED_SHA1_RC2_128 - Static variable in interface org.wildfly.security.password.interfaces.MaskedPassword
 
ALGORITHM_MASKED_SHA1_RC2_128_CBC_PKCS5 - Static variable in interface org.wildfly.security.password.interfaces.MaskedPassword
 
ALGORITHM_MASKED_SHA1_RC2_40 - Static variable in interface org.wildfly.security.password.interfaces.MaskedPassword
The following algorithms are not supported with IBM JDK 8.
ALGORITHM_MASKED_SHA1_RC2_40_CBC_PKCS5 - Static variable in interface org.wildfly.security.password.interfaces.MaskedPassword
 
ALGORITHM_MASKED_SHA1_RC4_128 - Static variable in interface org.wildfly.security.password.interfaces.MaskedPassword
 
ALGORITHM_MASKED_SHA1_RC4_128_ECB - Static variable in interface org.wildfly.security.password.interfaces.MaskedPassword
 
ALGORITHM_MASKED_SHA1_RC4_40 - Static variable in interface org.wildfly.security.password.interfaces.MaskedPassword
 
ALGORITHM_MASKED_SHA1_RC4_40_ECB - Static variable in interface org.wildfly.security.password.interfaces.MaskedPassword
 
ALGORITHM_OTP_MD5 - Static variable in interface org.wildfly.security.password.interfaces.OneTimePassword
The algorithm name "otp-md5".
ALGORITHM_OTP_SHA_256 - Static variable in interface org.wildfly.security.password.interfaces.OneTimePassword
The algorithm name "otp-sha256".
ALGORITHM_OTP_SHA_384 - Static variable in interface org.wildfly.security.password.interfaces.OneTimePassword
The algorithm name "otp-sha384".
ALGORITHM_OTP_SHA_512 - Static variable in interface org.wildfly.security.password.interfaces.OneTimePassword
The algorithm name "otp-sha512".
ALGORITHM_OTP_SHA1 - Static variable in interface org.wildfly.security.password.interfaces.OneTimePassword
The algorithm name "otp-sha1".
ALGORITHM_PARAM - Static variable in class org.wildfly.security.tool.CredentialStoreCommand
 
ALGORITHM_PASSWORD_SALT_DIGEST_MD5 - Static variable in interface org.wildfly.security.password.interfaces.SaltedSimpleDigestPassword
Algorithm name for digest created using MD5 with the password digested first followed by the salt.
ALGORITHM_PASSWORD_SALT_DIGEST_SHA_1 - Static variable in interface org.wildfly.security.password.interfaces.SaltedSimpleDigestPassword
Algorithm name for digest created using SHA-1 with the password digested first followed by the salt.
ALGORITHM_PASSWORD_SALT_DIGEST_SHA_256 - Static variable in interface org.wildfly.security.password.interfaces.SaltedSimpleDigestPassword
Algorithm name for digest created using SHA-256 with the password digested first followed by the salt.
ALGORITHM_PASSWORD_SALT_DIGEST_SHA_384 - Static variable in interface org.wildfly.security.password.interfaces.SaltedSimpleDigestPassword
Algorithm name for digest created using SHA-384 with the password digested first followed by the salt.
ALGORITHM_PASSWORD_SALT_DIGEST_SHA_512 - Static variable in interface org.wildfly.security.password.interfaces.SaltedSimpleDigestPassword
Algorithm name for digest created using SHA-512 with the password digested first followed by the salt.
ALGORITHM_SALT_PASSWORD_DIGEST_MD5 - Static variable in interface org.wildfly.security.password.interfaces.SaltedSimpleDigestPassword
Algorithm name for digest created using MD5 with the salt digested first followed by the password.
ALGORITHM_SALT_PASSWORD_DIGEST_SHA_1 - Static variable in interface org.wildfly.security.password.interfaces.SaltedSimpleDigestPassword
Algorithm name for digest created using SHA-1 with the salt digested first followed by the password.
ALGORITHM_SALT_PASSWORD_DIGEST_SHA_256 - Static variable in interface org.wildfly.security.password.interfaces.SaltedSimpleDigestPassword
Algorithm name for digest created using SHA-256 with the salt digested first followed by the password.
ALGORITHM_SALT_PASSWORD_DIGEST_SHA_384 - Static variable in interface org.wildfly.security.password.interfaces.SaltedSimpleDigestPassword
Algorithm name for digest created using SHA-384 with the salt digested first followed by the password.
ALGORITHM_SALT_PASSWORD_DIGEST_SHA_512 - Static variable in interface org.wildfly.security.password.interfaces.SaltedSimpleDigestPassword
Algorithm name for digest created using SHA-512 with the salt digested first followed by the password.
ALGORITHM_SCRAM_SHA_1 - Static variable in interface org.wildfly.security.password.interfaces.ScramDigestPassword
The algorithm "scram-sha-1".
ALGORITHM_SCRAM_SHA_256 - Static variable in interface org.wildfly.security.password.interfaces.ScramDigestPassword
The algorithm "scram-sha-256".
ALGORITHM_SCRAM_SHA_384 - Static variable in interface org.wildfly.security.password.interfaces.ScramDigestPassword
The algorithm "scram-sha-384".
ALGORITHM_SCRAM_SHA_512 - Static variable in interface org.wildfly.security.password.interfaces.ScramDigestPassword
The algorithm "scram-sha-512".
ALGORITHM_SIMPLE_DIGEST_MD2 - Static variable in interface org.wildfly.security.password.interfaces.SimpleDigestPassword
The algorithm name "simple-digest-md2".
ALGORITHM_SIMPLE_DIGEST_MD5 - Static variable in interface org.wildfly.security.password.interfaces.SimpleDigestPassword
The algorithm name "simple-digest-md5".
ALGORITHM_SIMPLE_DIGEST_SHA_1 - Static variable in interface org.wildfly.security.password.interfaces.SimpleDigestPassword
The algorithm name "simple-digest-sha-1".
ALGORITHM_SIMPLE_DIGEST_SHA_256 - Static variable in interface org.wildfly.security.password.interfaces.SimpleDigestPassword
The algorithm name "simple-digest-sha-256".
ALGORITHM_SIMPLE_DIGEST_SHA_384 - Static variable in interface org.wildfly.security.password.interfaces.SimpleDigestPassword
The algorithm name "simple-digest-sha-384".
ALGORITHM_SIMPLE_DIGEST_SHA_512 - Static variable in interface org.wildfly.security.password.interfaces.SimpleDigestPassword
The algorithm name "simple-digest-sha-512".
ALGORITHM_SUN_CRYPT_MD5 - Static variable in interface org.wildfly.security.password.interfaces.SunUnixMD5CryptPassword
The algorithm name "sun-crypt-md5".
ALGORITHM_SUN_CRYPT_MD5_BARE_SALT - Static variable in interface org.wildfly.security.password.interfaces.SunUnixMD5CryptPassword
The algorithm name "sun-crypt-md5-bare-salt".
algorithmAttributeName - Variable in class org.wildfly.security.auth.realm.ldap.OtpCredentialLoader
 
algorithmBits - Variable in class org.wildfly.security.ssl.MechanismDatabase.Entry
 
algorithmColumn - Variable in class org.wildfly.security.auth.realm.jdbc.mapper.PasswordKeyMapper
 
algorithmColumn - Variable in class org.wildfly.security.auth.realm.jdbc.mapper.PasswordKeyMapper.Builder
 
AlgorithmCredential - Interface in org.wildfly.security.credential
A credential which has an associated algorithm name.
AlgorithmEvidence - Interface in org.wildfly.security.evidence
A piece of evidence which supports multiple algorithms.
algorithmNotBlockBased(String) - Method in interface org.wildfly.security.credential.store._private.ElytronMessages
 
algorithmNotIV(String) - Method in interface org.wildfly.security.credential.store._private.ElytronMessages
 
algorithmOid(String) - Static method in class org.wildfly.security.sasl.entity.Entity
Get the object identifier for the given signature algorithm.
algorithmParameters - Variable in class org.wildfly.security.util.PasswordBasedEncryptionUtil
 
algorithmParameters - Variable in class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
 
algorithmParameters(AlgorithmParameters) - Method in class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
Set algorithm parameters for Cipher initialization.
algorithmParametersNotInitialized() - Method in interface org.wildfly.security.util.ElytronMessages
 
algorithmParameterSpec - Variable in class org.wildfly.security.password.spec.EncryptablePasswordSpec
 
algorithmsById - Variable in class org.wildfly.security.ssl.MechanismDatabase
 
alias - Variable in class org.wildfly.security.auth.client.KeyStoreEntrySecurityFactory
 
alias - Variable in class org.wildfly.security.credential.source.CredentialStoreCredentialSource
Deprecated.
 
alias - Variable in class org.wildfly.security.credential.store.impl.KeyStoreCredentialStore.TopEntry
 
ALIAS_ARGUMENT - Static variable in class org.wildfly.security.tool.CredentialStoreCommand
 
ALIAS_NOT_FOUND - Static variable in class org.wildfly.security.tool.CredentialStoreCommand
 
ALIAS_PARAM - Static variable in class org.wildfly.security.tool.VaultCommand
 
aliasAttribute - Variable in class org.wildfly.security.keystore.LdapKeyStore.Builder
 
aliasAttribute - Variable in class org.wildfly.security.keystore.LdapKeyStoreSpi
 
aliasCredentialTypes(CredentialStore) - Method in class org.wildfly.security.tool.CredentialStoreCommand
 
aliasDoesNotExist(String) - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
aliasDoesNotExist(String, String) - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
aliases - Variable in class org.wildfly.security.ssl.MechanismDatabase.Entry
 
aliases() - Method in class org.wildfly.security.tool.Command
 
aliases() - Method in class org.wildfly.security.tool.CredentialStoreCommand
 
aliases(String) - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
aliases(CredentialStore) - Method in class org.wildfly.security.tool.CredentialStoreCommand
 
ALIASES_PARAM - Static variable in class org.wildfly.security.tool.CredentialStoreCommand
 
aliasesToString(Enumeration<String>) - Static method in class org.wildfly.security.auth.client.ElytronXmlParser
 
aliasExists(String) - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
AliasFilter - Class in org.wildfly.security.keystore
A utility to create the Predicate as used for filtering the aliases in a KeyStore.
AliasFilter(Predicate<String>) - Constructor for class org.wildfly.security.keystore.AliasFilter
 
aliasPredicate - Variable in class org.wildfly.security.keystore.FilteringKeyStoreSpi
 
aliasRemoved(String) - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
aliasRemoved(String, String) - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
aliasStored(String) - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
aliasStored(String, String) - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
aliasStream() - Method in class org.wildfly.security.keystore.FilteringKeyStoreSpi
 
all - Variable in class org.wildfly.security.permission.ByNamePermissionCollection
 
ALL - org.wildfly.security.http.oidc.Oidc.SSLRequired
 
ALL - Static variable in class org.wildfly.security.auth.client.MatchRule
The root rule which matches all URIs.
ALL - Static variable in class org.wildfly.security.keystore.AliasFilter
 
ALL - Static variable in interface org.wildfly.security.permission.PermissionVerifier
A verifier which implies all permissions.
ALL - Static variable in class org.wildfly.security.sasl.SaslMechanismSelector
 
ALL_ALGORITHMS - Static variable in class org.wildfly.security.sasl.util.SaslMechanismInformation
 
ALL_PERMISSION - Static variable in class org.wildfly.security.permission.PermissionUtil
A shared AllPermission instance.
ALL_PERMISSIONS - Static variable in class org.wildfly.security.permission.PermissionUtil
A read-only permission collection which implies AllPermission.
AllOrNonePredicate(SaslMechanismPredicate[]) - Constructor for class org.wildfly.security.sasl.SaslMechanismPredicate.AllOrNonePredicate
 
allowAnyHostname - Variable in class org.wildfly.security.http.oidc.OidcJsonConfiguration
 
allowBlankPassword - Variable in class org.wildfly.security.auth.realm.ldap.DirectEvidenceVerifier
 
ALLOWED_ORIGINS - Static variable in class org.wildfly.security.http.oidc.AccessToken
 
allowedTypes - Variable in class org.wildfly.security.auth.callback.ParameterCallback
 
allPermission - Static variable in class org.wildfly.security.credential.store.CredentialStorePermission
 
allPermission - Static variable in class org.wildfly.security.manager.WildFlySecurityManagerPermission
 
allPermission - Static variable in class org.wildfly.security.permission.ElytronPermission
 
AllPredicate(SaslMechanismPredicate[]) - Constructor for class org.wildfly.security.sasl.SaslMechanismPredicate.AllPredicate
 
alphabet - Variable in class org.wildfly.security.util.PasswordBasedEncryptionUtil
 
alphabet - Variable in class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
 
alphabet(Alphabet) - Method in class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
Set the alphabet to encode/decode result of encryption/decryption.
alpn - Variable in class org.wildfly.security.ssl.SNISSLExplorer.ExtensionInfo
 
alpn - Variable in class org.wildfly.security.ssl.SSLExplorer.ExtensionInfo
 
alpnProtocols - Variable in class org.wildfly.security.ssl.SSLExplorer.SSLConnectionInformationImpl
 
ALT_NAMES_TYPES - Static variable in class org.wildfly.security.x500.cert.CertUtil
 
alternateDictionary - Variable in class org.wildfly.security.sasl.otp.OTPSaslClient
 
ALTERNATIVE_PROTOCOLS - Static variable in class org.wildfly.security.sasl.WildFlySasl
A property used to supply a separated list (space, comma, tab, new line) of alternative protocols to be acceptable in responses received from the client.
altNametype - Variable in class org.wildfly.security.x500.principal.X509SubjectAltNameEvidenceDecoder
 
ALWAYS - org.wildfly.security.http.oidc.OidcClientConfiguration.RelativeUrlsUsed
Always use relative URI and resolve them later based on browser HTTP request
alwaysRefreshToken - Variable in class org.wildfly.security.http.oidc.OidcClientConfiguration
 
alwaysRefreshToken - Variable in class org.wildfly.security.http.oidc.OidcJsonConfiguration
 
and(PermissionMapper) - Method in interface org.wildfly.security.authz.PermissionMapper
Returns a new mapper where the PermissionVerifier created by this PermissionMapper is combined with the PermissionVerifier of the other PermissionMapper using 'and'.
and(RoleMapper) - Method in interface org.wildfly.security.authz.RoleMapper
Create a role mapper which is the intersection (logical "and") of the results of this and the given role mapper.
and(Roles) - Method in class org.wildfly.security.authz.OneRole
 
and(Roles) - Method in interface org.wildfly.security.authz.Roles
Get the intersection of this collection and another.
and(PermissionVerifier) - Method in interface org.wildfly.security.permission.PermissionVerifier
Return a new verifier which implies permissions which are implied both by this verifier and by the given verifier.
AND - org.wildfly.security.authz.SimplePermissionMapper.MappingMode
If multiple mappings are found the corresponding PermissionVerifier instances will be combined using 'and'.
AndCipherSuitePredicate - Class in org.wildfly.security.ssl
 
AndCipherSuitePredicate(CipherSuitePredicate...) - Constructor for class org.wildfly.security.ssl.AndCipherSuitePredicate
 
andThenOp(ExceptionUnaryOperator<T, E>, ExceptionUnaryOperator<T, E>) - Static method in class org.wildfly.security.auth.client.ElytronXmlParser
 
ANON_DH_PREDICATE - Static variable in class org.wildfly.security.ssl.CipherSuitePredicate
 
ANONYMOUS - Static variable in interface org.wildfly.security.auth.server.RealmIdentity
The anonymous realm identity.
ANONYMOUS - Static variable in class org.wildfly.security.sasl.util.SaslMechanismInformation.Names
 
AnonymousAuthorizationCallback - Class in org.wildfly.security.auth.callback
A callback to authorize anonymous authentication.
AnonymousAuthorizationCallback(String) - Constructor for class org.wildfly.security.auth.callback.AnonymousAuthorizationCallback
Construct a new instance.
AnonymousAuthorizedState(SecurityIdentity) - Constructor for class org.wildfly.security.auth.server.ServerAuthenticationContext.AnonymousAuthorizedState
 
AnonymousClientFactory - Class in org.wildfly.security.sasl.anonymous
The client factory for the anonymous SASL mechanism.
AnonymousClientFactory() - Constructor for class org.wildfly.security.sasl.anonymous.AnonymousClientFactory
 
anonymousIdentity - Variable in class org.wildfly.security.auth.server.SecurityDomain
 
anonymousIdentity - Variable in class org.wildfly.security.auth.server.ServerAuthenticationContext.AnonymousAuthorizedState
 
AnonymousPrincipal - Class in org.wildfly.security.auth.principal
The singleton anonymous principal.
AnonymousPrincipal() - Constructor for class org.wildfly.security.auth.principal.AnonymousPrincipal
Construct a new instance (should not be used; call AnonymousPrincipal.getInstance() instead).
AnonymousPrincipal(String) - Constructor for class org.wildfly.security.auth.principal.AnonymousPrincipal
Construct a new instance (should not be used; call AnonymousPrincipal.getInstance() instead).
AnonymousSaslClient - Class in org.wildfly.security.sasl.anonymous
A client implementation of the RFC 4505 ANONYMOUS mechanism.
AnonymousSaslClient(String, String, CallbackHandler, String) - Constructor for class org.wildfly.security.sasl.anonymous.AnonymousSaslClient
Construct a new instance.
AnonymousSaslServer - Class in org.wildfly.security.sasl.anonymous
A server implementation of the RFC 4505 ANONYMOUS mechanism.
AnonymousSaslServer(String, String, CallbackHandler) - Constructor for class org.wildfly.security.sasl.anonymous.AnonymousSaslServer
Construct a new instance.
AnonymousServerFactory - Class in org.wildfly.security.sasl.anonymous
The server factory for the anonymous SASL mechanism.
AnonymousServerFactory() - Constructor for class org.wildfly.security.sasl.anonymous.AnonymousServerFactory
 
ANY - org.wildfly.security.http.oidc.HttpClientBuilder.HostnameVerificationPolicy
Hostname verification is not done on the server's certificate
AnyPredicate(SaslMechanismPredicate[]) - Constructor for class org.wildfly.security.sasl.SaslMechanismPredicate.AnyPredicate
 
appendOperator(StringBuilder) - Method in class org.wildfly.security.sasl.SaslMechanismPredicate.AllOrNonePredicate
 
appendOperator(StringBuilder) - Method in class org.wildfly.security.sasl.SaslMechanismPredicate.AllPredicate
 
appendOperator(StringBuilder) - Method in class org.wildfly.security.sasl.SaslMechanismPredicate.AnyPredicate
 
appendOperator(StringBuilder) - Method in class org.wildfly.security.sasl.SaslMechanismPredicate.MultiPredicate
 
appendPort(String, int) - Static method in class org.wildfly.security.http.form.FormAuthenticationMechanism
 
APPLICATION - org.wildfly.security.http.Scope
The scope applicable to the application (or deployment) being accessed.
APPLICATION_SPECIFIC_MASK - Static variable in class org.wildfly.security.asn1.ASN1
Mask used to determine if a type tag is application-specific.
apply(Principal) - Method in interface org.wildfly.security.auth.server.PrincipalDecoder
 
apply(Collection<String>, SSLSession) - Method in class org.wildfly.security.sasl.SaslMechanismSelector
Get a list of mechanism names which are matched by this selector in the preferential order that the selector specifies.
apply(Evidence) - Method in interface org.wildfly.security.auth.server.EvidenceDecoder
 
apply(P) - Method in interface org.wildfly.security.ParametricPrivilegedAction
 
apply(P) - Method in interface org.wildfly.security.ParametricPrivilegedExceptionAction
 
applyFilter(Set<String>, Map<MechanismDatabase.Entry, String>) - Method in class org.wildfly.security.ssl.CipherSuiteSelector.AddingCipherSuiteSelector
 
applyFilter(Set<String>, Map<MechanismDatabase.Entry, String>) - Method in class org.wildfly.security.ssl.CipherSuiteSelector
 
applyFilter(Set<String>, Map<MechanismDatabase.Entry, String>) - Method in class org.wildfly.security.ssl.CipherSuiteSelector.FullyDeletingCipherSuiteSelector
 
applyFilter(Set<String>, Map<MechanismDatabase.Entry, String>) - Method in class org.wildfly.security.ssl.CipherSuiteSelector.PushToEndCipherSuiteSelector
 
applyFilter(Set<String>, Map<MechanismDatabase.Entry, String>) - Method in class org.wildfly.security.ssl.CipherSuiteSelector.RemovingCipherSuiteSelector
 
applyFilter(Set<String>, Map<MechanismDatabase.Entry, String>) - Method in class org.wildfly.security.ssl.CipherSuiteSelector.SortByAlgorithmKeyLengthCipherSuiteSelector
 
applyFilter(Set<Protocol>, EnumMap<Protocol, String>) - Method in class org.wildfly.security.ssl.ProtocolSelector.AddingProtocolSelector
 
applyFilter(Set<Protocol>, EnumMap<Protocol, String>) - Method in class org.wildfly.security.ssl.ProtocolSelector
 
applyFilter(Set<Protocol>, EnumMap<Protocol, String>) - Method in class org.wildfly.security.ssl.ProtocolSelector.FullyDeletingProtocolSelector
 
applyFilter(Set<Protocol>, EnumMap<Protocol, String>) - Method in class org.wildfly.security.ssl.ProtocolSelector.RemovingProtocolSelector
 
applyToCredential(Class<C>, String, AlgorithmParameterSpec, Function<C, R>) - Method in class org.wildfly.security.auth.callback.AbstractCredentialCallback
Apply the given function to the acquired credential, if it is set and of the given type and algorithm.
applyToCredential(Class<C>, String, AlgorithmParameterSpec, Function<C, R>) - Method in class org.wildfly.security.auth.realm.FailoverSecurityRealm.FailoverRealmIdentity
 
applyToCredential(Class<C>, String, AlgorithmParameterSpec, Function<C, R>) - Method in class org.wildfly.security.auth.server.IdentityCredentials
Apply the given function to the acquired credential, if it is set and of the given type and algorithm.
applyToCredential(Class<C>, String, AlgorithmParameterSpec, Function<C, R>) - Method in class org.wildfly.security.auth.server.IdentityCredentials.Many
 
applyToCredential(Class<C>, String, AlgorithmParameterSpec, Function<C, R>) - Method in class org.wildfly.security.auth.server.IdentityCredentials.One
 
applyToCredential(Class<C>, String, AlgorithmParameterSpec, Function<C, R>) - Method in class org.wildfly.security.auth.server.IdentityCredentials.Two
 
applyToCredential(Class<C>, String, AlgorithmParameterSpec, Function<C, R>) - Method in interface org.wildfly.security.auth.server.RealmIdentity
Apply the given function to the acquired credential, if it is set and of the given type, algorithm, and parameters.
applyToCredential(Class<C>, String, AlgorithmParameterSpec, Function<C, R>) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext
Apply the given function to the acquired credential, if it is set and of the given type and algorithm.
applyToCredential(Class<C>, String, AlgorithmParameterSpec, Function<C, R>) - Method in interface org.wildfly.security.credential.source.CredentialSource
Apply the given function to the acquired credential, if it is set and of the given type and algorithm with the given parameters.
applyToCredential(Class<C>, String, Function<C, R>) - Method in class org.wildfly.security.auth.callback.AbstractCredentialCallback
Apply the given function to the acquired credential, if it is set and of the given type and algorithm.
applyToCredential(Class<C>, String, Function<C, R>) - Method in class org.wildfly.security.auth.realm.FailoverSecurityRealm.FailoverRealmIdentity
 
applyToCredential(Class<C>, String, Function<C, R>) - Method in class org.wildfly.security.auth.server.IdentityCredentials
Apply the given function to the acquired credential, if it is set and of the given type and algorithm.
applyToCredential(Class<C>, String, Function<C, R>) - Method in interface org.wildfly.security.auth.server.RealmIdentity
Apply the given function to the acquired credential, if it is set and of the given type and algorithm.
applyToCredential(Class<C>, String, Function<C, R>) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext
Apply the given function to the acquired credential, if it is set and of the given type and algorithm.
applyToCredential(Class<C>, String, Function<C, R>) - Method in interface org.wildfly.security.credential.source.CredentialSource
Apply the given function to the acquired credential, if it is set and of the given type and algorithm.
applyToCredential(Class<C>, Function<C, R>) - Method in class org.wildfly.security.auth.callback.AbstractCredentialCallback
Apply the given function to the acquired credential, if it is set and of the given type.
applyToCredential(Class<C>, Function<C, R>) - Method in class org.wildfly.security.auth.realm.FailoverSecurityRealm.FailoverRealmIdentity
 
applyToCredential(Class<C>, Function<C, R>) - Method in class org.wildfly.security.auth.server.IdentityCredentials
Apply the given function to the acquired credential, if it is set and of the given type.
applyToCredential(Class<C>, Function<C, R>) - Method in interface org.wildfly.security.auth.server.RealmIdentity
Apply the given function to the acquired credential, if it is set and of the given type.
applyToCredential(Class<C>, Function<C, R>) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext
Apply the given function to the acquired credential, if it is set and of the given type.
applyToCredential(Class<C>, Function<C, R>) - Method in interface org.wildfly.security.credential.source.CredentialSource
Apply the given function to the acquired credential, if it is set and of the given type.
applyToEvidence(Class<C>, String, Function<C, R>) - Method in class org.wildfly.security.auth.callback.EvidenceDecodePrincipalCallback
Apply the given function to the acquired evidence, if it is set and of the given type and algorithm.
applyToEvidence(Class<C>, String, Function<C, R>) - Method in class org.wildfly.security.auth.callback.EvidenceVerifyCallback
Apply the given function to the acquired evidence, if it is set and of the given type and algorithm.
applyToEvidence(Class<C>, Function<C, R>) - Method in class org.wildfly.security.auth.callback.EvidenceDecodePrincipalCallback
Apply the given function to the acquired evidence, if it is set and of the given type.
applyToEvidence(Class<C>, Function<C, R>) - Method in class org.wildfly.security.auth.callback.EvidenceVerifyCallback
Apply the given function to the acquired evidence, if it is set and of the given type.
ARIA128 - org.wildfly.security.ssl.Encryption
ARIA encryption with 128-bit.
ARIA128GCM - org.wildfly.security.ssl.Encryption
ARIA encryption with 128-bit keys in Galois counter mode (GCM).
ARIA256 - org.wildfly.security.ssl.Encryption
ARIA encryption with 256-bit keys.
ARIA256GCM - org.wildfly.security.ssl.Encryption
ARIA encryption with 256-bit keys in Galois counter mode (GCM).
arrayContains(String[], String) - Method in class org.wildfly.security.sasl.digest.AbstractDigestMechanism
 
ArrayIterator<E> - Class in org.wildfly.security.util
A read-only iterator over an array.
ArrayIterator(E[]) - Constructor for class org.wildfly.security.util.ArrayIterator
Construct a new instance.
ArrayIterator(E[], boolean) - Constructor for class org.wildfly.security.util.ArrayIterator
Construct a new instance.
ArrayIterator(E[], boolean, int) - Constructor for class org.wildfly.security.util.ArrayIterator
Construct a new instance.
ArrayIterator(E[], int) - Constructor for class org.wildfly.security.util.ArrayIterator
Construct a new instance.
arrayToRealmListProperty(String[]) - Static method in class org.wildfly.security.sasl.util.LegacyRealmListSaslServerFactory
 
arrayToRealmListProperty(String[], int, int...) - Static method in class org.wildfly.security.sasl.util.LegacyRealmListSaslServerFactory
 
AS_X500_PRINCIPAL_HANDLE - Static variable in class org.wildfly.security.x500.util.X500PrincipalUtil
 
asInt(Map<String, Object>, String, int) - Static method in class org.wildfly.security.http.oidc.Oidc
 
ASN1 - Class in org.wildfly.security.asn1
A class that contains ASN.1 constants and utilities.
ASN1() - Constructor for class org.wildfly.security.asn1.ASN1
 
ASN1Decoder - Interface in org.wildfly.security.asn1
An interface for decoding ASN.1 encoded values from an input stream.
ASN1Encodable - Interface in org.wildfly.security.asn1
An object which can be encoded into an ASN.1 encoder.
ASN1Encoder - Interface in org.wildfly.security.asn1
An interface for encoding ASN.1 values.
ASN1Exception - Exception in org.wildfly.security.asn1
An exception that indicates that ASN.1 encoding or decoding has failed due to invalid input.
ASN1Exception() - Constructor for exception org.wildfly.security.asn1.ASN1Exception
Constructs a new ASN1Exception instance.
ASN1Exception(String) - Constructor for exception org.wildfly.security.asn1.ASN1Exception
Constructs a new ASN1Exception instance with an initial message.
ASN1Exception(String, Throwable) - Constructor for exception org.wildfly.security.asn1.ASN1Exception
Constructs a new ASN1Exception instance with an initial message and cause.
ASN1Exception(Throwable) - Constructor for exception org.wildfly.security.asn1.ASN1Exception
Constructs a new ASN1Exception instance with an initial cause.
asnInvalidGeneralNameForIpAddressType() - Method in interface org.wildfly.security.x500._private.ElytronMessages
 
asnInvalidGeneralNameForUriType(Throwable) - Method in interface org.wildfly.security.x500._private.ElytronMessages
 
asnInvalidGeneralNameForUriTypeMissingScheme() - Method in interface org.wildfly.security.x500._private.ElytronMessages
 
asnInvalidGeneralNameType() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
 
asnInvalidHighTagNumberForm() - Method in interface org.wildfly.security.asn1.ElytronMessages
 
asnInvalidLength() - Method in interface org.wildfly.security.asn1.ElytronMessages
 
asnInvalidLengthForBooleanTypeTag() - Method in interface org.wildfly.security.asn1.ElytronMessages
 
asnInvalidNumberOfUnusedBits() - Method in interface org.wildfly.security.asn1.ElytronMessages
 
asnInvalidOidCharacter() - Method in interface org.wildfly.security.asn1.ElytronMessages
 
asnInvalidValueForFirstOidComponent() - Method in interface org.wildfly.security.asn1.ElytronMessages
 
asnInvalidValueForSecondOidComponent() - Method in interface org.wildfly.security.asn1.ElytronMessages
 
asnIpAddressGeneralNameCannotBeResolved(Throwable) - Method in interface org.wildfly.security.x500._private.ElytronMessages
 
asnLengthEncodingExceeds4bytes() - Method in interface org.wildfly.security.asn1.ElytronMessages
 
asnNonZeroLengthForNullTypeTag() - Method in interface org.wildfly.security.asn1.ElytronMessages
 
asnOidMustHaveAtLeast2Components() - Method in interface org.wildfly.security.asn1.ElytronMessages
 
asnUnableToReadCertificateData(Throwable) - Method in interface org.wildfly.security.asn1.ElytronMessages
 
asnUnexpectedCharacterByteForPrintableString() - Method in interface org.wildfly.security.asn1.ElytronMessages
 
asnUnexpectedEndOfInput() - Method in interface org.wildfly.security.asn1.ElytronMessages
 
asnUnexpectedTag() - Method in interface org.wildfly.security.asn1.ElytronMessages
 
asnUnexpectedTag() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
 
asnUnexpectedTag() - Method in interface org.wildfly.security.x500.cert._private.ElytronMessages
 
asnUnknownTagType(int) - Method in interface org.wildfly.security.asn1.ElytronMessages
 
asnUnrecognisedAlgorithm(String) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
 
asnUnrecognisedAlgorithm(String) - Method in interface org.wildfly.security.x500.cert._private.ElytronMessages
 
asOrderedX509CertificateChain(PublicKey, Certificate[]) - Static method in class org.wildfly.security.x500.X500
Convert an unordered array of certificates into an ordered X.509 certificate chain.
asPrincipalRewriter() - Method in interface org.wildfly.security.auth.server.NameRewriter
Get this name rewriter as a principal rewriter that applies only to NamePrincipal instances.
asPrincipalRewriter() - Method in interface org.wildfly.security.auth.server.PrincipalDecoder
Get this principal decoder as a principal rewriter that produces a NamePrincipal if the decode succeeds.
asReadOnly() - Method in interface org.wildfly.security.authz.Attributes
Returns a read-only instance of this instance.
assertComplete() - Method in class org.wildfly.security.sasl.util.AbstractSaslParticipant
A convenience method to throw a IllegalStateException is authentication is not yet complete.
assertInitialised() - Method in class org.wildfly.security.credential.store.impl.PropertiesCredentialStore
 
assertNotBuilt() - Method in class org.wildfly.security.auth.realm.ldap.LdapSecurityRealmBuilder
 
assertNotBuilt() - Method in class org.wildfly.security.auth.realm.ldap.LdapSecurityRealmBuilder.IdentityMappingBuilder
 
assertNotBuilt() - Method in class org.wildfly.security.auth.realm.ldap.LdapSecurityRealmBuilder.OtpCredentialLoaderBuilder
 
assertNotBuilt() - Method in class org.wildfly.security.auth.realm.ldap.LdapSecurityRealmBuilder.UserPasswordCredentialLoaderBuilder
 
assertNotBuilt() - Method in class org.wildfly.security.auth.realm.ldap.LdapSecurityRealmBuilder.X509EvidenceVerifierBuilder
 
assertNotBuilt() - Method in class org.wildfly.security.auth.realm.ldap.SimpleDirContextFactoryBuilder
 
assertNotBuilt() - Method in class org.wildfly.security.auth.server.SecurityDomain.Builder
 
assertNotBuilt() - Method in class org.wildfly.security.auth.server.SecurityDomain.RealmBuilder
 
assertNotBuilt() - Method in class org.wildfly.security.auth.util.GSSCredentialSecurityFactory.Builder
Deprecated.
 
assertNotBuilt() - Method in class org.wildfly.security.authz.SimplePermissionMapper.Builder
 
assertNotBuilt() - Method in class org.wildfly.security.mechanism.gssapi.GSSCredentialSecurityFactory.Builder
 
assignName(SecurityIdentity, MechanismConfiguration, MechanismRealmConfiguration, Principal, Evidence, IdentityCredentials, IdentityCredentials, boolean, Attributes) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext
 
assignName(SecurityIdentity, MechanismConfiguration, MechanismRealmConfiguration, Principal, Evidence, IdentityCredentials, IdentityCredentials, Attributes) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext
 
asString() - Method in enum org.wildfly.security.jose.jwk.JWK.Use
 
asString(JsonValue) - Static method in class org.wildfly.security.json.util.JsonUtil
 
asString(StringBuilder) - Method in class org.wildfly.security.auth.client.MatchAbstractTypeAuthorityRule
 
asString(StringBuilder) - Method in class org.wildfly.security.auth.client.MatchAbstractTypeRule
 
asString(StringBuilder) - Method in class org.wildfly.security.auth.client.MatchHostRule
 
asString(StringBuilder) - Method in class org.wildfly.security.auth.client.MatchNetworkRule
 
asString(StringBuilder) - Method in class org.wildfly.security.auth.client.MatchNoUserRule
 
asString(StringBuilder) - Method in class org.wildfly.security.auth.client.MatchPathRule
 
asString(StringBuilder) - Method in class org.wildfly.security.auth.client.MatchPortRule
 
asString(StringBuilder) - Method in class org.wildfly.security.auth.client.MatchRule
 
asString(StringBuilder) - Method in class org.wildfly.security.auth.client.MatchSchemeRule
 
asString(StringBuilder) - Method in class org.wildfly.security.auth.client.MatchSchemeSpecificPartRule
 
asString(StringBuilder) - Method in class org.wildfly.security.auth.client.MatchUserRule
 
asX500Principal(Principal) - Static method in class org.wildfly.security.x500.util.X500PrincipalUtil
Attempt to convert the given principal to an X.500 principal.
asX500Principal(Principal, boolean) - Static method in class org.wildfly.security.x500.util.X500PrincipalUtil
Attempt to convert the given principal to an X.500 principal.
asX509CertificateArray(Object[]) - Static method in class org.wildfly.security.x500.X500
Convert an array into a X509Certificate[].
AT_HASH - Static variable in class org.wildfly.security.http.oidc.IDToken
 
AtHashValidator(String, String) - Constructor for class org.wildfly.security.http.oidc.TokenValidator.AtHashValidator
 
atLeastOneCipherSuiteAttributeMustBeProvided(String, String) - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
ATOMIC_FIELD_UPDATER_TYPES - Static variable in class org.wildfly.security.manager.WildFlySecurityManager
 
AtomicFileOutputStream - Class in org.wildfly.security.util
 
AtomicFileOutputStream(File) - Constructor for class org.wildfly.security.util.AtomicFileOutputStream
 
AtomicFileOutputStream(String) - Constructor for class org.wildfly.security.util.AtomicFileOutputStream
 
AtomicFileOutputStream(Path) - Constructor for class org.wildfly.security.util.AtomicFileOutputStream
 
AtomicFileOutputStream.OpenState - Class in org.wildfly.security.util
 
AtomicFileOutputStream.State - Class in org.wildfly.security.util
 
AtomicLoadKeyStore - Class in org.wildfly.security.keystore
A KeyStore wrapper that makes the load operation atomic, in addition it also gives the ability to reverse the load call.
AtomicLoadKeyStore(AtomicLoadKeyStoreSpi, Provider, String) - Constructor for class org.wildfly.security.keystore.AtomicLoadKeyStore
 
AtomicLoadKeyStore.LoadKey - Class in org.wildfly.security.keystore
An opaque key representing an atomic keystore state.
AtomicLoadKeyStoreSpi - Class in org.wildfly.security.keystore
The KeyStoreSpi to add support atomic loading of the KeyStore
AtomicLoadKeyStoreSpi(KeyStoreFactory) - Constructor for class org.wildfly.security.keystore.AtomicLoadKeyStoreSpi
 
atomize(KeyStore) - Static method in class org.wildfly.security.keystore.AtomicLoadKeyStore
Create a new AtomicLoadKeyStore instance that wraps specified KeyStore.
attemptAuthentication(HttpServerRequest) - Method in class org.wildfly.security.http.form.FormAuthenticationMechanism
 
attemptAuthentication(HttpServerRequest, Function<SecurityDomain, IdentityCache>) - Method in class org.wildfly.security.http.cert.ClientCertAuthenticationMechanism
 
attemptReAuthentication(IdentityCache, HttpServerRequest) - Method in class org.wildfly.security.http.spnego.SpnegoAuthenticationMechanism
 
attemptReAuthentication(HttpServerRequest) - Method in class org.wildfly.security.http.form.FormAuthenticationMechanism
 
attemptReAuthentication(HttpServerRequest, Function<SecurityDomain, IdentityCache>) - Method in class org.wildfly.security.http.cert.ClientCertAuthenticationMechanism
 
AttributeMapper - Class in org.wildfly.security.auth.realm.jdbc.mapper
 
AttributeMapper(int, String) - Constructor for class org.wildfly.security.auth.realm.jdbc.mapper.AttributeMapper
 
AttributeMapping - Class in org.wildfly.security.auth.realm.ldap
Definition of a mapping from LDAP to an Elytron attribute.
AttributeMapping(String, boolean, String, String, String, String, String, int, String) - Constructor for class org.wildfly.security.auth.realm.ldap.AttributeMapping
 
AttributeMapping.Builder - Class in org.wildfly.security.auth.realm.ldap
 
attributeNameToOid(OidsUtil.Category, String) - Static method in class org.wildfly.security.asn1.OidsUtil
Convert an X.500 attribute name (AVA keyword) to OID
attributeNameToOidTable - Static variable in class org.wildfly.security.asn1.OidsUtil
 
attributes - Variable in class org.wildfly.security.auth.client.CredentialStoreFactory
 
attributes - Variable in class org.wildfly.security.auth.realm.FileSystemSecurityRealm.LoadedIdentity
 
attributes - Variable in class org.wildfly.security.auth.realm.JaasSecurityRealm.JaasAuthorizationIdentity
 
attributes - Variable in class org.wildfly.security.auth.realm.jdbc.JdbcSecurityRealm.JdbcRealmIdentity.JdbcIdentity
 
attributes - Variable in class org.wildfly.security.auth.realm.ldap.LdapSecurityRealm.IdentityMapping
 
attributes - Variable in class org.wildfly.security.auth.realm.ldap.LdapSecurityRealmBuilder.IdentityMappingBuilder
 
attributes - Variable in class org.wildfly.security.auth.realm.ldap.OtpCredentialLoader.ForIdentityLoader
 
attributes - Variable in class org.wildfly.security.auth.realm.ldap.UserPasswordCredentialLoader.ForIdentityLoader
 
attributes - Variable in class org.wildfly.security.auth.realm.SimpleRealmEntry
 
attributes - Variable in class org.wildfly.security.authz.SimpleAttributesEntry
 
attributes - Variable in class org.wildfly.security.x500.cert.CRLDistributionPoint.RelativeToCRLIssuerDistributionPointName
 
Attributes - Interface in org.wildfly.security.authz
A collection of string attributes.
Attributes.Entry - Interface in org.wildfly.security.authz
The entry collection for a mapping.
Attributes.SetEntry - Interface in org.wildfly.security.authz
The entry collection for a mapping whose values are a distinct set.
attributeType - Variable in class org.wildfly.security.x500.X500AttributeTypeAndValue
 
attributeType - Variable in class org.wildfly.security.x500.X500DirectoryAttribute
 
audience - Variable in class org.wildfly.security.auth.realm.token.validator.JwtValidator.Builder
 
audience(String...) - Method in class org.wildfly.security.auth.realm.token.validator.JwtValidator.Builder
Defines one or more string values representing the audiences supported by this configuration.
audiences - Variable in class org.wildfly.security.auth.realm.token.validator.JwtValidator
 
audit - Static variable in interface org.wildfly.security.audit.ElytronMessages
 
auditEndpoint - Variable in class org.wildfly.security.audit.AuditLogger
 
auditEndpoint - Variable in class org.wildfly.security.audit.AuditLogger.Builder
 
AuditEndpoint - Interface in org.wildfly.security.audit
An endpoint that receives audit messages.
AuditLogger - Class in org.wildfly.security.audit
The audit logger implementation.
AuditLogger(AuditLogger.Builder) - Constructor for class org.wildfly.security.audit.AuditLogger
 
AuditLogger.Builder - Class in org.wildfly.security.audit
A builder for audit logger instances.
auth - Variable in class org.wildfly.security.mechanism.oauth2.OAuth2InitialClientMessage
 
AUTH - org.wildfly.security.sasl.gssapi.AbstractGssapiMechanism.QOP
 
AUTH - Static variable in class org.wildfly.security.http.HttpConstants
 
AUTH - Static variable in class org.wildfly.security.sasl.gssapi.AbstractGssapiMechanism
 
AUTH_CONF - org.wildfly.security.sasl.gssapi.AbstractGssapiMechanism.QOP
 
AUTH_CONF - Static variable in class org.wildfly.security.sasl.gssapi.AbstractGssapiMechanism
 
AUTH_INT - org.wildfly.security.sasl.gssapi.AbstractGssapiMechanism.QOP
 
AUTH_INT - Static variable in class org.wildfly.security.sasl.gssapi.AbstractGssapiMechanism
 
AUTH_METHOD - Static variable in class org.wildfly.security.sasl.digest._private.DigestUtil
 
AUTH_PARAM - Static variable in class org.wildfly.security.http.HttpConstants
 
AuthChallenge - Interface in org.wildfly.security.http.oidc
 
authClient - Static variable in class org.wildfly.security.auth.realm.ldap.SimpleDirContextFactoryBuilder
 
authenticate() - Method in class org.wildfly.security.http.HttpAuthenticator
Perform authentication for the request.
authenticate() - Method in class org.wildfly.security.http.HttpAuthenticator.AuthenticationExchange
 
authenticate() - Method in class org.wildfly.security.http.oidc.BasicAuthRequestAuthenticator
 
authenticate() - Method in class org.wildfly.security.http.oidc.BearerTokenRequestAuthenticator
 
authenticate() - Method in class org.wildfly.security.http.oidc.OidcRequestAuthenticator
 
authenticate() - Method in class org.wildfly.security.http.oidc.QueryParameterTokenRequestAuthenticator
 
authenticate() - Method in class org.wildfly.security.http.oidc.RequestAuthenticator
 
authenticate(String, String, char[]) - Method in class org.wildfly.security.mechanism.http.UsernamePasswordAuthenticationMechanism
 
authenticate(String, Evidence) - Method in class org.wildfly.security.auth.server.SecurityDomain
Perform an authentication based on Evidence for the specified identity name.
authenticate(Principal, Evidence) - Method in class org.wildfly.security.auth.server.SecurityDomain
Perform an authentication based on Evidence for the specified identity Principal.
authenticate(AuthenticationConfiguration) - Method in class org.wildfly.security.auth.client.PeerIdentityContext
Authenticate a new peer identity.
authenticate(Evidence) - Method in class org.wildfly.security.auth.server.SecurityDomain
Perform an authentication based on Evidence alone.
AUTHENTICATE - Static variable in class org.wildfly.security.auth.server.SecurityDomain
 
authenticated - Variable in class org.wildfly.security.http.HttpAuthenticator.AuthenticationExchange
 
AUTHENTICATED - org.wildfly.security.http.oidc.Oidc.AuthOutcome
 
AuthenticatedActionsHandler - Class in org.wildfly.security.http.oidc
Pre-installed actions that must be authenticated Actions include: CORS Origin Check and Response headers k_query_bearer_token: Get bearer token from server for Javascripts CORS requests
AuthenticatedActionsHandler(OidcClientConfiguration, OidcHttpFacade) - Constructor for class org.wildfly.security.http.oidc.AuthenticatedActionsHandler
 
authentication - Variable in class org.wildfly.security.ssl.MechanismDatabase.Entry
 
Authentication - Enum in org.wildfly.security.ssl
The authentication type for SSL/TLS cipher suite selection.
Authentication() - Constructor for enum org.wildfly.security.ssl.Authentication
 
AUTHENTICATION_INFO - Static variable in class org.wildfly.security.http.HttpConstants
 
AUTHENTICATION_TIMEOUT - Static variable in class org.wildfly.security.sasl.WildFlySasl
The amount of time, in seconds, after which a server should terminate an authentication attempt.
authenticationAttempted - Variable in class org.wildfly.security.http.HttpAuthenticator.AuthenticationExchange
 
AuthenticationCipherSuitePredicate - Class in org.wildfly.security.ssl
 
AuthenticationCipherSuitePredicate(boolean, EnumSet<Authentication>) - Constructor for class org.wildfly.security.ssl.AuthenticationCipherSuitePredicate
 
authenticationComplete() - Method in interface org.wildfly.security.http.HttpServerRequest
Notification that authentication is now complete.
authenticationComplete() - Method in class org.wildfly.security.http.oidc.OidcHttpFacade
 
authenticationComplete(SecurityIdentity, String) - Method in interface org.wildfly.security.http.HttpExchangeSpi
Notification that authentication has been completed for a specific identity using a specific authentication mechanism.
authenticationComplete(HttpServerMechanismsResponder) - Method in class org.wildfly.security.http.HttpAuthenticator.AuthenticationExchange
 
authenticationComplete(HttpServerMechanismsResponder) - Method in interface org.wildfly.security.http.HttpServerRequest
Notification that authentication is now complete.
authenticationComplete(HttpServerMechanismsResponder) - Method in class org.wildfly.security.http.HttpServerRequestWrapper
 
authenticationComplete(HttpServerMechanismsResponder) - Method in class org.wildfly.security.http.util.PrivilegedServerMechanism.HttpServerRequestWrapper
 
authenticationComplete(HttpServerMechanismsResponder) - Method in class org.wildfly.security.http.util.sso.ProgrammaticSingleSignOnCache.SSOHttpServerRequest
 
authenticationComplete(HttpServerMechanismsResponder, Runnable) - Method in class org.wildfly.security.http.HttpAuthenticator.AuthenticationExchange
 
authenticationComplete(HttpServerMechanismsResponder, Runnable) - Method in interface org.wildfly.security.http.HttpServerRequest
Notification that authentication is now complete.
authenticationComplete(HttpServerMechanismsResponder, Runnable) - Method in class org.wildfly.security.http.HttpServerRequestWrapper
 
authenticationComplete(HttpServerMechanismsResponder, Runnable) - Method in class org.wildfly.security.http.util.PrivilegedServerMechanism.HttpServerRequestWrapper
 
authenticationComplete(HttpServerMechanismsResponder, Runnable) - Method in class org.wildfly.security.http.util.sso.ProgrammaticSingleSignOnCache.SSOHttpServerRequest
 
authenticationComplete(OidcAccount, boolean) - Method in class org.wildfly.security.http.oidc.OidcHttpFacade
 
AuthenticationCompleteCallback - Class in org.wildfly.security.auth.callback
An optional callback indicating the success or failure of the authentication operation.
AuthenticationCompleteCallback(boolean) - Constructor for class org.wildfly.security.auth.callback.AuthenticationCompleteCallback
Construct a new instance.
AuthenticationCompleteCallbackSaslClientFactory - Class in org.wildfly.security.sasl.util
A SaslClientFactory which adds AuthenticationCompleteCallback functionality to a delegate SaslClientFactory.
AuthenticationCompleteCallbackSaslClientFactory(SaslClientFactory) - Constructor for class org.wildfly.security.sasl.util.AuthenticationCompleteCallbackSaslClientFactory
Construct a new instance.
AuthenticationCompleteCallbackSaslServerFactory - Class in org.wildfly.security.sasl.util
A SaslServerFactory which adds AuthenticationCompleteCallback functionality to a delegate SaslServerFactory.
AuthenticationCompleteCallbackSaslServerFactory(SaslServerFactory) - Constructor for class org.wildfly.security.sasl.util.AuthenticationCompleteCallbackSaslServerFactory
Construct a new instance.
AuthenticationConfiguration - Class in org.wildfly.security.auth.client
A configuration which controls how authentication is performed.
AuthenticationConfiguration() - Constructor for class org.wildfly.security.auth.client.AuthenticationConfiguration
Construct the empty configuration instance.
AuthenticationConfiguration(AuthenticationConfiguration, int) - Constructor for class org.wildfly.security.auth.client.AuthenticationConfiguration
Copy constructor for mutating the port number.
AuthenticationConfiguration(AuthenticationConfiguration, int, Object) - Constructor for class org.wildfly.security.auth.client.AuthenticationConfiguration
Copy constructor for mutating one object field.
AuthenticationConfiguration(AuthenticationConfiguration, int, Object, int, Object) - Constructor for class org.wildfly.security.auth.client.AuthenticationConfiguration
Copy constructor for mutating two object fields.
AuthenticationConfiguration(AuthenticationConfiguration, int, Object, int, Object, int, Object) - Constructor for class org.wildfly.security.auth.client.AuthenticationConfiguration
Copy constructor for mutating three object fields.
AuthenticationConfiguration(AuthenticationConfiguration, AuthenticationConfiguration) - Constructor for class org.wildfly.security.auth.client.AuthenticationConfiguration
 
AuthenticationConfiguration.ClientCallbackHandler - Class in org.wildfly.security.auth.client
 
authenticationContext - Variable in class org.wildfly.security.auth.realm.ldap.SimpleDirContextFactoryBuilder
 
AuthenticationContext - Class in org.wildfly.security.auth.client
A set of rules and authentication configurations to use with a client for establishing a connection.
AuthenticationContext() - Constructor for class org.wildfly.security.auth.client.AuthenticationContext
 
AuthenticationContext(RuleNode<AuthenticationConfiguration>, RuleNode<SecurityFactory<SSLContext>>) - Constructor for class org.wildfly.security.auth.client.AuthenticationContext
 
AuthenticationContextConfigurationClient - Class in org.wildfly.security.auth.client
A client for consuming authentication context configurations.
AuthenticationContextConfigurationClient() - Constructor for class org.wildfly.security.auth.client.AuthenticationContextConfigurationClient
Construct a new instance.
AuthenticationContextSaslClient - Class in org.wildfly.security.sasl.auth.util
A delegating SaslClient which establishes a specific AuthenticationContext for the duration of the authentication process.
AuthenticationContextSaslClient - Class in org.wildfly.security.sasl.util
Deprecated.
AuthenticationContextSaslClient(SaslClient) - Constructor for class org.wildfly.security.sasl.auth.util.AuthenticationContextSaslClient
Construct a new instance.
AuthenticationContextSaslClient(SaslClient) - Constructor for class org.wildfly.security.sasl.util.AuthenticationContextSaslClient
Deprecated.
Construct a new instance.
AuthenticationContextSaslClient(SaslClient, AuthenticationContext) - Constructor for class org.wildfly.security.sasl.auth.util.AuthenticationContextSaslClient
Construct a new instance.
AuthenticationContextSaslClient(SaslClient, AuthenticationContext) - Constructor for class org.wildfly.security.sasl.util.AuthenticationContextSaslClient
Deprecated.
Construct a new instance.
AuthenticationContextSaslClientFactory - Class in org.wildfly.security.sasl.auth.util
A delegating SaslClientFactory which establishes a specific AuthenticationContext for the duration of the authentication process.
AuthenticationContextSaslClientFactory - Class in org.wildfly.security.sasl.util
Deprecated.
AuthenticationContextSaslClientFactory(SaslClientFactory) - Constructor for class org.wildfly.security.sasl.auth.util.AuthenticationContextSaslClientFactory
Construct a new instance.
AuthenticationContextSaslClientFactory(SaslClientFactory) - Constructor for class org.wildfly.security.sasl.util.AuthenticationContextSaslClientFactory
Deprecated.
Construct a new instance.
AuthenticationContextSaslClientFactory(SaslClientFactory, AuthenticationContext) - Constructor for class org.wildfly.security.sasl.auth.util.AuthenticationContextSaslClientFactory
Construct a new instance.
AuthenticationContextSaslClientFactory(SaslClientFactory, AuthenticationContext) - Constructor for class org.wildfly.security.sasl.util.AuthenticationContextSaslClientFactory
Deprecated.
Construct a new instance.
AuthenticationContextSaslServer - Class in org.wildfly.security.sasl.auth.util
A delegating SaslServer which establishes a specific AuthenticationContext for the duration of the authentication process.
AuthenticationContextSaslServer - Class in org.wildfly.security.sasl.util
Deprecated.
AuthenticationContextSaslServer(SaslServer) - Constructor for class org.wildfly.security.sasl.auth.util.AuthenticationContextSaslServer
Construct a new instance.
AuthenticationContextSaslServer(SaslServer) - Constructor for class org.wildfly.security.sasl.util.AuthenticationContextSaslServer
Deprecated.
Construct a new instance.
AuthenticationContextSaslServer(SaslServer, AuthenticationContext) - Constructor for class org.wildfly.security.sasl.auth.util.AuthenticationContextSaslServer
Construct a new instance.
AuthenticationContextSaslServer(SaslServer, AuthenticationContext) - Constructor for class org.wildfly.security.sasl.util.AuthenticationContextSaslServer
Deprecated.
Construct a new instance.
AuthenticationContextSaslServerFactory - Class in org.wildfly.security.sasl.auth.util
A delegating SaslServerFactory which establishes a specific AuthenticationContext for the duration of the authentication process.
AuthenticationContextSaslServerFactory - Class in org.wildfly.security.sasl.util
Deprecated.
AuthenticationContextSaslServerFactory(SaslServerFactory) - Constructor for class org.wildfly.security.sasl.auth.util.AuthenticationContextSaslServerFactory
Construct a new instance.
AuthenticationContextSaslServerFactory(SaslServerFactory) - Constructor for class org.wildfly.security.sasl.util.AuthenticationContextSaslServerFactory
Deprecated.
Construct a new instance.
AuthenticationContextSaslServerFactory(SaslServerFactory, AuthenticationContext) - Constructor for class org.wildfly.security.sasl.auth.util.AuthenticationContextSaslServerFactory
Construct a new instance.
AuthenticationContextSaslServerFactory(SaslServerFactory, AuthenticationContext) - Constructor for class org.wildfly.security.sasl.util.AuthenticationContextSaslServerFactory
Deprecated.
Construct a new instance.
authenticationCredentialsForwardSecurityDomain - Variable in class org.wildfly.security.auth.client.AuthenticationConfiguration
 
AuthenticationError - Class in org.wildfly.security.http.oidc
Indicates an OIDC related authentication error.
AuthenticationError(AuthenticationError.Reason, String) - Constructor for class org.wildfly.security.http.oidc.AuthenticationError
 
AuthenticationError.Reason - Enum in org.wildfly.security.http.oidc
 
AuthenticationException - Exception in org.wildfly.security.auth
An exception indicating that an initial authentication (login) operation has failed.
AuthenticationException() - Constructor for exception org.wildfly.security.auth.AuthenticationException
Constructs a new org.wildfly.security.auth.AuthenticationException instance.
AuthenticationException(String) - Constructor for exception org.wildfly.security.auth.AuthenticationException
Constructs a new org.wildfly.security.auth.AuthenticationException instance with an initial message.
AuthenticationException(String, Throwable) - Constructor for exception org.wildfly.security.auth.AuthenticationException
Constructs a new org.wildfly.security.auth.AuthenticationException instance with an initial message and cause.
AuthenticationException(Throwable) - Constructor for exception org.wildfly.security.auth.AuthenticationException
Constructs a new org.wildfly.security.auth.AuthenticationException instance with an initial cause.
AuthenticationExchange() - Constructor for class org.wildfly.security.http.HttpAuthenticator.AuthenticationExchange
 
authenticationFailed() - Method in class org.wildfly.security.http.oidc.OidcHttpFacade
 
authenticationFailed() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
 
authenticationFailed(String) - Method in interface org.wildfly.security.http.HttpServerRequest
Notification that authentication failes.
authenticationFailed(String, String) - Method in interface org.wildfly.security.http.HttpExchangeSpi
Notification that authentication has failed using the mechanism specified.
authenticationFailed(String, String) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
 
authenticationFailed(String, HttpServerMechanismsResponder) - Method in class org.wildfly.security.http.HttpAuthenticator.AuthenticationExchange
 
authenticationFailed(String, HttpServerMechanismsResponder) - Method in interface org.wildfly.security.http.HttpServerRequest
Notification that authentication failes.
authenticationFailed(String, HttpServerMechanismsResponder) - Method in class org.wildfly.security.http.HttpServerRequestWrapper
 
authenticationFailed(String, HttpServerMechanismsResponder) - Method in class org.wildfly.security.http.util.PrivilegedServerMechanism.HttpServerRequestWrapper
 
authenticationFailed(String, HttpServerMechanismsResponder) - Method in class org.wildfly.security.http.util.sso.ProgrammaticSingleSignOnCache.SSOHttpServerRequest
 
authenticationFailedAuthorization() - Method in interface org.wildfly.security.auth.server._private.ElytronMessages
 
authenticationFailedEvidenceVerification() - Method in interface org.wildfly.security.auth.server._private.ElytronMessages
 
authenticationFailedEvidenceVerification() - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
 
authenticationHandler - Variable in class org.wildfly.security.credential.source.OAuth2CredentialSource
Deprecated.
 
authenticationHandler - Variable in class org.wildfly.security.credential.source.OAuth2CredentialSource.Builder
Deprecated.
 
authenticationIdentity - Variable in class org.wildfly.security.auth.realm.AggregateSecurityRealm.Identity
 
authenticationInProgress() - Method in class org.wildfly.security.http.oidc.OidcHttpFacade
 
authenticationInProgress(HttpServerMechanismsResponder) - Method in class org.wildfly.security.http.HttpAuthenticator.AuthenticationExchange
 
authenticationInProgress(HttpServerMechanismsResponder) - Method in interface org.wildfly.security.http.HttpServerRequest
Notification that this mechanism has commenced but not completed authentication, typically because another challenge / response round trip is required.
authenticationInProgress(HttpServerMechanismsResponder) - Method in class org.wildfly.security.http.HttpServerRequestWrapper
 
authenticationInProgress(HttpServerMechanismsResponder) - Method in class org.wildfly.security.http.util.PrivilegedServerMechanism.HttpServerRequestWrapper
 
authenticationInProgress(HttpServerMechanismsResponder) - Method in class org.wildfly.security.http.util.sso.ProgrammaticSingleSignOnCache.SSOHttpServerRequest
 
AuthenticationMechanismException - Exception in org.wildfly.security.mechanism
A network authentication mechanism exception.
AuthenticationMechanismException() - Constructor for exception org.wildfly.security.mechanism.AuthenticationMechanismException
Constructs a new AuthenticationMechanismException instance.
AuthenticationMechanismException(String) - Constructor for exception org.wildfly.security.mechanism.AuthenticationMechanismException
Constructs a new AuthenticationMechanismException instance with an initial message.
AuthenticationMechanismException(String, Throwable) - Constructor for exception org.wildfly.security.mechanism.AuthenticationMechanismException
Constructs a new AuthenticationMechanismException instance with an initial message and cause.
AuthenticationMechanismException(Throwable) - Constructor for exception org.wildfly.security.mechanism.AuthenticationMechanismException
Constructs a new AuthenticationMechanismException instance with an initial cause.
authenticationName - Variable in class org.wildfly.security.mechanism.scram.ScramInitialClientMessage
 
authenticationNameForwardSecurityDomain - Variable in class org.wildfly.security.auth.client.AuthenticationConfiguration
 
authenticationOptional - Variable in class org.wildfly.security.ssl.SecurityDomainTrustManager
 
authenticationOptional - Variable in class org.wildfly.security.ssl.SSLContextBuilder
 
authenticationPrincipal - Variable in class org.wildfly.security.auth.server.ServerAuthenticationContext.AuthorizedState
 
authenticationPrincipal - Variable in class org.wildfly.security.auth.server.ServerAuthenticationContext.NameAssignedState
 
authenticationRealm - Variable in class org.wildfly.security.auth.realm.AggregateSecurityRealm
 
AuthenticationTimeoutSaslServerFactory - Class in org.wildfly.security.sasl.util
A SaslServerFactory which adds authentication timeout functionality to a delegate SaslServerFactory.
AuthenticationTimeoutSaslServerFactory(SaslServerFactory, ScheduledExecutorService) - Constructor for class org.wildfly.security.sasl.util.AuthenticationTimeoutSaslServerFactory
Construct a new instance.
AuthenticationTimeoutSaslServerFactory.DelegatingTimeoutSaslServer - Class in org.wildfly.security.sasl.util
 
authority - Variable in class org.wildfly.security.auth.client.MatchAbstractTypeAuthorityRule
 
AUTHORITY_CERTIFICATE - Static variable in class org.wildfly.security.x500.TrustedAuthority
 
AUTHORITY_NAME - Static variable in class org.wildfly.security.x500.TrustedAuthority
 
AuthorityInformationAccessExtension - Class in org.wildfly.security.x500.cert
The authority information access extension as defined by RFC 5280 § 4.2.2.1.
AuthorityInformationAccessExtension(List<AccessDescription>) - Constructor for class org.wildfly.security.x500.cert.AuthorityInformationAccessExtension
Construct a new instance.
AuthorityKeyIdentifierExtension - Class in org.wildfly.security.x500.cert
Authority key identifier extension as defined by RFC 5280 § 4.2.1.1.
AuthorityKeyIdentifierExtension(byte[], List<GeneralName>, BigInteger) - Constructor for class org.wildfly.security.x500.cert.AuthorityKeyIdentifierExtension
Construct a new instance.
AUTHORIZATION - Static variable in class org.wildfly.security.http.HttpConstants
 
AUTHORIZATION - Static variable in class org.wildfly.security.http.oidc.Oidc
 
AUTHORIZATION - Static variable in class org.wildfly.security.x500.cert.acme.Acme
 
AUTHORIZATION_CODE - Static variable in class org.wildfly.security.http.oidc.Oidc
 
AuthorizationCheckException - Exception in org.wildfly.security.authz
An exception indicating that an identity authorization check has failed.
AuthorizationCheckException(String, Throwable, Principal, Permission) - Constructor for exception org.wildfly.security.authz.AuthorizationCheckException
Constructs a new AuthorizationException instance with an initial message and cause.
AuthorizationCheckException(String, Principal, Permission) - Constructor for exception org.wildfly.security.authz.AuthorizationCheckException
Constructs a new AuthorizationException instance with an initial message.
authorizationEndpoint - Variable in class org.wildfly.security.http.oidc.OidcProviderMetadata
 
AuthorizationException - Exception in org.wildfly.security.authz
A general authorization exception.
AuthorizationException(String, Throwable, Principal) - Constructor for exception org.wildfly.security.authz.AuthorizationException
Constructs a new AuthorizationException instance with an initial message and cause.
AuthorizationException(String, Principal) - Constructor for exception org.wildfly.security.authz.AuthorizationException
Constructs a new AuthorizationException instance with an initial message.
authorizationFailed(String) - Method in interface org.wildfly.security.mechanism._private.ElytronMessages
 
AuthorizationFailureException - Exception in org.wildfly.security.authz
An exception indicating that an authorization check failed for reasons not related to the actual authorization of the identity.
AuthorizationFailureException(String, Throwable, Principal) - Constructor for exception org.wildfly.security.authz.AuthorizationFailureException
Constructs a new AuthorizationFailureException instance with an initial message and cause.
AuthorizationFailureException(String, Principal) - Constructor for exception org.wildfly.security.authz.AuthorizationFailureException
Constructs a new AuthorizationFailureException instance with an initial message.
authorizationId - Variable in class org.wildfly.security.mechanism.oauth2.OAuth2Client
 
authorizationId - Variable in class org.wildfly.security.mechanism.oauth2.OAuth2InitialClientMessage
 
authorizationId - Variable in class org.wildfly.security.mechanism.scram.ScramClient
 
authorizationId - Variable in class org.wildfly.security.mechanism.scram.ScramInitialClientMessage
 
authorizationId - Variable in class org.wildfly.security.sasl.digest.AbstractDigestMechanism
 
authorizationId - Variable in class org.wildfly.security.sasl.external.ExternalSaslClient
 
authorizationId - Variable in class org.wildfly.security.sasl.gssapi.GssapiClient
 
authorizationId - Variable in class org.wildfly.security.sasl.gssapi.GssapiServer
 
authorizationId - Variable in class org.wildfly.security.sasl.localuser.LocalUserServer
 
authorizationId - Variable in class org.wildfly.security.sasl.plain.PlainSaslClient
 
authorizationId - Variable in class org.wildfly.security.sasl.scram.ScramSaslServer
 
authorizationId - Variable in class org.wildfly.security.sasl.util.AbstractSaslClient
 
authorizationID - Variable in class org.wildfly.security.sasl.entity.EntitySaslServer
 
authorizationID - Variable in class org.wildfly.security.sasl.external.ExternalSaslServer
 
authorizationID - Variable in class org.wildfly.security.sasl.gs2.Gs2SaslServer
 
authorizationID - Variable in class org.wildfly.security.sasl.otp.OTPSaslServer
 
authorizationIdentities - Variable in class org.wildfly.security.auth.realm.AggregateSecurityRealm.Identity
 
authorizationIdentity - Variable in class org.wildfly.security.auth.server.event.RealmAuthorizationEvent
 
authorizationIdentity - Variable in class org.wildfly.security.auth.server.event.RealmSuccessfulAuthenticationEvent
 
authorizationIdentity - Variable in class org.wildfly.security.auth.server.SecurityIdentity
 
AuthorizationIdentity - Interface in org.wildfly.security.authz
A realm's authorization identity.
authorizationInfo - Variable in class org.wildfly.security.auth.callback.AnonymousAuthorizationCallback
 
authorizationNameForwardSecurityDomain - Variable in class org.wildfly.security.auth.client.AuthenticationConfiguration
 
authorizationPrincipal - Variable in exception org.wildfly.security.authz.AuthorizationException
 
authorizationRealms - Variable in class org.wildfly.security.auth.realm.AggregateSecurityRealm
 
AUTHORIZATIONS - Static variable in class org.wildfly.security.x500.cert.acme.Acme
 
authorize() - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext
Attempt to authorize an authentication attempt.
authorize(boolean) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.AnonymousAuthorizedState
 
authorize(boolean) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext
 
authorize(boolean) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.AuthorizedState
 
authorize(boolean) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.InactiveState
 
authorize(boolean) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.NameAssignedState
 
authorize(boolean) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.State
 
authorize(boolean) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.UnassignedState
 
authorize(String) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext
Attempt to authorize a change to a new user (possibly including an authentication attempt).
authorize(String) - Method in class org.wildfly.security.http.digest.DigestAuthenticationMechanism
 
authorize(String) - Method in class org.wildfly.security.http.external.ExternalAuthenticationMechanism
 
authorize(String) - Method in class org.wildfly.security.mechanism.http.UsernamePasswordAuthenticationMechanism
 
authorize(String, HttpServerRequest, IdentityCache) - Method in class org.wildfly.security.http.form.FormAuthenticationMechanism
 
authorize(Principal) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext
Attempt to authorize a change to a new user (possibly including an authentication attempt).
authorize(Principal, boolean) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.ActiveState
 
authorize(Principal, boolean) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext
 
authorize(Principal, boolean) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.InactiveState
 
authorize(Principal, boolean) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.NameAssignedState
 
authorize(Principal, boolean) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.State
 
authorize(CallbackHandler, Principal) - Static method in class org.wildfly.security.http.oidc.OidcHttpFacade
 
authorizeAnonymous() - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext
Set the authentication to anonymous, completing the authentication process.
authorizeAnonymous(boolean) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.AnonymousAuthorizedState
 
authorizeAnonymous(boolean) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext
Set the authentication to anonymous, completing the authentication process.
authorizeAnonymous(boolean) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.InactiveState
 
authorizeAnonymous(boolean) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.State
 
authorizeAnonymous(boolean) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.UnassignedState
 
authorized - Variable in class org.wildfly.security.auth.callback.AnonymousAuthorizationCallback
 
authorized - Variable in class org.wildfly.security.auth.callback.CachedIdentityAuthorizeCallback
 
authorized - Variable in class org.wildfly.security.auth.callback.PrincipalAuthorizeCallback
 
AuthorizedAuthenticationState(SecurityIdentity, Principal, RealmInfo, RealmIdentity, MechanismRealmConfiguration, MechanismConfiguration) - Constructor for class org.wildfly.security.auth.server.ServerAuthenticationContext.AuthorizedAuthenticationState
 
authorizedId - Variable in class org.wildfly.security.sasl.plain.PlainSaslServer
 
authorizedIdentity - Variable in class org.wildfly.security.auth.server.ServerAuthenticationContext.AuthorizedState
 
AuthorizedState(SecurityIdentity, Principal, RealmInfo, MechanismConfiguration, MechanismRealmConfiguration) - Constructor for class org.wildfly.security.auth.server.ServerAuthenticationContext.AuthorizedState
 
authorizeRunAs(Principal, boolean) - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.AuthorizedState
 
authorizeSrcName(GSSContext, IdentityCache) - Method in class org.wildfly.security.http.spnego.SpnegoAuthenticationMechanism
 
AuthOutcome() - Constructor for enum org.wildfly.security.http.oidc.Oidc.AuthOutcome
 
authRuleMatching(URI, String, String) - Method in class org.wildfly.security.auth.client.AuthenticationContext
 
authRules - Variable in class org.wildfly.security.auth.client.AuthenticationContext
 
authServerBaseUrl - Variable in class org.wildfly.security.http.oidc.OidcClientConfiguration
 
authServerUrl - Variable in class org.wildfly.security.http.oidc.OidcJsonConfiguration
 
authServerUrlOrProviderUrlMustBeSet() - Method in interface org.wildfly.security.http.oidc.ElytronMessages
 
authUrl - Variable in class org.wildfly.security.http.oidc.OidcClientConfiguration
 
AutoCloseableXMLStreamReaderHolder(XMLStreamReader) - Constructor for class org.wildfly.security.auth.realm.FileSystemSecurityRealm.AutoCloseableXMLStreamReaderHolder
 
AutoCloseableXMLStreamWriterHolder(XMLStreamWriter) - Constructor for class org.wildfly.security.auth.realm.FileSystemSecurityRealm.AutoCloseableXMLStreamWriterHolder
 
autodetectBearerOnly - Variable in class org.wildfly.security.http.oidc.OidcClientConfiguration
 
autodetectBearerOnly - Variable in class org.wildfly.security.http.oidc.OidcJsonConfiguration
 
automaticStorageCreationDisabled(String) - Method in interface org.wildfly.security.credential.store._private.ElytronMessages
 
AvailableRealmsCallback - Class in org.wildfly.security.auth.callback
A callback used to query a server participant for the names of realms that it is prepared to offer.
AvailableRealmsCallback() - Constructor for class org.wildfly.security.auth.callback.AvailableRealmsCallback
Construct a new instance.
AvailableRealmsSaslServerFactory - Class in org.wildfly.security.sasl.util
A SaslServerFactory which sets the server's available realms using the legacy WildFlySasl.REALM_LIST property, if specified.
AvailableRealmsSaslServerFactory(SaslServerFactory) - Constructor for class org.wildfly.security.sasl.util.AvailableRealmsSaslServerFactory
Construct a new instance.
AvailableRealmsSaslServerFactory(SaslServerFactory, int, int...) - Constructor for class org.wildfly.security.sasl.util.AvailableRealmsSaslServerFactory
Construct a new instance.
avoidingFetchJwks(URL, long) - Method in interface org.wildfly.security.auth.realm.token._private.ElytronMessages
 
AZP - Static variable in class org.wildfly.security.http.oidc.TokenValidator.AzpValidator
 
AzpValidator(String) - Constructor for class org.wildfly.security.http.oidc.TokenValidator.AzpValidator
 

B

backchannelLogoutSessionSupported - Variable in class org.wildfly.security.http.oidc.OidcProviderMetadata
 
backchannelLogoutSupported - Variable in class org.wildfly.security.http.oidc.OidcProviderMetadata
 
BAD_NONCE - Static variable in class org.wildfly.security.x500.cert.acme.Acme
 
BAD_REQUEST - Static variable in class org.wildfly.security.http.HttpConstants
 
badAcmeNonce() - Method in interface org.wildfly.security.x500.cert.acme.ElytronMessages
 
badKeyPrefix() - Method in interface org.wildfly.security.encryption.ElytronMessages
 
badKeySize() - Method in interface org.wildfly.security.encryption.ElytronMessages
 
badReconnectAttemptsNumber(int) - Method in interface org.wildfly.security.audit.ElytronMessages
 
badRequest(HttpAuthenticationException) - Method in interface org.wildfly.security.http.HttpServerRequest
Notification to indicate that this was a bad request.
badRequest(HttpAuthenticationException, String) - Method in interface org.wildfly.security.http.HttpExchangeSpi
Notification that authentication has failed for a specific mechanism due to being a bad request.
badRequest(HttpAuthenticationException, HttpServerMechanismsResponder) - Method in class org.wildfly.security.http.HttpAuthenticator.AuthenticationExchange
 
badRequest(HttpAuthenticationException, HttpServerMechanismsResponder) - Method in interface org.wildfly.security.http.HttpServerRequest
Notification to indicate that this was a bad request.
badRequest(HttpAuthenticationException, HttpServerMechanismsResponder) - Method in class org.wildfly.security.http.HttpServerRequestWrapper
 
badRequest(HttpAuthenticationException, HttpServerMechanismsResponder) - Method in class org.wildfly.security.http.util.PrivilegedServerMechanism.HttpServerRequestWrapper
 
badRequest(HttpAuthenticationException, HttpServerMechanismsResponder) - Method in class org.wildfly.security.http.util.sso.ProgrammaticSingleSignOnCache.SSOHttpServerRequest
 
base - Variable in class org.wildfly.security.x500.cert.NameConstraintsExtension.GeneralSubtree
 
BASE64 - org.wildfly.security.password.spec.Encoding
Base64 encoding
BASE64_FORMAT - Static variable in class org.wildfly.security.auth.realm.FileSystemSecurityRealm.Identity
 
BASE64_URL - Static variable in class org.wildfly.security.jose.jwk.JWKUtil
The RFC 4648 base64url alphabet.
BASE64_URL - Static variable in class org.wildfly.security.x500.cert.acme.Acme
The RFC 4648 base64url alphabet.
base64UrlDecode(String) - Static method in class org.wildfly.security.jose.jwk.JWKUtil
 
base64UrlEncode(byte[]) - Static method in class org.wildfly.security.jose.jwk.JWKUtil
 
base64UrlEncode(byte[]) - Static method in class org.wildfly.security.x500.cert.acme.Acme
 
BaseHttpServerRequest - Class in org.wildfly.security.http.impl
A base implementation of HttpServerRequest
BaseHttpServerRequest(HttpExchangeSpi) - Constructor for class org.wildfly.security.http.impl.BaseHttpServerRequest
 
basePath - Variable in class org.wildfly.security.sasl.localuser.LocalUserServer
 
BASIC_CONSTRAINTS - Static variable in class org.wildfly.security.x500.cert.CertUtil
 
BASIC_NAME - Static variable in class org.wildfly.security.http.HttpConstants
 
BASIC_ROUND_COUNT - Static variable in class org.wildfly.security.password.impl.SunUnixMD5CryptPasswordImpl
 
BasicAuthenticationMechanism - Class in org.wildfly.security.http.basic
Implementation of the HTTP BASIC authentication mechanism
BasicAuthenticationMechanism(CallbackHandler, String, boolean, boolean) - Constructor for class org.wildfly.security.http.basic.BasicAuthenticationMechanism
Construct a new instance of BasicAuthenticationMechanism.
BasicAuthRequestAuthenticator - Class in org.wildfly.security.http.oidc
 
BasicAuthRequestAuthenticator(OidcHttpFacade, OidcClientConfiguration) - Constructor for class org.wildfly.security.http.oidc.BasicAuthRequestAuthenticator
 
BasicConstraintsExtension - Class in org.wildfly.security.x500.cert
The basic constraints extension as defined by RFC 5280 § 4.2.1.9.
BasicConstraintsExtension(boolean, boolean, int) - Constructor for class org.wildfly.security.x500.cert.BasicConstraintsExtension
Construct a new instance.
basicIdentity(Supplier<Attributes>, String) - Static method in interface org.wildfly.security.authz.AuthorizationIdentity
Create a basic authorization identity implementation.
basicIdentity(Supplier<Attributes>, Supplier<Attributes>, String) - Static method in interface org.wildfly.security.authz.AuthorizationIdentity
Create a basic authorization identity implementation using the given attributes and runtime attributes.
basicIdentity(Attributes) - Static method in interface org.wildfly.security.authz.AuthorizationIdentity
Create a basic authorization identity implementation.
basicIdentity(AuthorizationIdentity, Attributes) - Static method in interface org.wildfly.security.authz.AuthorizationIdentity
Create a basic authorization identity implementation using the given authorization identity and runtime attributes.
BasicMechanismFactory - Class in org.wildfly.security.http.basic
A HttpServerAuthenticationMechanismFactory implementation for the Basic HTTP authentication mechanism.
BasicMechanismFactory() - Constructor for class org.wildfly.security.http.basic.BasicMechanismFactory
 
BasicMechanismFactory(Provider) - Constructor for class org.wildfly.security.http.basic.BasicMechanismFactory
 
BasicMechanismFactory(Provider...) - Constructor for class org.wildfly.security.http.basic.BasicMechanismFactory
 
BasicPasswordSpecEncoding - Class in org.wildfly.security.password.spec
Provide methods for encoding and decoding of PasswordSpec.
BasicPasswordSpecEncoding() - Constructor for class org.wildfly.security.password.spec.BasicPasswordSpecEncoding
 
BCFKS - Static variable in class org.wildfly.security.keystore.KeyStoreUtil
 
bcrypt(int, byte[], byte[]) - Static method in class org.wildfly.security.password.impl.BCryptPasswordImpl
Hashes the password with the given salt and cost using the bcrypt algorithm.
BCRYPT - Static variable in class org.wildfly.security.password.util.ModularCrypt
The BCrypt alphabet.
BCRYPT_HASH_SIZE - Static variable in interface org.wildfly.security.password.interfaces.BCryptPassword
A constant representing the bcrypt hash size, in bytes.
BCRYPT_SALT_SIZE - Static variable in interface org.wildfly.security.password.interfaces.BCryptPassword
A constant representing the bcrypt salt size, in bytes.
BCryptPassword - Interface in org.wildfly.security.password.interfaces
A password using the "bcrypt" Blowfish-based one-way password encryption algorithm.
BCryptPasswordImpl - Class in org.wildfly.security.password.impl
Implementation of the bcrypt password.
BCryptPasswordImpl(byte[], byte[], int) - Constructor for class org.wildfly.security.password.impl.BCryptPasswordImpl
 
BCryptPasswordImpl(char[], Charset) - Constructor for class org.wildfly.security.password.impl.BCryptPasswordImpl
 
BCryptPasswordImpl(char[], IteratedPasswordAlgorithmSpec, Charset) - Constructor for class org.wildfly.security.password.impl.BCryptPasswordImpl
 
BCryptPasswordImpl(char[], IteratedSaltedPasswordAlgorithmSpec, Charset) - Constructor for class org.wildfly.security.password.impl.BCryptPasswordImpl
 
BCryptPasswordImpl(char[], SaltedPasswordAlgorithmSpec, Charset) - Constructor for class org.wildfly.security.password.impl.BCryptPasswordImpl
 
BCryptPasswordImpl(BCryptPassword) - Constructor for class org.wildfly.security.password.impl.BCryptPasswordImpl
 
BCryptPasswordImpl(ClearPasswordSpec) - Constructor for class org.wildfly.security.password.impl.BCryptPasswordImpl
 
BCryptPasswordImpl(IteratedSaltedHashPasswordSpec) - Constructor for class org.wildfly.security.password.impl.BCryptPasswordImpl
 
BCryptPasswordImpl(SaltedHashPasswordSpec) - Constructor for class org.wildfly.security.password.impl.BCryptPasswordImpl
 
BCryptPasswordImpl.BCryptState - Class in org.wildfly.security.password.impl
Class that represents the bcrypt state.
BCryptPasswordImpl.CyclicByteBuffer - Class in org.wildfly.security.password.impl
This class implements a cyclic byte buffer.
BCryptState(int[], int[]) - Constructor for class org.wildfly.security.password.impl.BCryptPasswordImpl.BCryptState
 
BEARER_TOKEN - Static variable in class org.wildfly.security.http.HttpConstants
 
BEARER_TOKEN_PATTERN - Static variable in class org.wildfly.security.http.HttpConstants
Bearer token pattern.
BearerMechanismFactory - Class in org.wildfly.security.http.bearer
A HttpServerAuthenticationMechanismFactory implementation for the Bearer HTTP authentication mechanism.
BearerMechanismFactory() - Constructor for class org.wildfly.security.http.bearer.BearerMechanismFactory
 
BearerMechanismFactory(Provider) - Constructor for class org.wildfly.security.http.bearer.BearerMechanismFactory
 
BearerMechanismFactory(Provider...) - Constructor for class org.wildfly.security.http.bearer.BearerMechanismFactory
 
bearerOnly - Variable in class org.wildfly.security.http.oidc.OidcClientConfiguration
 
bearerOnly - Variable in class org.wildfly.security.http.oidc.OidcJsonConfiguration
 
BearerTokenAuthenticationMechanism - Class in org.wildfly.security.http.bearer
A HttpServerAuthenticationMechanism capable to perform authentication based on a bearer token.
BearerTokenAuthenticationMechanism(CallbackHandler) - Constructor for class org.wildfly.security.http.bearer.BearerTokenAuthenticationMechanism
 
BearerTokenCredential - Class in org.wildfly.security.credential
A Credential that usually holds a bearer security token.
BearerTokenCredential(String) - Constructor for class org.wildfly.security.credential.BearerTokenCredential
Construct a new instance.
BearerTokenEvidence - Class in org.wildfly.security.evidence
A piece of evidence that is comprised of a bearer security token.
BearerTokenEvidence(String) - Constructor for class org.wildfly.security.evidence.BearerTokenEvidence
Construct a new instance.
BearerTokenRequestAuthenticator - Class in org.wildfly.security.http.oidc
 
BearerTokenRequestAuthenticator(OidcHttpFacade, OidcClientConfiguration) - Constructor for class org.wildfly.security.http.oidc.BearerTokenRequestAuthenticator
 
beginHandshake() - Method in class org.wildfly.security.ssl.AbstractDelegatingSSLEngine
 
beginHandshake() - Method in class org.wildfly.security.ssl.SelectingServerSSLEngine
 
beginHandshake() - Method in class org.wildfly.security.ssl.SelectingServerSSLEngine.InitialState
 
beginHandshake() - Method in class org.wildfly.security.ssl.SNISSLEngine
 
beginHandshake() - Method in class org.wildfly.security.ssl.SNISSLEngine.InitialState
 
bi - Variable in class org.wildfly.security.asn1.DERDecoder
 
BINARY_SUFFIX - Static variable in class org.wildfly.security.util.LdapUtil
 
binaryAttributes - Variable in class org.wildfly.security.auth.realm.ldap.LdapSecurityRealm.LdapSearch
 
binaryAttributesBackup - Variable in class org.wildfly.security.keystore.LdapKeyStoreSpi
 
bind(String, Object) - Method in class org.wildfly.security.auth.realm.ldap.DelegatingLdapContext
 
bind(String, Object, Attributes) - Method in class org.wildfly.security.auth.realm.ldap.DelegatingLdapContext
 
bind(SocketAddress) - Method in class org.wildfly.security.ssl.AbstractDelegatingSSLServerSocket
 
bind(SocketAddress) - Method in class org.wildfly.security.ssl.AbstractDelegatingSSLSocket
 
bind(SocketAddress, int) - Method in class org.wildfly.security.ssl.AbstractDelegatingSSLServerSocket
 
bind(Name, Object) - Method in class org.wildfly.security.auth.realm.ldap.DelegatingLdapContext
 
bind(Name, Object, Attributes) - Method in class org.wildfly.security.auth.realm.ldap.DelegatingLdapContext
 
binding - Variable in class org.wildfly.security.mechanism.scram.ScramInitialClientMessage
 
BINDING - Static variable in class org.wildfly.security.sasl.util.SaslMechanismInformation
A predicate which is true when a mechanism which uses channel binding is being used.
bindingCallback - Variable in class org.wildfly.security.sasl.scram.ScramSaslServer
 
bindingData - Variable in class org.wildfly.security.auth.callback.ChannelBindingCallback
 
bindingData - Variable in class org.wildfly.security.mechanism.scram.ScramClient
 
bindingData - Variable in class org.wildfly.security.mechanism.scram.ScramInitialClientMessage
 
bindingData - Variable in class org.wildfly.security.mechanism.scram.ScramServer
 
bindingData - Variable in class org.wildfly.security.sasl.gs2.Gs2SaslClient
 
bindingData - Variable in class org.wildfly.security.sasl.gs2.Gs2SaslServer
 
bindingData - Variable in class org.wildfly.security.sasl.util.ChannelBindingSaslClientFactory
 
bindingData - Variable in class org.wildfly.security.sasl.util.ChannelBindingSaslServerFactory
 
bindingType - Variable in class org.wildfly.security.auth.callback.ChannelBindingCallback
 
bindingType - Variable in class org.wildfly.security.mechanism.scram.ScramClient
 
bindingType - Variable in class org.wildfly.security.mechanism.scram.ScramInitialClientMessage
 
bindingType - Variable in class org.wildfly.security.mechanism.scram.ScramServer
 
bindingType - Variable in class org.wildfly.security.sasl.gs2.Gs2SaslClient
 
bindingType - Variable in class org.wildfly.security.sasl.gs2.Gs2SaslServer
 
bindingType - Variable in class org.wildfly.security.sasl.util.ChannelBindingSaslClientFactory
 
bindingType - Variable in class org.wildfly.security.sasl.util.ChannelBindingSaslServerFactory
 
BIRTHDATE - Static variable in class org.wildfly.security.http.oidc.IDToken
 
BIT_STRING_TYPE - Static variable in class org.wildfly.security.asn1.ASN1
The universal bit string type tag.
bits - Variable in class org.wildfly.security.permission.IntNameSetPermissionCollection.Iter
 
bits - Variable in class org.wildfly.security.permission.LongNameSetPermissionCollection.Iter
 
BITS - Static variable in class org.wildfly.security.asn1.DEREncoder
 
bits32 - Static variable in class org.wildfly.security.password.impl.BSDUnixDESCryptPasswordImpl
 
bitSet - Variable in class org.wildfly.security.permission.IntNameSetPermissionCollection
 
bitSet - Variable in class org.wildfly.security.permission.LongNameSetPermissionCollection
 
BKS - Static variable in class org.wildfly.security.keystore.KeyStoreUtil
 
block - Variable in class org.wildfly.security.digest.SHA512_256MessageDigest
 
BLOCK_SIZE - Static variable in class org.wildfly.security.digest.SHA512_256MessageDigest
 
BMP_STRING_TYPE - Static variable in class org.wildfly.security.asn1.ASN1
The universal BMP (UTF-16 big-endian) string type tag.
body - Variable in class org.wildfly.security.x500.cert.CertificatePoliciesExtension.PolicyQualifier
 
body(int[], int, int) - Static method in class org.wildfly.security.password.impl.UnixDESCryptPasswordImpl
 
BOOLEAN_FALSE - Static variable in class org.wildfly.security.asn1.DERDecoder
 
BOOLEAN_FALSE_AS_BYTES - Static variable in class org.wildfly.security.asn1.DEREncoder
 
BOOLEAN_TRUE_AS_BYTES - Static variable in class org.wildfly.security.asn1.DEREncoder
 
BOOLEAN_TYPE - Static variable in class org.wildfly.security.asn1.ASN1
The universal boolean type tag.
BooleanCipherSuitePredicate - Class in org.wildfly.security.ssl
 
BooleanCipherSuitePredicate(boolean) - Constructor for class org.wildfly.security.ssl.BooleanCipherSuitePredicate
 
BooleanPermissionCollection - Class in org.wildfly.security.permission
A permission collection type which either does or does not hold its instance.
BooleanPermissionCollection(AbstractPermission<?>) - Constructor for class org.wildfly.security.permission.BooleanPermissionCollection
Construct a new instance.
BooleanPredicate(boolean) - Constructor for class org.wildfly.security.sasl.SaslMechanismPredicate.BooleanPredicate
 
bootstrapClientAuthenticator(OidcClientConfiguration) - Static method in class org.wildfly.security.http.oidc.ClientCredentialsProviderUtils
 
BottomEntry(KeyStoreCredentialStore.MidEntry, String) - Constructor for class org.wildfly.security.credential.store.impl.KeyStoreCredentialStore.BottomEntry
 
boundServerName - Variable in class org.wildfly.security.sasl.digest.DigestSaslServer
 
boundServerName - Variable in class org.wildfly.security.sasl.gs2.Gs2SaslServer
 
boundServerName - Variable in class org.wildfly.security.sasl.gssapi.GssapiServer
 
BSD_CRYPT_DES_HASH_SIZE - Static variable in interface org.wildfly.security.password.interfaces.BSDUnixDESCryptPassword
The constant size of the hash, in bytes.
BSD_CRYPT_DES_SALT_SIZE - Static variable in interface org.wildfly.security.password.interfaces.BSDUnixDESCryptPassword
The constant size of the salt, in bytes.
BSDUnixDESCryptPassword - Interface in org.wildfly.security.password.interfaces
A BSD-style DES "crypt" password.
BSDUnixDESCryptPasswordImpl - Class in org.wildfly.security.password.impl
Implementation of the BSD variant of the Unix DES Crypt password.
BSDUnixDESCryptPasswordImpl(char[], int, int) - Constructor for class org.wildfly.security.password.impl.BSDUnixDESCryptPasswordImpl
 
BSDUnixDESCryptPasswordImpl(char[], int, int, Charset) - Constructor for class org.wildfly.security.password.impl.BSDUnixDESCryptPasswordImpl
 
BSDUnixDESCryptPasswordImpl(char[], Charset) - Constructor for class org.wildfly.security.password.impl.BSDUnixDESCryptPasswordImpl
 
BSDUnixDESCryptPasswordImpl(char[], IteratedPasswordAlgorithmSpec, Charset) - Constructor for class org.wildfly.security.password.impl.BSDUnixDESCryptPasswordImpl
 
BSDUnixDESCryptPasswordImpl(char[], IteratedSaltedPasswordAlgorithmSpec, Charset) - Constructor for class org.wildfly.security.password.impl.BSDUnixDESCryptPasswordImpl
 
BSDUnixDESCryptPasswordImpl(char[], SaltedPasswordAlgorithmSpec, Charset) - Constructor for class org.wildfly.security.password.impl.BSDUnixDESCryptPasswordImpl
 
BSDUnixDESCryptPasswordImpl(int, int, byte[]) - Constructor for class org.wildfly.security.password.impl.BSDUnixDESCryptPasswordImpl
 
BSDUnixDESCryptPasswordImpl(BSDUnixDESCryptPassword) - Constructor for class org.wildfly.security.password.impl.BSDUnixDESCryptPasswordImpl
 
BSDUnixDESCryptPasswordImpl(ClearPasswordSpec) - Constructor for class org.wildfly.security.password.impl.BSDUnixDESCryptPasswordImpl
 
BSDUnixDESCryptPasswordImpl(IteratedSaltedHashPasswordSpec) - Constructor for class org.wildfly.security.password.impl.BSDUnixDESCryptPasswordImpl
 
BSDUnixDESCryptPasswordImpl(SaltedHashPasswordSpec) - Constructor for class org.wildfly.security.password.impl.BSDUnixDESCryptPasswordImpl
 
buffer - Variable in class org.wildfly.security.password.impl.BCryptPasswordImpl.CyclicByteBuffer
 
BUFFER_LENGTH - Static variable in class org.wildfly.security.http.oidc.ServerRequest
 
bufferPos - Variable in class org.wildfly.security.asn1.DEREncoder.EncoderState
 
buffers - Variable in class org.wildfly.security.asn1.DEREncoder
 
build() - Method in class org.wildfly.security.audit.AuditLogger.Builder
Construct a new audit logger instance.
build() - Method in class org.wildfly.security.audit.FileAuditEndpoint.Builder
Construct a new file audit endpoint.
build() - Method in class org.wildfly.security.audit.JsonSecurityEventFormatter.Builder
Build a new SecurityEventVisitor which will convert events into JSON formatted strings.
build() - Method in class org.wildfly.security.audit.PeriodicRotatingFileAuditEndpoint.Builder
Construct a new instance.
build() - Method in class org.wildfly.security.audit.SimpleSecurityEventFormatter.Builder
Build a new SecurityEventVisitor which will convert events into human-readable strings.
build() - Method in class org.wildfly.security.audit.SizeRotatingFileAuditEndpoint.Builder
Construct a new instance.
build() - Method in class org.wildfly.security.audit.SyslogAuditEndpoint.Builder
Build a new AuditEndpoint configured to pass all messages using Syslog.
build() - Method in class org.wildfly.security.auth.client.ElytronXmlParser.TrustManagerBuilder
 
build() - Method in class org.wildfly.security.auth.realm.FileSystemSecurityRealmBuilder
Builds a new FileSystemSecurityRealm instance based on configuration defined for this FileSystemSecurityRealmBuilder instance.
build() - Method in class org.wildfly.security.auth.realm.jdbc.JdbcSecurityRealmBuilder
Builds a new JdbcSecurityRealm instance based on configuration defined for this JdbcSecurityRealmBuilder instance.
build() - Method in class org.wildfly.security.auth.realm.jdbc.mapper.PasswordKeyMapper.Builder
 
build() - Method in class org.wildfly.security.auth.realm.jdbc.QueryBuilder
 
build() - Method in class org.wildfly.security.auth.realm.ldap.AttributeMapping.Builder
 
build() - Method in class org.wildfly.security.auth.realm.ldap.LdapSecurityRealmBuilder
Build this realm.
build() - Method in class org.wildfly.security.auth.realm.ldap.LdapSecurityRealmBuilder.IdentityMappingBuilder
 
build() - Method in class org.wildfly.security.auth.realm.ldap.LdapSecurityRealmBuilder.OtpCredentialLoaderBuilder
 
build() - Method in class org.wildfly.security.auth.realm.ldap.LdapSecurityRealmBuilder.UserPasswordCredentialLoaderBuilder
 
build() - Method in class org.wildfly.security.auth.realm.ldap.LdapSecurityRealmBuilder.X509EvidenceVerifierBuilder
 
build() - Method in class org.wildfly.security.auth.realm.ldap.SimpleDirContextFactoryBuilder
Build this context factory.
build() - Method in class org.wildfly.security.auth.realm.LegacyPropertiesSecurityRealm.Builder
build() - Method in class org.wildfly.security.auth.realm.token.TokenSecurityRealm.Builder
Creates a TokenSecurityRealm instance with all the given configuration.
build() - Method in class org.wildfly.security.auth.realm.token.validator.JwtValidator.Builder
Returns a JwtValidator instance based on all the configuration provided with this builder.
build() - Method in class org.wildfly.security.auth.realm.token.validator.OAuth2IntrospectValidator.Builder
Returns a OAuth2IntrospectValidator instance based on all the configuration provided with this builder.
build() - Method in class org.wildfly.security.auth.server.http.HttpAuthenticationFactory.Builder
 
build() - Method in class org.wildfly.security.auth.server.HttpAuthenticationFactory.Builder
Deprecated.
 
build() - Method in interface org.wildfly.security.auth.server.MechanismAuthenticationFactory.Builder
Build the mechanism factory.
build() - Method in class org.wildfly.security.auth.server.MechanismConfiguration.Builder
Build a new instance.
build() - Method in class org.wildfly.security.auth.server.MechanismRealmConfiguration.Builder
Build a new instance.
build() - Method in class org.wildfly.security.auth.server.sasl.SaslAuthenticationFactory.Builder
 
build() - Method in class org.wildfly.security.auth.server.SaslAuthenticationFactory.Builder
Deprecated.
 
build() - Method in class org.wildfly.security.auth.server.SecurityDomain.Builder
Construct this security domain.
build() - Method in class org.wildfly.security.auth.server.SecurityDomain.RealmBuilder
Constructs this realm info and adds it into the domain.
build() - Method in class org.wildfly.security.auth.util.GSSCredentialSecurityFactory.Builder
Deprecated.
Construct a new GSSKerberosCredential security factory instance.
build() - Method in class org.wildfly.security.authz.MappedRoleMapper.Builder
Build and return the resulting MappedRoleMapper.
build() - Method in class org.wildfly.security.authz.RegexRoleMapper.Builder
 
build() - Method in class org.wildfly.security.authz.SimplePermissionMapper.Builder
Build and return the resulting PermissionMapper.
build() - Method in class org.wildfly.security.credential.source.CommandCredentialSource.Builder
Deprecated.
Construct the credential source instance.
build() - Method in class org.wildfly.security.credential.source.LocalKerberosCredentialSource.Builder
Deprecated.
Construct the credential source instance.
build() - Method in class org.wildfly.security.credential.source.OAuth2CredentialSource.Builder
Deprecated.
Creates a new OAuth2CredentialSource instance.
build() - Method in class org.wildfly.security.credential.SSHCredential.Builder
Build a new instance of SSHCredential.
build() - Method in class org.wildfly.security.http.HttpAuthenticator.Builder
Build the new HttpAuthenticator instance.
build() - Method in class org.wildfly.security.http.oidc.HttpClientBuilder
 
build() - Method in class org.wildfly.security.http.oidc.TokenValidator.Builder
Create an ID token or bearer token validator.
build() - Method in class org.wildfly.security.keystore.LdapKeyStore.Builder
Build a LDAP keystore.
build() - Method in class org.wildfly.security.mechanism.gssapi.GSSCredentialSecurityFactory.Builder
Construct a new GSSKerberosCredential security factory instance.
build() - Method in class org.wildfly.security.ssl.SNIContextMatcher.Builder
 
build() - Method in class org.wildfly.security.ssl.SSLContextBuilder
Build a security factory for the new context.
build() - Method in class org.wildfly.security.ssl.X509RevocationTrustManager.Builder
 
build() - Method in class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
Builds PBE utility class instance
build() - Method in class org.wildfly.security.x500.cert.acme.AcmeAccount.Builder
Create an ACME account.
build() - Method in class org.wildfly.security.x500.cert.acme.AcmeMetadata.Builder
Create the ACME metadata.
build() - Method in class org.wildfly.security.x500.cert.PKCS10CertificateSigningRequest.Builder
Attempt to generate a PKCS #10 certificate signing request.
build() - Method in class org.wildfly.security.x500.cert.SelfSignedX509CertificateAndSigningKey.Builder
Attempt to generate a key pair and wrap the resulting public key into a self-signed X.509 certificate.
build() - Method in class org.wildfly.security.x500.cert.X509CertificateBuilder
Attempt to construct and sign an X.509 certificate according to the information in this builder.
build() - Method in class org.wildfly.security.x500.X500PrincipalBuilder
Build the principal.
build(InputStream) - Static method in class org.wildfly.security.http.oidc.OidcClientConfigurationBuilder
 
build(OidcJsonConfiguration) - Method in class org.wildfly.security.http.oidc.HttpClientBuilder
 
build(OidcJsonConfiguration) - Static method in class org.wildfly.security.http.oidc.OidcClientConfigurationBuilder
 
builder() - Static method in class org.wildfly.security.audit.AuditLogger
Obtain a new AuditLogger.Builder capable of building a AuditLogger.
builder() - Static method in class org.wildfly.security.audit.FileAuditEndpoint
Obtain a new FileAuditEndpoint.Builder capable of building a FileAuditEndpoint.
builder() - Static method in class org.wildfly.security.audit.JsonSecurityEventFormatter
builder() - Static method in class org.wildfly.security.audit.PeriodicRotatingFileAuditEndpoint
builder() - Static method in class org.wildfly.security.audit.SimpleSecurityEventFormatter
Create a new builder.
builder() - Static method in class org.wildfly.security.audit.SizeRotatingFileAuditEndpoint
builder() - Static method in class org.wildfly.security.audit.SyslogAuditEndpoint
Obtain a new SyslogAuditEndpoint.Builder capable of building a SyslogAuditEndpoint.
builder() - Static method in class org.wildfly.security.auth.realm.FileSystemSecurityRealm
Construct a new instance of the FileSystemSecurityRealmBuilder.
builder() - Static method in class org.wildfly.security.auth.realm.jdbc.JdbcSecurityRealm
 
builder() - Static method in class org.wildfly.security.auth.realm.jdbc.mapper.PasswordKeyMapper
Construct a builder for password key mappers.
builder() - Static method in class org.wildfly.security.auth.realm.ldap.LdapSecurityRealmBuilder
Construct a new instance.
builder() - Static method in class org.wildfly.security.auth.realm.ldap.SimpleDirContextFactoryBuilder
Construct a new instance.
builder() - Static method in class org.wildfly.security.auth.realm.LegacyPropertiesSecurityRealm
builder() - Static method in class org.wildfly.security.auth.realm.token.TokenSecurityRealm
Returns a TokenSecurityRealm.Builder instance that can be used to configure and create a TokenSecurityRealm.
builder() - Static method in class org.wildfly.security.auth.realm.token.validator.JwtValidator
Returns a JwtValidator.Builder instance that can be used to configure and create a JwtValidator.
builder() - Static method in class org.wildfly.security.auth.realm.token.validator.OAuth2IntrospectValidator
Returns a OAuth2IntrospectValidator.Builder instance that can be used to configure and create a OAuth2IntrospectValidator.
builder() - Static method in class org.wildfly.security.auth.server.http.HttpAuthenticationFactory
builder() - Static method in class org.wildfly.security.auth.server.HttpAuthenticationFactory
Deprecated.
builder() - Static method in class org.wildfly.security.auth.server.MechanismConfiguration
Obtain a new MechanismConfiguration.Builder capable of building a MechanismConfiguration.
builder() - Static method in class org.wildfly.security.auth.server.MechanismRealmConfiguration
builder() - Static method in class org.wildfly.security.auth.server.sasl.SaslAuthenticationFactory
builder() - Static method in class org.wildfly.security.auth.server.SaslAuthenticationFactory
Deprecated.
builder() - Static method in class org.wildfly.security.auth.server.SecurityDomain
Create a new security domain builder.
builder() - Static method in class org.wildfly.security.auth.util.GSSCredentialSecurityFactory
Deprecated.
builder() - Static method in class org.wildfly.security.authz.MappedRoleMapper
Construct a new MappedRoleMapper.Builder for creating the MappedRoleMapper.
builder() - Static method in class org.wildfly.security.authz.SimplePermissionMapper
Construct a new SimplePermissionMapper.Builder for creating the PermissionMapper.
builder() - Static method in class org.wildfly.security.credential.source.CommandCredentialSource
Deprecated.
Construct a new builder instance.
builder() - Static method in class org.wildfly.security.credential.source.LocalKerberosCredentialSource
Deprecated.
Construct a new builder instance.
builder() - Static method in class org.wildfly.security.credential.SSHCredential
 
builder() - Static method in class org.wildfly.security.http.HttpAuthenticator
Construct and return a new Builder to configure and create an instance of HttpAuthenticator.
builder() - Static method in class org.wildfly.security.keystore.LdapKeyStore
 
builder() - Static method in class org.wildfly.security.mechanism.gssapi.GSSCredentialSecurityFactory
builder() - Static method in class org.wildfly.security.ssl.X509RevocationTrustManager
Create new X509RevocationTtustManager.Builder instance
builder() - Static method in class org.wildfly.security.x500.cert.acme.AcmeAccount
Construct a new builder instance.
builder() - Static method in class org.wildfly.security.x500.cert.acme.AcmeMetadata
Construct a new builder instance.
builder() - Static method in class org.wildfly.security.x500.cert.PKCS10CertificateSigningRequest
Construct a new builder instance.
builder() - Static method in class org.wildfly.security.x500.cert.SelfSignedX509CertificateAndSigningKey
Construct a new builder instance.
builder(URL) - Static method in class org.wildfly.security.credential.source.OAuth2CredentialSource
Deprecated.
Creates a new OAuth2CredentialSource.Builder instance in order to configure and build a OAuth2CredentialSource.
builder(OidcClientConfiguration) - Static method in class org.wildfly.security.http.oidc.TokenValidator
Construct a new builder instance.
Builder() - Constructor for class org.wildfly.security.audit.AuditLogger.Builder
 
Builder() - Constructor for class org.wildfly.security.audit.FileAuditEndpoint.Builder
 
Builder() - Constructor for class org.wildfly.security.audit.JsonSecurityEventFormatter.Builder
 
Builder() - Constructor for class org.wildfly.security.audit.PeriodicRotatingFileAuditEndpoint.Builder
 
Builder() - Constructor for class org.wildfly.security.audit.SimpleSecurityEventFormatter.Builder
 
Builder() - Constructor for class org.wildfly.security.audit.SizeRotatingFileAuditEndpoint.Builder
 
Builder() - Constructor for class org.wildfly.security.audit.SyslogAuditEndpoint.Builder
 
Builder() - Constructor for class org.wildfly.security.auth.realm.jdbc.mapper.PasswordKeyMapper.Builder
 
Builder() - Constructor for class org.wildfly.security.auth.realm.ldap.AttributeMapping.Builder
 
Builder() - Constructor for class org.wildfly.security.auth.realm.LegacyPropertiesSecurityRealm.Builder
 
Builder() - Constructor for class org.wildfly.security.auth.realm.token.TokenSecurityRealm.Builder
Construct a new instance.
Builder() - Constructor for class org.wildfly.security.auth.realm.token.validator.JwtValidator.Builder
 
Builder() - Constructor for class org.wildfly.security.auth.realm.token.validator.OAuth2IntrospectValidator.Builder
 
Builder() - Constructor for class org.wildfly.security.auth.server.AbstractMechanismAuthenticationFactory.Builder
 
Builder() - Constructor for class org.wildfly.security.auth.server.http.HttpAuthenticationFactory.Builder
Construct a new instance.
Builder() - Constructor for class org.wildfly.security.auth.server.HttpAuthenticationFactory.Builder
Deprecated.
Construct a new instance.
Builder() - Constructor for class org.wildfly.security.auth.server.MechanismConfiguration.Builder
Construct a new instance.
Builder() - Constructor for class org.wildfly.security.auth.server.MechanismRealmConfiguration.Builder
Construct a new instance.
Builder() - Constructor for class org.wildfly.security.auth.server.sasl.SaslAuthenticationFactory.Builder
Construct a new instance.
Builder() - Constructor for class org.wildfly.security.auth.server.SaslAuthenticationFactory.Builder
Deprecated.
Construct a new instance.
Builder() - Constructor for class org.wildfly.security.auth.server.SecurityDomain.Builder
 
Builder() - Constructor for class org.wildfly.security.auth.util.GSSCredentialSecurityFactory.Builder
Deprecated.
 
Builder() - Constructor for class org.wildfly.security.authz.MappedRoleMapper.Builder
 
Builder() - Constructor for class org.wildfly.security.authz.RegexRoleMapper.Builder
 
Builder() - Constructor for class org.wildfly.security.authz.SimplePermissionMapper.Builder
 
Builder() - Constructor for class org.wildfly.security.credential.source.CommandCredentialSource.Builder
Deprecated.
 
Builder() - Constructor for class org.wildfly.security.credential.source.LocalKerberosCredentialSource.Builder
Deprecated.
 
Builder() - Constructor for class org.wildfly.security.credential.SSHCredential.Builder
Construct a new instance.
Builder() - Constructor for class org.wildfly.security.http.HttpAuthenticator.Builder
 
Builder() - Constructor for class org.wildfly.security.keystore.LdapKeyStore.Builder
 
Builder() - Constructor for class org.wildfly.security.mechanism.gssapi.GSSCredentialSecurityFactory.Builder
 
Builder() - Constructor for class org.wildfly.security.ssl.SNIContextMatcher.Builder
 
Builder() - Constructor for class org.wildfly.security.ssl.X509RevocationTrustManager.Builder
 
Builder() - Constructor for class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
 
Builder() - Constructor for class org.wildfly.security.x500.cert.acme.AcmeAccount.Builder
Construct a new uninitialized instance.
Builder() - Constructor for class org.wildfly.security.x500.cert.acme.AcmeMetadata.Builder
Construct a new uninitialized instance.
Builder() - Constructor for class org.wildfly.security.x500.cert.PKCS10CertificateSigningRequest.Builder
Construct a new uninitialized instance.
Builder() - Constructor for class org.wildfly.security.x500.cert.SelfSignedX509CertificateAndSigningKey.Builder
Construct a new uninitialized instance.
Builder(URL) - Constructor for class org.wildfly.security.credential.source.OAuth2CredentialSource.Builder
Deprecated.
 
Builder(OidcClientConfiguration) - Constructor for class org.wildfly.security.http.oidc.TokenValidator.Builder
Construct a new uninitialized instance.
builderAlreadyBuilt() - Method in interface org.wildfly.security.auth.realm.ldap.ElytronMessages
 
builderAlreadyBuilt() - Method in interface org.wildfly.security.auth.server._private.ElytronMessages
 
builderAlreadyBuilt() - Method in interface org.wildfly.security.auth.util.ElytronMessages
 
builderAlreadyBuilt() - Method in interface org.wildfly.security.mechanism.gssapi.ElytronMessages
 
builderProcessor - Variable in class org.wildfly.security.credential.source.CommandCredentialSource.Builder
Deprecated.
 
builderProcessor - Variable in class org.wildfly.security.credential.source.CommandCredentialSource
Deprecated.
 
buildParameters(Map<String, String>) - Method in class org.wildfly.security.auth.realm.token.validator.OAuth2IntrospectValidator
 
buildParameters(Map<String, String>) - Method in class org.wildfly.security.credential.source.OAuth2CredentialSource
Deprecated.
 
buildQuery() - Method in class org.wildfly.security.auth.realm.jdbc.QueryBuilder
 
built - Variable in class org.wildfly.security.auth.realm.ldap.LdapSecurityRealmBuilder
 
built - Variable in class org.wildfly.security.auth.realm.ldap.LdapSecurityRealmBuilder.IdentityMappingBuilder
 
built - Variable in class org.wildfly.security.auth.realm.ldap.LdapSecurityRealmBuilder.OtpCredentialLoaderBuilder
 
built - Variable in class org.wildfly.security.auth.realm.ldap.LdapSecurityRealmBuilder.UserPasswordCredentialLoaderBuilder
 
built - Variable in class org.wildfly.security.auth.realm.ldap.LdapSecurityRealmBuilder.X509EvidenceVerifierBuilder
 
built - Variable in class org.wildfly.security.auth.realm.ldap.SimpleDirContextFactoryBuilder
 
built - Variable in class org.wildfly.security.auth.server.SecurityDomain.Builder
 
built - Variable in class org.wildfly.security.auth.server.SecurityDomain.RealmBuilder
 
built - Variable in class org.wildfly.security.auth.util.GSSCredentialSecurityFactory.Builder
Deprecated.
 
built - Variable in class org.wildfly.security.authz.SimplePermissionMapper.Builder
 
built - Variable in class org.wildfly.security.mechanism.gssapi.GSSCredentialSecurityFactory.Builder
 
BULK_CONVERT_PARAM - Static variable in class org.wildfly.security.tool.FileSystemEncryptRealmCommand
 
BULK_CONVERT_PARAM - Static variable in class org.wildfly.security.tool.FileSystemRealmCommand
 
BULK_CONVERT_PARAM - Static variable in class org.wildfly.security.tool.VaultCommand
 
bulkConversionInvalidOption(String) - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
bulkConversionProblem(String, String, Throwable) - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
byId - Variable in class org.wildfly.security.util.StringEnumeration
 
byName - Variable in class org.wildfly.security.permission.ByNamePermissionCollection
 
ByNamePermissionCollection - Class in org.wildfly.security.permission
A permission collection for actionless permissions which are organized by name.
ByNamePermissionCollection(AbstractPermission<?>) - Constructor for class org.wildfly.security.permission.ByNamePermissionCollection
The source permission used to construct this collection.
byteArrayDecode(byte[]) - Static method in class org.wildfly.security.util.PasswordBasedEncryptionUtil
 
bytes - Variable in class org.wildfly.security.digest.TruncatedMessageDigest
 
bytesLoaded - Variable in class org.wildfly.security.digest.SHA512_256MessageDigest
 

C

c - Variable in class org.wildfly.security.permission.SerializedPermission
 
C_EMPTY - Static variable in class org.wildfly.security.permission.PermissionActions.TrieNode
Deprecated.
 
C_HASH - Static variable in class org.wildfly.security.http.oidc.IDToken
 
ca - Variable in class org.wildfly.security.x500.cert.BasicConstraintsExtension
 
CA - Static variable in class org.wildfly.security.x500.cert.CertUtil
 
CAA_IDENTITIES - Static variable in class org.wildfly.security.x500.cert.acme.Acme
 
caaIdentities - Variable in class org.wildfly.security.x500.cert.acme.AcmeMetadata.Builder
 
caaIdentities - Variable in class org.wildfly.security.x500.cert.acme.AcmeMetadata
 
cache - Variable in class org.wildfly.security.auth.realm.CachingSecurityRealm
 
cache - Variable in class org.wildfly.security.credential.store.impl.KeyStoreCredentialStore
 
cache - Variable in class org.wildfly.security.http.util.sso.DefaultSingleSignOnManager
 
CacheableSecurityRealm - Interface in org.wildfly.security.auth.realm
This interface defines a contract for a SecurityRealm that supports caching of RealmIdentity instances.
CACHED_IDENTITY_KEY - Static variable in class org.wildfly.security.http.form.FormAuthenticationMechanism
 
CACHED_IDENTITY_KEY - Static variable in class org.wildfly.security.http.spnego.SpnegoAuthenticationMechanism
 
cachedCredentialReference - Variable in class org.wildfly.security.auth.util.GSSCredentialSecurityFactory
Deprecated.
 
cachedCredentialReference - Variable in class org.wildfly.security.mechanism.gssapi.GSSCredentialSecurityFactory
 
cachedIdentity - Variable in class org.wildfly.security.http.util.sso.DefaultSingleSignOnEntry
 
CachedIdentity - Class in org.wildfly.security.cache
Represents a cached identity, managed by an IdentityCache.
CachedIdentity(String, boolean, Principal) - Constructor for class org.wildfly.security.cache.CachedIdentity
Creates a new instance based on the given mechanismName and principal.
CachedIdentity(String, boolean, Principal, Set<String>) - Constructor for class org.wildfly.security.cache.CachedIdentity
Creates a new instance based on the given mechanismName and principal.
CachedIdentity(String, boolean, SecurityIdentity) - Constructor for class org.wildfly.security.cache.CachedIdentity
Creates a new instance based on the given mechanismName and securityIdentity.
CachedIdentity(String, boolean, SecurityIdentity, Principal) - Constructor for class org.wildfly.security.cache.CachedIdentity
 
CachedIdentity(String, boolean, SecurityIdentity, Principal, Set<String>) - Constructor for class org.wildfly.security.cache.CachedIdentity
 
CachedIdentityAuthorizeCallback - Class in org.wildfly.security.auth.callback
A callback that is capable of perform authorization based on the identities managed by an IdentityCache.
CachedIdentityAuthorizeCallback(String, IdentityCache) - Constructor for class org.wildfly.security.auth.callback.CachedIdentityAuthorizeCallback
Creates a new instance to authenticate, authorize and cache the identity associated with the given name.
CachedIdentityAuthorizeCallback(Principal, Function<SecurityDomain, IdentityCache>, boolean) - Constructor for class org.wildfly.security.auth.callback.CachedIdentityAuthorizeCallback
Creates a new instance to authenticate, authorize and cache the identity associated with the given principal.
CachedIdentityAuthorizeCallback(Principal, IdentityCache) - Constructor for class org.wildfly.security.auth.callback.CachedIdentityAuthorizeCallback
Creates a new instance to authenticate, authorize and cache the identity associated with the given principal.
CachedIdentityAuthorizeCallback(Principal, IdentityCache, boolean) - Constructor for class org.wildfly.security.auth.callback.CachedIdentityAuthorizeCallback
Creates a new instance to authenticate, authorize and cache the identity associated with the given principal.
CachedIdentityAuthorizeCallback(Function<SecurityDomain, IdentityCache>, boolean) - Constructor for class org.wildfly.security.auth.callback.CachedIdentityAuthorizeCallback
Creates a new instance in order to authorize identities managed by the given identityCache.
CachedIdentityAuthorizeCallback(IdentityCache) - Constructor for class org.wildfly.security.auth.callback.CachedIdentityAuthorizeCallback
Creates a new instance in order to authorize identities managed by the given identityCache.
CachedIdentityAuthorizeCallback(IdentityCache, boolean) - Constructor for class org.wildfly.security.auth.callback.CachedIdentityAuthorizeCallback
Creates a new instance in order to authorize identities managed by the given identityCache.
CacheEntry() - Constructor for class org.wildfly.security.auth.realm.token.validator.JwkManager.CacheEntry
 
CacheEntry(Principal, RealmIdentity, long) - Constructor for class org.wildfly.security.cache.LRURealmIdentityCache.CacheEntry
 
CachingModifiableSecurityRealm - Class in org.wildfly.security.auth.realm
A wrapper class that provides caching capabilities for a ModifiableSecurityRealm and its identities.
CachingModifiableSecurityRealm(CacheableSecurityRealm, RealmIdentityCache) - Constructor for class org.wildfly.security.auth.realm.CachingModifiableSecurityRealm
Creates a new instance.
CachingModifiableSecurityRealm(CacheableSecurityRealm, RealmIdentityCache, Supplier<Provider[]>) - Constructor for class org.wildfly.security.auth.realm.CachingModifiableSecurityRealm
Creates a new instance.
CachingSecurityRealm - Class in org.wildfly.security.auth.realm
A wrapper class that provides caching capabilities for a SecurityRealm and its identities.
CachingSecurityRealm(SecurityRealm, RealmIdentityCache) - Constructor for class org.wildfly.security.auth.realm.CachingSecurityRealm
Creates a new instance.
CachingSecurityRealm(SecurityRealm, RealmIdentityCache, Supplier<Provider[]>) - Constructor for class org.wildfly.security.auth.realm.CachingSecurityRealm
Creates a new instance.
calcHashCode() - Method in class org.wildfly.security.sasl.SaslMechanismPredicate.BooleanPredicate
 
calcHashCode() - Method in class org.wildfly.security.sasl.SaslMechanismPredicate
 
calcHashCode() - Method in class org.wildfly.security.sasl.SaslMechanismPredicate.ExactPredicate
 
calcHashCode() - Method in class org.wildfly.security.sasl.SaslMechanismPredicate.FamilyPredicate
 
calcHashCode() - Method in class org.wildfly.security.sasl.SaslMechanismPredicate.HashPredicate
 
calcHashCode() - Method in class org.wildfly.security.sasl.SaslMechanismPredicate.IfPredicate
 
calcHashCode() - Method in class org.wildfly.security.sasl.SaslMechanismPredicate.MultiPredicate
 
calcHashCode() - Method in class org.wildfly.security.sasl.SaslMechanismPredicate.NotPredicate
 
calcNextRollover(long) - Method in class org.wildfly.security.audit.PeriodicRotatingFileAuditEndpoint
For given time and period obtains time when should be new log file started
calculateHashCode() - Method in class org.wildfly.security.sasl.auth.util.AuthenticationContextSaslClientFactory
 
calculateHashCode() - Method in class org.wildfly.security.sasl.util.AbstractDelegatingSaslClientFactory
Perform the calculation of the hash code of this factory.
calculateHashCode() - Method in class org.wildfly.security.sasl.util.AuthenticationCompleteCallbackSaslClientFactory
 
calculateHashCode() - Method in class org.wildfly.security.sasl.util.AuthenticationContextSaslClientFactory
Deprecated.
 
calculateHashCode() - Method in class org.wildfly.security.sasl.util.ChannelBindingSaslClientFactory
 
calculateHashCode() - Method in class org.wildfly.security.sasl.util.DisposedCallbackSaslClientFactory
 
calculateHashCode() - Method in class org.wildfly.security.sasl.util.FilterMechanismSaslClientFactory
 
calculateHashCode() - Method in class org.wildfly.security.sasl.util.MechanismProviderFilteringSaslClientFactory
 
calculateHashCode() - Method in class org.wildfly.security.sasl.util.PrivilegedSaslClientFactory
 
calculateHashCode() - Method in class org.wildfly.security.sasl.util.PropertiesSaslClientFactory
 
calculateHashCode() - Method in class org.wildfly.security.sasl.util.ProtocolSaslClientFactory
 
calculateHashCode() - Method in class org.wildfly.security.sasl.util.ServerNameSaslClientFactory
 
calculateHashCode() - Method in class org.wildfly.security.sasl.util.SocketAddressCallbackSaslClientFactory
 
calculateHashCode() - Method in class org.wildfly.security.sasl.util.SortedMechanismClientServerFactory
 
calculateHashCode() - Method in class org.wildfly.security.sasl.util.SSLSaslClientFactory
 
calculateHashCode() - Method in class org.wildfly.security.sasl.util.TLSServerEndPointChannelBindingSaslClientFactory
 
calculateNewAlias(String, Class<? extends Credential>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.credential.store.impl.KeyStoreCredentialStore
 
calculateParity(long) - Static method in class org.wildfly.security.sasl.otp.OTPUtil
Break down the given hash into pairs of bits and then calculate the sum of the pairs.
calculateResponseDigest(MessageDigest, byte[], String, String, byte[], byte[], byte[], byte[]) - Method in class org.wildfly.security.http.digest.DigestAuthenticationMechanism
 
callbackHandler - Variable in class org.wildfly.security.credential.source.CallbackHandlerCredentialSource
Deprecated.
 
callbackHandler - Variable in class org.wildfly.security.http.bearer.BearerTokenAuthenticationMechanism
 
callbackHandler - Variable in class org.wildfly.security.http.cert.ClientCertAuthenticationMechanism
 
callbackHandler - Variable in class org.wildfly.security.http.digest.DigestAuthenticationMechanism
 
callbackHandler - Variable in class org.wildfly.security.http.external.ExternalAuthenticationMechanism
 
callbackHandler - Variable in class org.wildfly.security.http.oidc.OidcAuthenticationMechanism
 
callbackHandler - Variable in class org.wildfly.security.http.oidc.OidcHttpFacade
 
callbackHandler - Variable in class org.wildfly.security.http.spnego.SpnegoAuthenticationMechanism
 
callbackHandler - Variable in class org.wildfly.security.mechanism.digest.PasswordDigestObtainer
 
callbackHandler - Variable in class org.wildfly.security.mechanism.http.UsernamePasswordAuthenticationMechanism
 
callbackHandler - Variable in class org.wildfly.security.mechanism.oauth2.OAuth2Client
 
callbackHandler - Variable in class org.wildfly.security.mechanism.oauth2.OAuth2Server
 
callbackHandler - Variable in class org.wildfly.security.mechanism.scram.ScramClient
 
callbackHandler - Variable in class org.wildfly.security.mechanism.scram.ScramServer
 
callbackHandler - Variable in class org.wildfly.security.sasl.plain.PlainSaslServer
 
callbackHandler - Variable in class org.wildfly.security.sasl.util.AbstractSaslParticipant
 
CallbackHandlerCredentialSource - Class in org.wildfly.security.credential.source
Deprecated.
Use CallbackHandlerCredentialSource instead
CallbackHandlerCredentialSource(CallbackHandler) - Constructor for class org.wildfly.security.credential.source.CallbackHandlerCredentialSource
Deprecated.
Construct a new instance.
callbackIntercept - Variable in class org.wildfly.security.auth.client.AuthenticationConfiguration
 
CallbackKind - Enum in org.wildfly.security.auth.client
The kinds of callbacks which can be handled by the user's callback.
CallbackKind() - Constructor for enum org.wildfly.security.auth.client.CallbackKind
 
CallbackUtil - Class in org.wildfly.security.auth.callback
Helper utility methods for callback handlers.
CallbackUtil() - Constructor for class org.wildfly.security.auth.callback.CallbackUtil
 
callStackContains(Class<?>) - Method in class org.wildfly.security.manager.StackInspector
Determine whether the call stack contains a given class.
CAMELLIA128 - org.wildfly.security.ssl.Encryption
Camellia encryption with 128-bit keys.
CAMELLIA256 - org.wildfly.security.ssl.Encryption
Camellia encryption with 256-bit keys.
can_bind_to_mcast_addr - Static variable in class org.wildfly.security.http.oidc.NetworkUtils
 
cancel() - Method in class org.wildfly.security.util.AtomicFileOutputStream
 
cancel() - Method in class org.wildfly.security.util.AtomicFileOutputStream.OpenState
 
cancel() - Method in class org.wildfly.security.util.AtomicFileOutputStream.State
 
cancelTimeoutTask() - Method in class org.wildfly.security.sasl.util.AuthenticationTimeoutSaslServerFactory.DelegatingTimeoutSaslServer
 
cannotAcquireCredentialFromStore(Throwable) - Method in interface org.wildfly.security.credential.store._private.ElytronMessages
 
cannotFindSignature(String) - Method in interface org.wildfly.security.auth.realm.ElytronMessages
 
cannotFlushCredentialStore(Throwable) - Method in interface org.wildfly.security.credential.store._private.ElytronMessages
 
cannotInitializeCredentialStore(Throwable) - Method in interface org.wildfly.security.credential.store._private.ElytronMessages
 
cannotInstantiateSelfReferentialFactory() - Method in interface org.wildfly.security.ElytronMessages
 
canNotLoadSecretKey(String, Throwable) - Method in interface org.wildfly.security.credential.store._private.ElytronMessages
 
cannotLocateAdminKey(String) - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cannotObtainCredentialFromFactory(GeneralSecurityException) - Method in interface org.wildfly.security.auth.server._private.ElytronMessages
 
cannotParseProps() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cannotRemoveCredentialFromStore(Throwable) - Method in interface org.wildfly.security.credential.store._private.ElytronMessages
 
cannotSucceedNotAuthorized() - Method in interface org.wildfly.security.auth.server._private.ElytronMessages
 
cannotWriteCredentialToStore(Throwable) - Method in interface org.wildfly.security.credential.store._private.ElytronMessages
 
canonicalName - Variable in class org.wildfly.security.util.StringEnumeration.Data
 
canonicalName(String) - Method in class org.wildfly.security.util.StringEnumeration
Get the canonical name for a string.
canonize(String) - Static method in class org.wildfly.security.http.oidc.NetworkUtils
Convert IPv6 adress into RFC 5952 form.
cantWithSameSecurityDomainDomain() - Method in interface org.wildfly.security.auth.server._private.ElytronMessages
 
canVerify(Class<? extends Evidence>, String) - Method in class org.wildfly.security.auth.server.IdentityCredentials
Test whether some of the credentials in this set can verify an evidence of given class and algorithm name.
canVerify(Class<? extends Evidence>, String) - Method in class org.wildfly.security.credential.AbstractX509CertificateChainCredential
 
canVerify(Class<? extends Evidence>, String) - Method in interface org.wildfly.security.credential.Credential
Determine whether this credential can, generally speaking, verify the given evidence type.
canVerify(Class<? extends Evidence>, String) - Method in class org.wildfly.security.credential.PasswordCredential
 
canVerify(Evidence) - Method in class org.wildfly.security.auth.server.IdentityCredentials
Test whether some of the credentials in this set can verify an evidence.
canVerify(Evidence) - Method in interface org.wildfly.security.credential.Credential
Determine whether this credential can verify the given evidence.
canVerifyEvidence() - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext.State
Indicate whether or not evidence verification is allowed.
canVerifyEvidence(Class<? extends Evidence>, String) - Static method in class org.wildfly.security.credential.PasswordCredential
Determine whether this credential type can, generally speaking, verify the given evidence type.
captureAuthorizationIdentity() - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which attempts to authorize to the principal from the current identity from the configured security domain.
captureCurrent() - Static method in class org.wildfly.security.auth.client.AuthenticationContext
Get the current thread's captured authentication context.
capturedAccessContext - Variable in class org.wildfly.security.auth.client.AuthenticationConfiguration
 
capturedIdentity - Variable in class org.wildfly.security.auth.server.ServerAuthenticationContext.InactiveState
 
capturedIdentity - Variable in class org.wildfly.security.auth.server.ServerAuthenticationContext.NameAssignedState
 
capturedIdentity - Variable in class org.wildfly.security.auth.server.ServerAuthenticationContext.UnassignedState
 
casCurrent(AtomicFileOutputStream.State, AtomicFileOutputStream.State) - Method in class org.wildfly.security.util.AtomicFileOutputStream
 
CaseNameRewriter - Class in org.wildfly.security.auth.util
A case name rewriter adjusts a principal to upper or lower case.
CaseNameRewriter() - Constructor for class org.wildfly.security.auth.util.CaseNameRewriter
Construct a new instance which transforms to upper case.
CaseNameRewriter(boolean) - Constructor for class org.wildfly.security.auth.util.CaseNameRewriter
Construct a new instance.
castAndApply(Class<C>, String, AlgorithmParameterSpec, Function<C, R>) - Method in interface org.wildfly.security.credential.Credential
Cast this credential type and apply a function if the type matches.
castAndApply(Class<C>, String, Function<C, R>) - Method in interface org.wildfly.security.credential.Credential
Cast this credential type and apply a function if the type matches.
castAndApply(Class<C>, Function<C, R>) - Method in interface org.wildfly.security.credential.Credential
Cast this credential type and apply a function if the type matches.
castAndApply(Class<E>, String, Function<E, R>) - Method in interface org.wildfly.security.evidence.AlgorithmEvidence
 
castAndApply(Class<E>, String, Function<E, R>) - Method in interface org.wildfly.security.evidence.Evidence
Cast this evidence type and apply a function if the type matches.
castAndApply(Class<E>, Function<E, R>) - Method in interface org.wildfly.security.evidence.Evidence
Cast this evidence type and apply a function if the type matches.
castAndApply(Class<P>, String, Function<P, R>) - Method in interface org.wildfly.security.password.Password
Cast this password type and apply a function if the type matches.
castAndApply(Class<P>, Function<P, R>) - Method in interface org.wildfly.security.password.Password
Cast this password type and apply a function if the type matches.
castAs(Class<C>) - Method in interface org.wildfly.security.credential.Credential
Cast this credential type if the type matches.
castAs(Class<C>, String) - Method in interface org.wildfly.security.credential.Credential
Cast this credential type if the type and algorithm matches.
castAs(Class<C>, String, AlgorithmParameterSpec) - Method in interface org.wildfly.security.credential.Credential
Cast this credential type if the type, algorithm, and parameters match.
castAs(Class<E>) - Method in interface org.wildfly.security.evidence.Evidence
Cast this evidence type if the type matches.
castAs(Class<E>, String) - Method in interface org.wildfly.security.evidence.Evidence
Cast this evidence type if the type and algorithm matches.
castAs(Class<P>) - Method in interface org.wildfly.security.password.Password
Cast this password type if the type matches.
castAs(Class<P>, String) - Method in interface org.wildfly.security.password.Password
Cast this password type if the type and algorithm matches.
Category() - Constructor for enum org.wildfly.security.asn1.OidsUtil.Category
 
categoryRoleMappers - Variable in class org.wildfly.security.auth.server.SecurityDomain.Builder
 
categoryRoleMappers - Variable in class org.wildfly.security.auth.server.SecurityDomain
 
cbh - Variable in class org.wildfly.security.sasl.external.ExternalSaslServer
 
cbh - Variable in class org.wildfly.security.sasl.plain.PlainSaslClient
 
CE_EXT_KEY_USAGE - Static variable in class org.wildfly.security.x500.cert.CertUtil
 
CE_ISSUER_ALT_NAME - Static variable in class org.wildfly.security.x500.cert.CertUtil
 
CE_SUBJECT_ALT_NAME - Static variable in class org.wildfly.security.x500.cert.CertUtil
 
cert - Variable in class org.wildfly.security.x500.TrustedAuthority.CertificateTrustedAuthority
 
certificate - Variable in class org.wildfly.security.x500.cert.acme.AcmeAccount.Builder
 
certificate - Variable in class org.wildfly.security.x500.cert.acme.AcmeAccount
 
certificate - Variable in class org.wildfly.security.x500.cert.PKCS10CertificateSigningRequest.Builder
 
CERTIFICATE - Static variable in class org.wildfly.security.x500.cert.acme.Acme
 
CERTIFICATE_FORMAT - Static variable in class org.wildfly.security.pem.Pem
 
CERTIFICATE_REQUEST_FORMAT - Static variable in class org.wildfly.security.pem.Pem
 
certificateAttribute - Variable in class org.wildfly.security.keystore.LdapKeyStore.Builder
 
certificateAttribute - Variable in class org.wildfly.security.keystore.LdapKeyStoreSpi
 
CertificateAuthority - Class in org.wildfly.security.x500.cert.acme
A class that represents an Automatic Certificate Management Environment (ACME) certificate authority endpoint.
CertificateAuthority(String, String, String) - Constructor for class org.wildfly.security.x500.cert.acme.CertificateAuthority
 
certificateChain - Variable in class org.wildfly.security.credential.AbstractX509CertificateChainCredential
 
certificateChain - Variable in class org.wildfly.security.x500.cert.X509CertificateChainAndSigningKey
 
certificateChainAttribute - Variable in class org.wildfly.security.keystore.LdapKeyStore.Builder
 
certificateChainAttribute - Variable in class org.wildfly.security.keystore.LdapKeyStoreSpi
 
certificateChainEncoding - Variable in class org.wildfly.security.keystore.LdapKeyStore.Builder
 
certificateChainEncoding - Variable in class org.wildfly.security.keystore.LdapKeyStoreSpi
 
certificateChainIsEmpty() - Method in interface org.wildfly.security.credential._private.ElytronMessages
 
certificateExtensionCreationFromStringFailed(Exception) - Method in interface org.wildfly.security.x500.cert._private.ElytronMessages
 
certificateExtensionCreationFromStringNotSupported(String) - Method in interface org.wildfly.security.x500.cert._private.ElytronMessages
 
certificateExtensionMustBeNonCritical(String) - Method in interface org.wildfly.security.x500.cert._private.ElytronMessages
 
certificateParseError(CertificateException) - Method in interface org.wildfly.security.x500.cert._private.ElytronMessages
 
CertificatePoliciesExtension - Class in org.wildfly.security.x500.cert
The certificate policies extension as defined by RFC 5280 § 4.2.1.4.
CertificatePoliciesExtension(boolean, List<CertificatePoliciesExtension.PolicyInformation>) - Constructor for class org.wildfly.security.x500.cert.CertificatePoliciesExtension
Construct a new instance.
CertificatePoliciesExtension.PolicyInformation - Class in org.wildfly.security.x500.cert
Policy information for the certificate policies extension.
CertificatePoliciesExtension.PolicyQualifier - Class in org.wildfly.security.x500.cert
A qualifier for a policy information entry.
CertificateTrustedAuthority(X509Certificate) - Constructor for class org.wildfly.security.x500.TrustedAuthority.CertificateTrustedAuthority
Construct a new instance.
certificateType - Variable in class org.wildfly.security.keystore.LdapKeyStore.Builder
 
certificateType - Variable in class org.wildfly.security.keystore.LdapKeyStoreSpi
 
certificateVerifiers - Variable in class org.wildfly.security.auth.realm.ldap.LdapSecurityRealmBuilder.X509EvidenceVerifierBuilder
 
certificateVerifiers - Variable in class org.wildfly.security.auth.realm.ldap.X509EvidenceVerifier
 
certRequestInfoSigningFailed(Exception) - Method in interface org.wildfly.security.x500.cert._private.ElytronMessages
 
certSigningFailed(Exception) - Method in interface org.wildfly.security.x500.cert._private.ElytronMessages
 
CertUtil - Class in org.wildfly.security.x500.cert
A utility class with common methods used for generating certificate signing requests and self-signed certificates.
CertUtil() - Constructor for class org.wildfly.security.x500.cert.CertUtil
 
ch(long, long, long) - Static method in class org.wildfly.security.digest.SHA512_256MessageDigest
 
CHACHA20 - org.wildfly.security.ssl.Encryption
ChaCha20 encryption.
CHACHA20POLY1305 - Static variable in enum org.wildfly.security.ssl.Encryption
Deprecated.
Use Encryption.CHACHA20 instead.
chain(NameRewriter...) - Static method in interface org.wildfly.security.auth.server.NameRewriter
Create a name rewriter which chains the given name rewriters; the name will be rewritten through the given rewriters in order and then returned.
chain(NameRewriter, NameRewriter) - Static method in interface org.wildfly.security.auth.server.NameRewriter
Create a name rewriter which chains the given name rewriters; the name will be rewritten through the given rewriters in order and then returned.
challenge - Variable in class org.wildfly.security.http.oidc.BearerTokenRequestAuthenticator
 
challenge - Variable in class org.wildfly.security.http.oidc.OidcRequestAuthenticator
 
challenge - Variable in class org.wildfly.security.http.oidc.RequestAuthenticator
 
challenge(int, AuthenticationError.Reason, String) - Method in class org.wildfly.security.http.oidc.OidcRequestAuthenticator
 
challenge(OidcHttpFacade) - Method in interface org.wildfly.security.http.oidc.AuthChallenge
 
CHALLENGE_PREFIX - Static variable in class org.wildfly.security.http.basic.BasicAuthenticationMechanism
 
CHALLENGE_PREFIX - Static variable in class org.wildfly.security.http.digest.DigestAuthenticationMechanism
 
CHALLENGE_PREFIX - Static variable in class org.wildfly.security.http.oidc.BasicAuthRequestAuthenticator
 
CHALLENGE_PREFIX - Static variable in class org.wildfly.security.http.spnego.SpnegoAuthenticationMechanism
 
CHALLENGE_RESPONSE_STATE - Static variable in class org.wildfly.security.sasl.gssapi.GssapiClient
 
CHALLENGE_RESPONSE_STATE - Static variable in class org.wildfly.security.sasl.localuser.LocalUserClient
 
challengeBytes - Variable in class org.wildfly.security.sasl.localuser.LocalUserServer
 
challengeFile - Variable in class org.wildfly.security.sasl.localuser.LocalUserServer
 
challengeResponse(AuthenticationError.Reason, String, String) - Method in class org.wildfly.security.http.oidc.BearerTokenRequestAuthenticator
 
challengeResponseFailedValidationByAcmeServer() - Method in interface org.wildfly.security.x500.cert.acme.ElytronMessages
 
CHALLENGES - Static variable in class org.wildfly.security.x500.cert.acme.Acme
 
changeAccountKey(AcmeAccount, boolean) - Method in class org.wildfly.security.x500.cert.acme.AcmeClientSpi
Change the key that is associated with the given ACME account.
changeAccountKey(AcmeAccount, boolean, X509Certificate, PrivateKey) - Method in class org.wildfly.security.x500.cert.acme.AcmeClientSpi
Change the key that is associated with the given ACME account.
changeCertificateAndPrivateKey(X509Certificate, PrivateKey) - Method in class org.wildfly.security.x500.cert.acme.AcmeAccount
Change the certificate and private key associated with this account.
changeHttpSessionId(boolean) - Method in class org.wildfly.security.http.oidc.RequestAuthenticator
 
changeID() - Method in interface org.wildfly.security.http.HttpScope
Change the ID of this scope.
ChangeRoleMapperPermission - Class in org.wildfly.security.auth.permission
The permission to change a role mapper category on a security identity.
ChangeRoleMapperPermission(String) - Constructor for class org.wildfly.security.auth.permission.ChangeRoleMapperPermission
Construct a new instance.
ChangeRoleMapperPermission(String, String) - Constructor for class org.wildfly.security.auth.permission.ChangeRoleMapperPermission
Construct a new instance.
CHANNEL_BINDING - org.wildfly.security.auth.client.CallbackKind
Callbacks which configure channel binding options: ChannelBindingCallback
CHANNEL_BINDING_NOT_PROVIDED - org.wildfly.security.mechanism.ScramServerErrorCode
 
CHANNEL_BINDING_NOT_SUPPORTED - org.wildfly.security.mechanism.ScramServerErrorCode
 
CHANNEL_BINDING_REQUIRED - Static variable in class org.wildfly.security.sasl.WildFlySasl
A flag indicating that a mechanism which supports channel binding is required.
CHANNEL_BINDINGS_DONT_MATCH - org.wildfly.security.mechanism.ScramServerErrorCode
 
ChannelBindingCallback - Class in org.wildfly.security.auth.callback
A callback used to establish the channel binding for a security mechanism which supports it.
ChannelBindingCallback() - Constructor for class org.wildfly.security.auth.callback.ChannelBindingCallback
Construct a new instance.
ChannelBindingSaslClientFactory - Class in org.wildfly.security.sasl.util
A SaslClientFactory which establishes channel binding parameters.
ChannelBindingSaslClientFactory(SaslClientFactory, String, byte[]) - Constructor for class org.wildfly.security.sasl.util.ChannelBindingSaslClientFactory
Construct a new instance.
ChannelBindingSaslServerFactory - Class in org.wildfly.security.sasl.util
A SaslServerFactory which establishes channel binding parameters.
ChannelBindingSaslServerFactory(SaslServerFactory, String, byte[]) - Constructor for class org.wildfly.security.sasl.util.ChannelBindingSaslServerFactory
Construct a new instance.
charArrayEncode(char[]) - Static method in class org.wildfly.security.util.PasswordBasedEncryptionUtil
 
CHARS - Static variable in class org.wildfly.security.util.PasswordUtil
 
charset - Variable in class org.wildfly.security.sasl.digest.AbstractDigestMechanism
 
CHARSET - Static variable in class org.wildfly.security.http.HttpConstants
 
CHARSET - Static variable in class org.wildfly.security.x500.cert.acme.AcmeClientSpi
 
check(Certificate, Collection) - Method in class org.wildfly.security.ssl.X509RevocationTrustManager.MaxPathLengthChecker
 
CHECK_ALIAS_PARAM - Static variable in class org.wildfly.security.tool.CredentialStoreCommand
 
checkAccept(String, int) - Method in class org.wildfly.security.manager.WildFlySecurityManager
 
checkAccess(Thread) - Method in class org.wildfly.security.manager.WildFlySecurityManager
 
checkAccess(ThreadGroup) - Method in class org.wildfly.security.manager.WildFlySecurityManager
 
checkActive() - Method in class org.wildfly.security.http.oidc.OidcAccount
 
checkAlias(CredentialStore, String, String) - Method in class org.wildfly.security.tool.CredentialStoreCommand
 
checkAttempts() - Method in class org.wildfly.security.audit.SyslogAuditEndpoint
 
checkAttributeNamespace(ConfigurationXMLStreamReader, int) - Static method in class org.wildfly.security.auth.client.ElytronXmlParser
 
checkAuthorizationID() - Method in class org.wildfly.security.sasl.gs2.Gs2SaslServer
 
checkCertPathLength(X509Certificate) - Method in class org.wildfly.security.ssl.X509RevocationTrustManager.MaxPathLengthChecker
 
checkClientTrusted(X509Certificate[], String) - Method in class org.wildfly.security.http.oidc.HttpClientBuilder.PassthroughTrustManager
 
checkClientTrusted(X509Certificate[], String) - Method in class org.wildfly.security.ssl.SecurityDomainTrustManager
 
checkClientTrusted(X509Certificate[], String) - Method in class org.wildfly.security.ssl.WrappingX509ExtendedTrustManager
 
checkClientTrusted(X509Certificate[], String) - Method in class org.wildfly.security.ssl.X509CRLExtendedTrustManager
Deprecated.
 
checkClientTrusted(X509Certificate[], String) - Method in class org.wildfly.security.ssl.X509RevocationTrustManager
 
checkClientTrusted(X509Certificate[], String, Socket) - Method in class org.wildfly.security.ssl.SecurityDomainTrustManager
 
checkClientTrusted(X509Certificate[], String, Socket) - Method in class org.wildfly.security.ssl.WrappingX509ExtendedTrustManager
 
checkClientTrusted(X509Certificate[], String, Socket) - Method in class org.wildfly.security.ssl.X509CRLExtendedTrustManager
Deprecated.
 
checkClientTrusted(X509Certificate[], String, Socket) - Method in class org.wildfly.security.ssl.X509RevocationTrustManager
 
checkClientTrusted(X509Certificate[], String, SSLEngine) - Method in class org.wildfly.security.ssl.SecurityDomainTrustManager
 
checkClientTrusted(X509Certificate[], String, SSLEngine) - Method in class org.wildfly.security.ssl.WrappingX509ExtendedTrustManager
 
checkClientTrusted(X509Certificate[], String, SSLEngine) - Method in class org.wildfly.security.ssl.X509CRLExtendedTrustManager
Deprecated.
 
checkClientTrusted(X509Certificate[], String, SSLEngine) - Method in class org.wildfly.security.ssl.X509RevocationTrustManager
 
checkConnect(String, int) - Method in class org.wildfly.security.manager.WildFlySecurityManager
 
checkConnect(String, int, Object) - Method in class org.wildfly.security.manager.WildFlySecurityManager
 
checkContentType(HttpURLConnection, String) - Static method in class org.wildfly.security.x500.cert.acme.AcmeClientSpi
 
checkCreateClassLoader() - Method in class org.wildfly.security.manager.WildFlySecurityManager
 
checkCurrentToken() - Method in class org.wildfly.security.http.oidc.OidcCookieTokenStore
 
checkCurrentToken() - Method in class org.wildfly.security.http.oidc.OidcSessionTokenStore
 
checkCurrentToken() - Method in interface org.wildfly.security.http.oidc.OidcTokenStore
Check if the current token exists.
checkDelete(String) - Method in class org.wildfly.security.manager.WildFlySecurityManager
 
checkDescriptorFields(FileSystemEncryptRealmCommand.Descriptor) - Method in class org.wildfly.security.tool.FileSystemEncryptRealmCommand
 
checkElementNamespace(ConfigurationXMLStreamReader, ElytronXmlParser.Version) - Static method in class org.wildfly.security.auth.client.ElytronXmlParser
 
checkEnvPropertyReadPermission(Class<?>, String) - Static method in class org.wildfly.security.manager.WildFlySecurityManager
 
checkExec(String) - Method in class org.wildfly.security.manager.WildFlySecurityManager
 
checkExit(int) - Method in class org.wildfly.security.manager.WildFlySecurityManager
 
checkForCloneMethod(Class<?>, Class<?>) - Method in class org.wildfly.security.key.KeyUtil.KeyClonerCreator
 
checkForCopyCtor(Class<?>, Class<?>) - Method in class org.wildfly.security.key.KeyUtil.KeyClonerCreator
 
checkForHp() - Static method in class org.wildfly.security.http.oidc.NetworkUtils
 
checkForLinux() - Static method in class org.wildfly.security.http.oidc.NetworkUtils
 
checkForMac() - Static method in class org.wildfly.security.http.oidc.NetworkUtils
 
checkForPresence(String, String) - Static method in class org.wildfly.security.http.oidc.NetworkUtils
 
checkForSolaris() - Static method in class org.wildfly.security.http.oidc.NetworkUtils
 
checkForWindows() - Static method in class org.wildfly.security.http.oidc.NetworkUtils
 
checkGetElementNamespace(ConfigurationXMLStreamReader) - Static method in class org.wildfly.security.auth.client.ElytronXmlParser
 
checking - Variable in class org.wildfly.security.manager.WildFlySecurityManager.Context
 
checkInit() - Method in class org.wildfly.security.util.AbstractAlgorithmParametersSpiImpl
 
checkInvalidOptions(String...) - Method in class org.wildfly.security.tool.VaultCommand
 
checkKeySize(int) - Static method in class org.wildfly.security.encryption.SecretKeyUtil
 
checkKeyTab - Variable in class org.wildfly.security.auth.util.GSSCredentialSecurityFactory.Builder
Deprecated.
 
checkKeyTab - Variable in class org.wildfly.security.mechanism.gssapi.GSSCredentialSecurityFactory.Builder
 
checkKeyTab() - Method in class org.wildfly.security.auth.util.GSSCredentialSecurityFactory.Builder
Deprecated.
 
checkKeyTab() - Method in class org.wildfly.security.mechanism.gssapi.GSSCredentialSecurityFactory.Builder
 
checkLink(String) - Method in class org.wildfly.security.manager.WildFlySecurityManager
 
checkListen(int) - Method in class org.wildfly.security.manager.WildFlySecurityManager
 
checkMemberAccess(Class<?>, int) - Method in class org.wildfly.security.manager.WildFlySecurityManager
Deprecated.
checkMulticast(InetAddress) - Method in class org.wildfly.security.manager.WildFlySecurityManager
 
checkMulticast(InetAddress, byte) - Method in class org.wildfly.security.manager.WildFlySecurityManager
Deprecated.
checkPackageAccess(String) - Method in class org.wildfly.security.manager.WildFlySecurityManager
 
checkPackageDefinition(String) - Method in class org.wildfly.security.manager.WildFlySecurityManager
 
checkPDPermission(Class<?>, Permission) - Static method in class org.wildfly.security.manager.WildFlySecurityManager
 
checkPermission(Permission) - Method in class org.wildfly.security.manager.WildFlySecurityManager
Perform a permission check.
checkPermission(Permission) - Method in interface org.wildfly.security.permission.PermissionVerifier
Check a permission, throwing an exception if the permission is not implied.
checkPermission(Permission, Object) - Method in class org.wildfly.security.manager.WildFlySecurityManager
Perform a permission check.
checkPermission(Permission, AccessControlContext) - Method in class org.wildfly.security.manager.WildFlySecurityManager
Perform a permission check.
checkPrintJobAccess() - Method in class org.wildfly.security.manager.WildFlySecurityManager
 
checkPropertiesAccess() - Method in class org.wildfly.security.manager.WildFlySecurityManager
 
checkPropertyAccess(String) - Method in class org.wildfly.security.manager.WildFlySecurityManager
 
checkPropertyReadPermission(Class<?>, String) - Static method in class org.wildfly.security.manager.WildFlySecurityManager
 
checkPropertyWritePermission(Class<?>, String) - Static method in class org.wildfly.security.manager.WildFlySecurityManager
 
checkRead(FileDescriptor) - Method in class org.wildfly.security.manager.WildFlySecurityManager
 
checkRead(String) - Method in class org.wildfly.security.manager.WildFlySecurityManager
 
checkRead(String, Object) - Method in class org.wildfly.security.manager.WildFlySecurityManager
 
checkRealm(String) - Method in class org.wildfly.security.http.digest.DigestAuthenticationMechanism
Check if realm is offered by the server
checkRemote(String, URL) - Method in class org.wildfly.security.auth.realm.token.validator.JwkManager
 
checkResponseAuth(HashMap<String, byte[]>) - Method in class org.wildfly.security.sasl.digest.DigestSaslClient
 
checkSecurityAccess(String) - Method in class org.wildfly.security.manager.WildFlySecurityManager
 
checkServerTrusted(X509Certificate[], String) - Method in class org.wildfly.security.http.oidc.HttpClientBuilder.PassthroughTrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class org.wildfly.security.ssl.SecurityDomainTrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class org.wildfly.security.ssl.WrappingX509ExtendedTrustManager
 
checkServerTrusted(X509Certificate[], String) - Method in class org.wildfly.security.ssl.X509CRLExtendedTrustManager
Deprecated.
 
checkServerTrusted(X509Certificate[], String) - Method in class org.wildfly.security.ssl.X509RevocationTrustManager
 
checkServerTrusted(X509Certificate[], String, Socket) - Method in class org.wildfly.security.ssl.SecurityDomainTrustManager
 
checkServerTrusted(X509Certificate[], String, Socket) - Method in class org.wildfly.security.ssl.WrappingX509ExtendedTrustManager
 
checkServerTrusted(X509Certificate[], String, Socket) - Method in class org.wildfly.security.ssl.X509CRLExtendedTrustManager
Deprecated.
 
checkServerTrusted(X509Certificate[], String, Socket) - Method in class org.wildfly.security.ssl.X509RevocationTrustManager
 
checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class org.wildfly.security.ssl.SecurityDomainTrustManager
 
checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class org.wildfly.security.ssl.WrappingX509ExtendedTrustManager
 
checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class org.wildfly.security.ssl.X509CRLExtendedTrustManager
Deprecated.
 
checkServerTrusted(X509Certificate[], String, SSLEngine) - Method in class org.wildfly.security.ssl.X509RevocationTrustManager
 
checkSessionIframe - Variable in class org.wildfly.security.http.oidc.OidcProviderMetadata
 
checkSetFactory() - Method in class org.wildfly.security.manager.WildFlySecurityManager
 
checkStateCookie() - Method in class org.wildfly.security.http.oidc.OidcRequestAuthenticator
 
checkWrite(FileDescriptor) - Method in class org.wildfly.security.manager.WildFlySecurityManager
 
checkWrite(String) - Method in class org.wildfly.security.manager.WildFlySecurityManager
 
childElements - Variable in class org.wildfly.security.asn1.DEREncoder.EncoderState
 
childLength - Variable in class org.wildfly.security.asn1.DEREncoder.EncoderState
 
children - Variable in class org.wildfly.security.permission.PermissionActions.TrieNode
Deprecated.
 
CHOICE - org.wildfly.security.auth.client.CallbackKind
Callbacks which extend ChoiceCallback (not including RealmChoiceCallback).
cidrAddress - Variable in class org.wildfly.security.auth.client.MatchNetworkRule
 
cipher - Variable in class org.wildfly.security.sasl.digest.AbstractDigestMechanism
 
cipher - Variable in class org.wildfly.security.util.PasswordBasedEncryptionUtil
 
cipher_opts - Variable in class org.wildfly.security.sasl.digest.DigestSaslClient
 
CIPHER_OPTS - Static variable in class org.wildfly.security.sasl.digest.AbstractDigestMechanism
 
CIPHER_TEXT_IDENTIFIER - Static variable in class org.wildfly.security.encryption.Common
 
CIPHER_TEXT_NAME - Static variable in class org.wildfly.security.encryption.Common
 
cipherIteration - Variable in class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
 
cipherIteration(int) - Method in class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
Set the number of iterations for Cipher
cipherMode - Variable in class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
 
ciphers - Variable in class org.wildfly.security.ssl.SSLExplorer.SSLConnectionInformationImpl
 
cipherSalt - Variable in class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
 
cipherSalt(byte[]) - Method in class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
Set salt for the Cipher
cipherSalt(String) - Method in class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
Set salt for the Cipher
CipherSuitePredicate - Class in org.wildfly.security.ssl
An opaque predicate which can be used to match SSL/TLS cipher suites.
CipherSuitePredicate() - Constructor for class org.wildfly.security.ssl.CipherSuitePredicate
 
cipherSuiteSelector - Variable in class org.wildfly.security.ssl.SSLConfiguratorImpl
 
cipherSuiteSelector - Variable in class org.wildfly.security.ssl.SSLContextBuilder
 
CipherSuiteSelector - Class in org.wildfly.security.ssl
An immutable filter for SSL/TLS cipher suites.
CipherSuiteSelector(CipherSuiteSelector) - Constructor for class org.wildfly.security.ssl.CipherSuiteSelector
 
CipherSuiteSelector.AddingCipherSuiteSelector - Class in org.wildfly.security.ssl
 
CipherSuiteSelector.FullyDeletingCipherSuiteSelector - Class in org.wildfly.security.ssl
 
CipherSuiteSelector.PushToEndCipherSuiteSelector - Class in org.wildfly.security.ssl
 
CipherSuiteSelector.RemovingCipherSuiteSelector - Class in org.wildfly.security.ssl
 
CipherSuiteSelector.SortByAlgorithmKeyLengthCipherSuiteSelector - Class in org.wildfly.security.ssl
 
CipherUtil - Class in org.wildfly.security.encryption
A utility for using Cipher instances to encrypt and encode as well as decode and decrypt clear text Strings.
CipherUtil() - Constructor for class org.wildfly.security.encryption.CipherUtil
 
claims - Variable in class org.wildfly.security.auth.realm.token.TokenSecurityRealm.TokenRealmIdentity
 
claims - Variable in class org.wildfly.security.http.oidc.Permission
 
CLAIMS_LOCALES - Static variable in class org.wildfly.security.http.oidc.IDToken
 
claimsParameterSupported - Variable in class org.wildfly.security.http.oidc.OidcProviderMetadata
 
claimsSupported - Variable in class org.wildfly.security.http.oidc.OidcProviderMetadata
 
claimToPrincipal - Variable in class org.wildfly.security.auth.realm.token.TokenSecurityRealm.Builder
 
claimToPrincipal - Variable in class org.wildfly.security.auth.realm.token.TokenSecurityRealm
A function that maps the set of token claims to a Principal.
claimToPrincipal(Function<Attributes, Principal>) - Method in class org.wildfly.security.auth.realm.token.TokenSecurityRealm.Builder
A function that maps the set of token claims to a Principal.
claimTypesSupported - Variable in class org.wildfly.security.http.oidc.OidcProviderMetadata
 
CLASS_LOADER_DOMAIN_MAP - Static variable in class org.wildfly.security.auth.server.SecurityDomain
 
CLASS_MASK - Static variable in class org.wildfly.security.asn1.ASN1
Mask used to obtain the class bits from a type tag.
classLoader - Variable in class org.wildfly.security.auth.realm.JaasSecurityRealm
 
classLoader - Variable in class org.wildfly.security.manager.action.SetContextClassLoaderAction
 
classLoaderSecurityDomainExists() - Method in interface org.wildfly.security.auth.server._private.ElytronMessages
 
clazz - Variable in class org.wildfly.security.auth.server.IdentityCredentials.Key
 
clazz - Variable in class org.wildfly.security.manager.action.GetClassLoaderAction
 
clazz - Variable in class org.wildfly.security.manager.action.GetProtectionDomainAction
 
clazz - Variable in class org.wildfly.security.manager.action.SetContextClassLoaderFromClassAction
 
clazz - Variable in class org.wildfly.security.manager.GetAccessibleDeclaredFieldAction
 
cleanupAfterChallenge(AcmeAccount, AcmeChallenge) - Method in class org.wildfly.security.x500.cert.acme.AcmeClientSpi
Undo the actions that were taken to prove control of the identifier associated with the given challenge.
clear() - Method in interface org.wildfly.security.authz.Attributes
Clear this collection, resetting its size to zero.
clear() - Method in class org.wildfly.security.authz.MapAttributes
 
clear() - Method in class org.wildfly.security.authz.SimpleAttributesEntry
 
clear() - Method in class org.wildfly.security.cache.LRURealmIdentityCache
 
clear() - Method in interface org.wildfly.security.cache.RealmIdentityCache
Removes all cached identities from this cache.
clear() - Method in class org.wildfly.security.password.impl.BCryptPasswordImpl.BCryptState
 
clear() - Method in class org.wildfly.security.ssl.LinkedProperties
 
CLEAR_PASSWORD_SPEC_ID - Static variable in class org.wildfly.security.password.spec.BasicPasswordSpecEncoding
 
CLEAR_TEXT - Static variable in class org.wildfly.security.tool.CredentialStoreCommand
 
clearAttachments(HttpScope) - Static method in class org.wildfly.security.http.spnego.SpnegoAuthenticationMechanism
 
ClearContextClassLoaderAction - Class in org.wildfly.security.manager.action
A security action to clear the current thread context class loader.
ClearContextClassLoaderAction() - Constructor for class org.wildfly.security.manager.action.ClearContextClassLoaderAction
 
clearCookie() - Method in class org.wildfly.security.http.util.sso.ProgrammaticSingleSignOnCache
 
clearCredentials() - Method in interface org.wildfly.security.auth.realm.ldap.IdentityCredentialPersister
Clear all supported credentials of identity.
clearCredentials() - Method in class org.wildfly.security.auth.realm.ldap.OtpCredentialLoader.ForIdentityLoader
 
clearCredentials() - Method in class org.wildfly.security.auth.realm.ldap.UserPasswordCredentialLoader.ForIdentityLoader
 
clearPassword() - Method in class org.wildfly.security.auth.callback.PasswordResetCallback
Clear the stored password bytes by setting them to ' '.
ClearPassword - Interface in org.wildfly.security.password.interfaces
A simple clear-text password.
ClearPasswordImpl - Class in org.wildfly.security.password.impl
 
ClearPasswordImpl(char[]) - Constructor for class org.wildfly.security.password.impl.ClearPasswordImpl
 
ClearPasswordImpl(ClearPassword) - Constructor for class org.wildfly.security.password.impl.ClearPasswordImpl
 
ClearPasswordSpec - Class in org.wildfly.security.password.spec
A password specification for clear passwords.
ClearPasswordSpec(char[]) - Constructor for class org.wildfly.security.password.spec.ClearPasswordSpec
Construct a new instance.
ClearPropertyAction - Class in org.wildfly.security.manager.action
A security action which clears a system property.
ClearPropertyAction(String) - Constructor for class org.wildfly.security.manager.action.ClearPropertyAction
Construct a new instance.
clearPropertyPrivileged(String) - Static method in class org.wildfly.security.manager.WildFlySecurityManager
Clear a property, doing a faster permission check that skips having to execute a privileged action frame.
clearText() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
clearTextToImport() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
clearTextToImportAgain() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cliCommandBulkVaultCredentialStoreConversion() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cliCommandToNewCredentialStore() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
client - Static variable in class org.wildfly.security.auth.util.ElytronAuthenticator
Deprecated.
 
client - Variable in class org.wildfly.security.http.oidc.OidcClientConfiguration
 
CLIENT - org.wildfly.security.sasl.digest.AbstractDigestMechanism.FORMAT
 
CLIENT_ASSERTION - Static variable in class org.wildfly.security.http.oidc.Oidc
 
CLIENT_ASSERTION_TYPE - Static variable in class org.wildfly.security.http.oidc.Oidc
 
CLIENT_ASSERTION_TYPE_JWT - Static variable in class org.wildfly.security.http.oidc.Oidc
 
CLIENT_CERT_NAME - Static variable in class org.wildfly.security.http.HttpConstants
 
CLIENT_ID - Static variable in class org.wildfly.security.http.oidc.Oidc
 
CLIENT_KEY_BYTES - Static variable in class org.wildfly.security.mechanism.scram.ScramUtil
 
CLIENT_MAGIC_CONFIDENTIALITY - Static variable in class org.wildfly.security.sasl.digest.AbstractDigestMechanism
 
CLIENT_MAGIC_INTEGRITY - Static variable in class org.wildfly.security.sasl.digest.AbstractDigestMechanism
 
clientAuthenticator - Variable in class org.wildfly.security.http.oidc.OidcClientConfiguration
 
ClientCallbackHandler(AuthenticationConfiguration) - Constructor for class org.wildfly.security.auth.client.AuthenticationConfiguration.ClientCallbackHandler
 
ClientCertAuthenticationMechanism - Class in org.wildfly.security.http.cert
The CLIENT_CERT authentication mechanism.
ClientCertAuthenticationMechanism(CallbackHandler, boolean) - Constructor for class org.wildfly.security.http.cert.ClientCertAuthenticationMechanism
Construct a new instance of the ClientCertAuthenticationMechanism mechanism.
clientCertChain - Variable in class org.wildfly.security.sasl.entity.EntitySaslClient
 
clientCertChallenge() - Method in class org.wildfly.security.http.oidc.BearerTokenRequestAuthenticator
 
ClientCertMechanismFactory - Class in org.wildfly.security.http.cert
A HttpServerAuthenticationMechanismFactory implementation for the Client Cert HTTP authentication mechanism.
ClientCertMechanismFactory() - Constructor for class org.wildfly.security.http.cert.ClientCertMechanismFactory
 
ClientCertMechanismFactory(Provider) - Constructor for class org.wildfly.security.http.cert.ClientCertMechanismFactory
 
clientConfiguration - Variable in class org.wildfly.security.http.oidc.RefreshableOidcSecurityContext
 
clientConfiguration - Variable in class org.wildfly.security.http.oidc.TokenValidator.Builder
 
clientConfiguration - Variable in class org.wildfly.security.http.oidc.TokenValidator
 
clientConfigurationFileNotFound() - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
clientConfigurationFileNotValid() - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
clientCredentials(String, String) - Method in class org.wildfly.security.credential.source.OAuth2CredentialSource.Builder
Deprecated.
Configure OAuth2 Client Credentials Grant Type as defined by the OAuth2 specification.
ClientCredentialsProvider - Interface in org.wildfly.security.http.oidc
SPI for authenticating clients/applications.
ClientCredentialsProviderType(String) - Constructor for enum org.wildfly.security.http.oidc.Oidc.ClientCredentialsProviderType
 
ClientCredentialsProviderUtils - Class in org.wildfly.security.http.oidc
 
ClientCredentialsProviderUtils() - Constructor for class org.wildfly.security.http.oidc.ClientCredentialsProviderUtils
 
clientId - Variable in class org.wildfly.security.auth.realm.token.validator.OAuth2IntrospectValidator.Builder
 
clientId - Variable in class org.wildfly.security.auth.realm.token.validator.OAuth2IntrospectValidator
 
clientId - Variable in class org.wildfly.security.http.oidc.OidcClientConfiguration
 
clientId - Variable in class org.wildfly.security.http.oidc.OidcJsonConfiguration
 
clientId - Variable in class org.wildfly.security.http.oidc.TokenValidator.Builder
 
clientId(String) - Method in class org.wildfly.security.auth.realm.token.validator.OAuth2IntrospectValidator.Builder
The identifier of a client registered within the OAuth2 Authorization Server that will be used to authenticate this server in order to validate bearer tokens arriving to this server.
ClientIdAndSecretCredentialsProvider - Class in org.wildfly.security.http.oidc
Traditional OAuth2 authentication of clients based on client_id and client_secret
ClientIdAndSecretCredentialsProvider() - Constructor for class org.wildfly.security.http.oidc.ClientIdAndSecretCredentialsProvider
 
clientKeyPassword - Variable in class org.wildfly.security.http.oidc.OidcJsonConfiguration
 
clientKeystore - Variable in class org.wildfly.security.http.oidc.OidcJsonConfiguration
 
clientKeyStore - Variable in class org.wildfly.security.http.oidc.HttpClientBuilder
 
clientKeystorePassword - Variable in class org.wildfly.security.http.oidc.OidcJsonConfiguration
 
clientMode - Variable in class org.wildfly.security.ssl.SSLConfiguratorImpl
 
clientMode - Variable in class org.wildfly.security.ssl.SSLContextBuilder
 
ClientPrincipalQueryCallbackHandler(CallbackHandler) - Constructor for class org.wildfly.security.sasl.util.LocalPrincipalSaslClientFactory.ClientPrincipalQueryCallbackHandler
 
clientPrivateKeyPassword - Variable in class org.wildfly.security.http.oidc.HttpClientBuilder
 
clientProof - Variable in class org.wildfly.security.mechanism.scram.ScramFinalClientMessage
 
clientQops - Variable in class org.wildfly.security.sasl.digest.DigestSaslClient
 
CLIENTS_MANAGEMENT_REGISTER_NODE_PATH - Static variable in class org.wildfly.security.http.oidc.Oidc
 
CLIENTS_MANAGEMENT_UNREGISTER_NODE_PATH - Static variable in class org.wildfly.security.http.oidc.Oidc
 
ClientSaslWrapper - Class in org.wildfly.security.sasl.util
A SaslWrapper which encapsulates a SaslClient.
ClientSaslWrapper(SaslClient) - Constructor for class org.wildfly.security.sasl.util.ClientSaslWrapper
Construct a new instance.
clientSecret - Variable in class org.wildfly.security.auth.realm.token.validator.OAuth2IntrospectValidator.Builder
 
clientSecret - Variable in class org.wildfly.security.auth.realm.token.validator.OAuth2IntrospectValidator
 
clientSecret - Variable in class org.wildfly.security.http.oidc.ClientIdAndSecretCredentialsProvider
 
clientSecret - Variable in class org.wildfly.security.http.oidc.JWTClientSecretCredentialsProvider
 
clientSecret(String) - Method in class org.wildfly.security.auth.realm.token.validator.OAuth2IntrospectValidator.Builder
The secret of the client identified by the given OAuth2IntrospectValidator.Builder.clientId.
ClientSecretCredentialsProvider - Interface in org.wildfly.security.http.oidc
A client secret credentials provider.
clientSecretJwtAlg - Variable in class org.wildfly.security.http.oidc.JWTClientSecretCredentialsProvider
 
clientSecretKey - Variable in class org.wildfly.security.http.oidc.TokenValidator.Builder
 
clientSecretString - Variable in class org.wildfly.security.http.oidc.ClientIdAndSecretCredentialsProvider
 
ClientSSLContextProviderService(Provider, String, String, String, List<String>, Map<String, String>, String) - Constructor for class org.wildfly.security.auth.client.WildFlyElytronClientDefaultSSLContextProvider.ClientSSLContextProviderService
 
clock - Variable in class org.wildfly.security.audit.FileAuditEndpoint.Builder
 
clock - Variable in class org.wildfly.security.audit.FileAuditEndpoint
Clock providing access to current time.
clone() - Method in class org.wildfly.security.credential.AbstractX509CertificateChainCredential
 
clone() - Method in interface org.wildfly.security.credential.AlgorithmCredential
Creates and returns a copy of this Credential.
clone() - Method in class org.wildfly.security.credential.BearerTokenCredential
 
clone() - Method in interface org.wildfly.security.credential.Credential
Creates and returns a copy of this Credential.
clone() - Method in class org.wildfly.security.credential.GSSKerberosCredential
 
clone() - Method in class org.wildfly.security.credential.KeyPairCredential
 
clone() - Method in class org.wildfly.security.credential.PasswordCredential
 
clone() - Method in class org.wildfly.security.credential.PublicKeyCredential
 
clone() - Method in class org.wildfly.security.credential.SecretKeyCredential
 
clone() - Method in class org.wildfly.security.credential.SSHCredential
 
clone() - Method in interface org.wildfly.security.credential.X509CertificateChainCredential
Creates and returns a copy of this Credential.
clone() - Method in class org.wildfly.security.credential.X509CertificateChainPrivateCredential
 
clone() - Method in class org.wildfly.security.credential.X509CertificateChainPublicCredential
 
clone() - Method in class org.wildfly.security.digest.TruncatedMessageDigest
 
clone() - Method in class org.wildfly.security.password.impl.AbstractPasswordImpl
 
clone() - Method in class org.wildfly.security.password.impl.BCryptPasswordImpl
 
clone() - Method in class org.wildfly.security.password.impl.BSDUnixDESCryptPasswordImpl
 
clone() - Method in class org.wildfly.security.password.impl.ClearPasswordImpl
 
clone() - Method in class org.wildfly.security.password.impl.DigestPasswordImpl
 
clone() - Method in class org.wildfly.security.password.impl.MaskedPasswordImpl
 
clone() - Method in class org.wildfly.security.password.impl.OneTimePasswordImpl
 
clone() - Method in class org.wildfly.security.password.impl.SaltedSimpleDigestPasswordImpl
 
clone() - Method in class org.wildfly.security.password.impl.ScramDigestPasswordImpl
 
clone() - Method in class org.wildfly.security.password.impl.SimpleDigestPasswordImpl
 
clone() - Method in class org.wildfly.security.password.impl.SunUnixMD5CryptPasswordImpl
 
clone() - Method in class org.wildfly.security.password.impl.UnixDESCryptPasswordImpl
 
clone() - Method in class org.wildfly.security.password.impl.UnixMD5CryptPasswordImpl
 
clone() - Method in class org.wildfly.security.password.impl.UnixSHACryptPasswordImpl
 
clone() - Method in interface org.wildfly.security.password.interfaces.BCryptPassword
Creates and returns a copy of this Password.
clone() - Method in interface org.wildfly.security.password.interfaces.BSDUnixDESCryptPassword
Creates and returns a copy of this Password.
clone() - Method in interface org.wildfly.security.password.interfaces.ClearPassword
Creates and returns a copy of this Password.
clone() - Method in interface org.wildfly.security.password.interfaces.DigestPassword
Creates and returns a copy of this Password.
clone() - Method in interface org.wildfly.security.password.interfaces.MaskedPassword
 
clone() - Method in interface org.wildfly.security.password.interfaces.OneTimePassword
Creates and returns a copy of this Password.
clone() - Method in class org.wildfly.security.password.interfaces.RawBCryptPassword
 
clone() - Method in class org.wildfly.security.password.interfaces.RawBSDUnixDESCryptPassword
 
clone() - Method in class org.wildfly.security.password.interfaces.RawClearPassword
 
clone() - Method in class org.wildfly.security.password.interfaces.RawDigestPassword
 
clone() - Method in class org.wildfly.security.password.interfaces.RawMaskedPassword
 
clone() - Method in class org.wildfly.security.password.interfaces.RawOneTimePassword
 
clone() - Method in class org.wildfly.security.password.interfaces.RawPassword
 
clone() - Method in class org.wildfly.security.password.interfaces.RawSaltedSimpleDigestPassword
 
clone() - Method in class org.wildfly.security.password.interfaces.RawScramDigestPassword
 
clone() - Method in class org.wildfly.security.password.interfaces.RawSimpleDigestPassword
 
clone() - Method in class org.wildfly.security.password.interfaces.RawSunUnixMD5CryptPassword
 
clone() - Method in class org.wildfly.security.password.interfaces.RawUnixDESCryptPassword
 
clone() - Method in class org.wildfly.security.password.interfaces.RawUnixMD5CryptPassword
 
clone() - Method in class org.wildfly.security.password.interfaces.RawUnixSHACryptPassword
 
clone() - Method in interface org.wildfly.security.password.interfaces.SaltedSimpleDigestPassword
Creates and returns a copy of this Password.
clone() - Method in interface org.wildfly.security.password.interfaces.ScramDigestPassword
Creates and returns a copy of this Password.
clone() - Method in interface org.wildfly.security.password.interfaces.SimpleDigestPassword
Creates and returns a copy of this Password.
clone() - Method in interface org.wildfly.security.password.interfaces.SunUnixMD5CryptPassword
Creates and returns a copy of this Password.
clone() - Method in interface org.wildfly.security.password.interfaces.UnixDESCryptPassword
Creates and returns a copy of this Password.
clone() - Method in interface org.wildfly.security.password.interfaces.UnixMD5CryptPassword
Creates and returns a copy of this Password.
clone() - Method in interface org.wildfly.security.password.interfaces.UnixSHACryptPassword
Creates and returns a copy of this Password.
clone() - Method in interface org.wildfly.security.password.OneWayPassword
Creates and returns a copy of this Password.
clone() - Method in interface org.wildfly.security.password.Password
Creates and returns a copy of this Password.
clone() - Method in interface org.wildfly.security.password.TwoWayPassword
Creates and returns a copy of this Password.
clone() - Method in class org.wildfly.security.ssl.LinkedProperties
 
cloneKey(Class<T>, T) - Static method in class org.wildfly.security.key.KeyUtil
Attempt to create a safe clone of the given key object.
CLONER_CREATOR - Static variable in class org.wildfly.security.key.KeyUtil
Cache so that we only have to figure out a cloning strategy for a given class one time.
close() - Method in interface org.wildfly.security.audit.AuditEndpoint
Close the endpoint and stop handling further events immediately.
close() - Method in class org.wildfly.security.audit.FileAuditEndpoint
 
close() - Method in class org.wildfly.security.audit.SyslogAuditEndpoint
 
close() - Method in class org.wildfly.security.auth.realm.FileSystemSecurityRealm.AutoCloseableXMLStreamReaderHolder
 
close() - Method in class org.wildfly.security.auth.realm.FileSystemSecurityRealm.AutoCloseableXMLStreamWriterHolder
 
close() - Method in class org.wildfly.security.auth.realm.IdentitySharedExclusiveLock.IdentityLock
 
close() - Method in class org.wildfly.security.auth.realm.ldap.DelegatingLdapContext
 
close() - Method in interface org.wildfly.security.auth.server.ModifiableRealmIdentityIterator
Close any underlying resources.
close() - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext
Close the server authentication context, failing any in-progress authentication and releasing any associated resources.
close() - Method in interface org.wildfly.security.credential.store.impl.KeyStoreCredentialStore.Hold
 
close() - Method in interface org.wildfly.security.credential.store.impl.PropertiesCredentialStore.Lock
 
close() - Method in class org.wildfly.security.http.util.sso.DefaultSingleSignOn
 
close() - Method in class org.wildfly.security.http.util.sso.DefaultSingleSignOnSession
 
close() - Method in interface org.wildfly.security.http.util.sso.SingleSignOn
Closes any resources associated with this single sign-on entry.
close() - Method in interface org.wildfly.security.http.util.sso.SingleSignOnSession
Closes any resources associated with this single sign-on session.
close() - Method in class org.wildfly.security.ssl.AbstractDelegatingSSLServerSocket
 
close() - Method in class org.wildfly.security.ssl.AbstractDelegatingSSLSocket
 
close() - Method in class org.wildfly.security.util.AtomicFileOutputStream
 
close() - Method in class org.wildfly.security.util.AtomicFileOutputStream.OpenState
 
close() - Method in class org.wildfly.security.util.AtomicFileOutputStream.State
 
close(HttpResponse) - Static method in class org.wildfly.security.http.oidc.Oidc
 
closeContext(DirContext) - Method in class org.wildfly.security.auth.realm.ldap.LdapSecurityRealm
 
closed() - Method in interface org.wildfly.security.util.ElytronMessages
 
CLOSED - Static variable in class org.wildfly.security.util.AtomicFileOutputStream
 
CLOSED_STATE - Static variable in class org.wildfly.security.ssl.SelectingServerSSLEngine
 
CLOSED_STATE - Static variable in class org.wildfly.security.ssl.SNISSLEngine
 
closeHandler - Variable in class org.wildfly.security.auth.realm.ldap.DelegatingLdapContext
 
closeInbound() - Method in class org.wildfly.security.ssl.AbstractDelegatingSSLEngine
 
closeInbound() - Method in class org.wildfly.security.ssl.SelectingServerSSLEngine
 
closeInbound() - Method in class org.wildfly.security.ssl.SelectingServerSSLEngine.InitialState
 
closeInbound() - Method in class org.wildfly.security.ssl.SNISSLEngine
 
closeInbound() - Method in class org.wildfly.security.ssl.SNISSLEngine.InitialState
 
closeOutbound() - Method in class org.wildfly.security.ssl.AbstractDelegatingSSLEngine
 
closeOutbound() - Method in class org.wildfly.security.ssl.SelectingServerSSLEngine
 
closeOutbound() - Method in class org.wildfly.security.ssl.SelectingServerSSLEngine.InitialState
 
closeOutbound() - Method in class org.wildfly.security.ssl.SNISSLEngine
 
closeOutbound() - Method in class org.wildfly.security.ssl.SNISSLEngine.InitialState
 
closeStreams() - Method in class org.wildfly.security.audit.FileAuditEndpoint
Close opened file streams.
cmdFileSystemEncryptCreateCredentialStoreDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdFileSystemEncryptCredentialStoreDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdFileSystemEncryptEncodedDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdFileSystemEncryptHashEncodingDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdFileSystemEncryptHelpHeader() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdFileSystemEncryptInputLocationDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdFileSystemEncryptionNoSecretKey(String, String) - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdFileSystemEncryptLevelsDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdFileSystemEncryptNewRealmDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdFileSystemEncryptOutputLocationDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdFileSystemEncryptSecretKeyDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdFileSystemPopulateUnspecified() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdFileSystemRealmBulkConvertDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdFileSystemRealmEncryptBulkConvertDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdFileSystemRealmEncryptPopulateDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdFileSystemRealmFileSystemRealmNameDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdFileSystemRealmHelpHeader() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdFileSystemRealmOutputLocationDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdFileSystemRealmRolesFileDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdFileSystemRealmSecurityDomainNameDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdFileSystemRealmSilentDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdFileSystemRealmSummaryDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdFileSystemRealmUsersFileDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdHelp(String, String) - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLine - Variable in class org.wildfly.security.tool.CredentialStoreCommand
 
cmdLine - Variable in class org.wildfly.security.tool.FileSystemEncryptRealmCommand
 
cmdLine - Variable in class org.wildfly.security.tool.FileSystemRealmCommand
 
cmdLine - Variable in class org.wildfly.security.tool.MaskCommand
 
cmdLine - Variable in class org.wildfly.security.tool.VaultCommand
 
cmdLineActionsHelpHeader() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLineAddAliasDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLineAliasesDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLineAliasTypes() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLineCheckAliasDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLineCreateCredentialStoreDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLineCredentialStoreHelpHeader() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLineCredentialStorePassword() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLineCredentialStoreTypeDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLineCustomCredentialStoreProviderDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLineDebug() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLineEntryDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLineEntryTypeDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLineExportPublicKeyDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLineGenerateKeyPairDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLineHelp() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLineImplementationPropertiesDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLineImportKeyPairDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLineIterationCountDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLineKeyAlgorithmDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLineKeyPassphraseDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLineKeySizeDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLineOtherProvidersDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLinePasswordCredentialValueDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLinePrintSummary() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLinePrivateKeyLocationDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLinePrivateKeyStringDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLinePublicKeyLocationDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLinePublicKeyStringDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLineRemoveAliasDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLineSaltDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLineStoreLocationDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLineVaultCSLocationDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLineVaultCSParametersDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLineVaultCSTypeDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLineVaultEncryptionDirectory() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLineVaultIterationCount() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLineVaultKeyStoreAlias() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLineVaultKeyStorePassword() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLineVaultKeyStoreURL() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdLineVaultPrintSummary() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdMaskHelpHeader() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdMaskIterationCountDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdMaskSaltDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdMaskSecretDesc() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdVaultHelpHeader() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cmdVaultLineSalt() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
cnonce - Variable in class org.wildfly.security.sasl.digest.AbstractDigestMechanism
 
CNONCE - Static variable in class org.wildfly.security.http.HttpConstants
 
CODE - Static variable in class org.wildfly.security.http.oidc.Oidc
 
CODE_TO_TOKEN_FAILURE - org.wildfly.security.http.oidc.AuthenticationError.Reason
 
codeChallengeMethodsSupported - Variable in class org.wildfly.security.http.oidc.OidcProviderMetadata
 
COLON - Static variable in class org.wildfly.security.http.digest.DigestAuthenticationMechanism
 
COLON - Static variable in class org.wildfly.security.sasl.util.UsernamePasswordHashUtil
Deprecated.
 
ColumnMapper - Interface in org.wildfly.security.auth.realm.jdbc
A column mapper is responsible to provide the mapping between a column in a table to some internal representation.
columnMappers - Variable in class org.wildfly.security.auth.realm.jdbc.QueryConfiguration
 
combine(Map<String, ?>, Map<String, ?>) - Static method in class org.wildfly.security.http.util.PropertiesServerMechanismFactory
 
combine(Map<String, ?>, Map<String, ?>) - Static method in class org.wildfly.security.sasl.util.PropertiesSaslClientFactory
 
combine(Map<String, ?>, Map<String, ?>) - Static method in class org.wildfly.security.sasl.util.PropertiesSaslServerFactory
 
combineAttributes(AuthorizationIdentity[]) - Method in class org.wildfly.security.auth.realm.AggregateSecurityRealm.Identity
 
Command - Class in org.wildfly.security.tool
Base command class
Command() - Constructor for class org.wildfly.security.tool.Command
 
CommandCredentialSource - Class in org.wildfly.security.credential.source
Deprecated.
Use CommandCredentialSource instead
CommandCredentialSource(CommandCredentialSource.Builder) - Constructor for class org.wildfly.security.credential.source.CommandCredentialSource
Deprecated.
 
CommandCredentialSource.Builder - Class in org.wildfly.security.credential.source
Deprecated.
A builder for a command credential source.
commandExecuteException() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
commandExecuteExceptionNoDebug() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
commandOrAliasNotFound(String) - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
commandRegistry - Variable in class org.wildfly.security.tool.ElytronTool
 
commandSummary(String) - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
COMMENT - Static variable in class org.wildfly.security.credential.store.impl.PropertiesCredentialStore
 
COMMENT_PREFIX1 - Static variable in class org.wildfly.security.auth.realm.LegacyPropertiesSecurityRealm
 
COMMENT_PREFIX2 - Static variable in class org.wildfly.security.auth.realm.LegacyPropertiesSecurityRealm
 
Common - Class in org.wildfly.security.encryption
Common methods and attributes shared by both utilities.
Common() - Constructor for class org.wildfly.security.encryption.Common
 
compactLongestZeroSequence(int[]) - Static method in class org.wildfly.security.http.oidc.NetworkUtils
 
compare(DEREncoder.EncoderState, DEREncoder.EncoderState) - Method in class org.wildfly.security.asn1.DEREncoder.LexicographicComparator
 
compare(DEREncoder.EncoderState, DEREncoder.EncoderState) - Method in class org.wildfly.security.asn1.DEREncoder.TagComparator
 
complete - Variable in class org.wildfly.security.sasl.external.ExternalSaslClient
 
complete - Variable in class org.wildfly.security.sasl.external.ExternalSaslServer
 
complete - Variable in class org.wildfly.security.sasl.plain.PlainSaslClient
 
complete - Variable in class org.wildfly.security.sasl.plain.PlainSaslServer
 
complete - Variable in class org.wildfly.security.sasl.util.AuthenticationTimeoutSaslServerFactory.DelegatingTimeoutSaslServer
 
COMPLETE_STATE - Static variable in class org.wildfly.security.sasl.util.AbstractSaslParticipant
The SASL negotiation completed state.
completeAuthentication(BearerTokenRequestAuthenticator) - Method in class org.wildfly.security.http.oidc.RequestAuthenticator
 
completeAuthentication(OidcRequestAuthenticator) - Method in class org.wildfly.security.http.oidc.RequestAuthenticator
 
completeBearerAuthentication(OidcPrincipal<RefreshableOidcSecurityContext>) - Method in class org.wildfly.security.http.oidc.RequestAuthenticator
 
completeOidcAuthentication(OidcPrincipal<RefreshableOidcSecurityContext>) - Method in class org.wildfly.security.http.oidc.RequestAuthenticator
 
CompleteState(SecurityIdentity) - Constructor for class org.wildfly.security.auth.server.ServerAuthenticationContext.CompleteState
 
composeBsdCryptBasedPassword(ByteArrayOutputStream, BSDUnixDESCryptPassword) - Static method in class org.wildfly.security.password.util.ModularCrypt
 
composeCryptBasedPassword(ByteArrayOutputStream, UnixDESCryptPassword) - Static method in class org.wildfly.security.password.util.ModularCrypt
 
composeDigestSalt(SaltedSimpleDigestPassword, Encoding) - Static method in class org.wildfly.security.auth.realm.ldap.UserPasswordPasswordUtil
 
composeName(String, String) - Method in class org.wildfly.security.auth.realm.ldap.DelegatingLdapContext
 
composeName(Name, Name) - Method in class org.wildfly.security.auth.realm.ldap.DelegatingLdapContext
 
composePassword(ByteArrayOutputStream, Password) - Static method in class org.wildfly.security.password.util.ModularCrypt
 
composeUserPassword(Password) - Static method in class org.wildfly.security.auth.realm.ldap.UserPasswordPasswordUtil
 
composeUserPassword(Password, Encoding) - Static method in class org.wildfly.security.auth.realm.ldap.UserPasswordPasswordUtil
 
CompositePrincipal - Class in org.wildfly.security.auth.principal
A composite principal that consists of multiple elements of possibly disparate type.
CompositePrincipal(Principal...) - Constructor for class org.wildfly.security.auth.principal.CompositePrincipal
Construct a new instance.
CompositePrincipal(Principal[], boolean) - Constructor for class org.wildfly.security.auth.principal.CompositePrincipal
 
CompositePrincipal(Collection<Principal>) - Constructor for class org.wildfly.security.auth.principal.CompositePrincipal
Construct a new instance.
compPerm - Static variable in class org.wildfly.security.password.impl.BSDUnixDESCryptPasswordImpl
 
compPermMaskLeft - Static variable in class org.wildfly.security.password.impl.BSDUnixDESCryptPasswordImpl
 
compPermMaskRight - Static variable in class org.wildfly.security.password.impl.BSDUnixDESCryptPasswordImpl
 
computeHash(byte[], String, MessageDigest, int, int) - Static method in class org.wildfly.security.password.impl.OneTimePasswordImpl
 
computeHMAC(byte[], int, Mac, byte[], int, int) - Static method in class org.wildfly.security.sasl.digest._private.DigestUtil
 
computeIfAbsent(Principal, Function<Principal, RealmIdentity>) - Method in interface org.wildfly.security.cache.RealmIdentityCache
If the specified key is not already associated with a value (or is mapped to null), attempts to compute its value using the given mapping function and enters it into this map unless null.
computeIfAbsent(SSLSession, String, Function<String, R>) - Static method in class org.wildfly.security.ssl.SSLUtils
Get or compute the value for the given key, storing the computed value (if one is generated).
computeIfAbsent(HttpScope, String, Function<String, R>) - Static method in class org.wildfly.security.mechanism._private.MechanismUtil
Get or compute the value for the given key in HttpScope, storing the computed value (if one is generated).
computeMasked(String, String, int) - Static method in class org.wildfly.security.tool.MaskCommand
 
computeValue(Class<?>) - Method in class org.wildfly.security.key.KeyUtil.KeyClonerCreator
 
concatenating(String, PrincipalDecoder...) - Static method in interface org.wildfly.security.auth.server.PrincipalDecoder
Create a principal decoder that concatenates the results of the given principal decoders in the order in which they're given.
concatenating(PrincipalDecoder, String, PrincipalDecoder) - Static method in interface org.wildfly.security.auth.server.PrincipalDecoder
Create a principal decoder which concatenates the results of two principal decoders.
conditionPredicate - Variable in class org.wildfly.security.sasl.SaslMechanismPredicate.IfPredicate
 
confidential - Variable in class org.wildfly.security.sasl.digest.AbstractDigestMechanism.DigestWrapper
 
confidential - Variable in class org.wildfly.security.sasl.gssapi.AbstractGssapiMechanism.GssapiWrapper
 
CONFIDENTIALITY_PROTECTION - Static variable in class org.wildfly.security.sasl.gssapi.AbstractGssapiMechanism
 
confidentialPort - Variable in class org.wildfly.security.http.oidc.OidcClientConfiguration
 
confidentialPort - Variable in class org.wildfly.security.http.oidc.OidcJsonConfiguration
 
config - Variable in class org.wildfly.security.auth.client.AuthenticationConfiguration.ClientCallbackHandler
 
CONFIG_BASE - Static variable in class org.wildfly.security.http.HttpConstants
 
CONFIG_CONTEXT_PATH - Static variable in class org.wildfly.security.http.HttpConstants
 
CONFIG_CREATE_NAME_GSS_INIT - Static variable in class org.wildfly.security.http.HttpConstants
This enables workaround for native GSS, where createName() needs to be called for correct GSSContext initialization.
CONFIG_DISABLE_RESTORE_SECURITY_IDENTITY - Static variable in class org.wildfly.security.http.HttpConstants
In clustered environment Security Identity is restored during failover, load balancer change node (not sticky behavior) and session passivation/activation.
CONFIG_ERROR_PAGE - Static variable in class org.wildfly.security.http.HttpConstants
The context relative path of the error page.
CONFIG_GSS_MANAGER - Static variable in class org.wildfly.security.http.HttpConstants
This allows a GSSManager instance to be passed into the authentication mechanisms.
CONFIG_LOGIN_PAGE - Static variable in class org.wildfly.security.http.HttpConstants
The context relative path of the login page.
CONFIG_OPENID_CONFIGURATION_URL - Static variable in class org.wildfly.security.mechanism.oauth2.OAuth2Server
 
CONFIG_POST_LOCATION - Static variable in class org.wildfly.security.http.HttpConstants
This defines the location used by mechanisms dependent on the response to the challenge being sent in using 'POST'.
CONFIG_REALM - Static variable in class org.wildfly.security.http.HttpConstants
 
CONFIG_SKIP_CERTIFICATE_VERIFICATION - Static variable in class org.wildfly.security.http.HttpConstants
 
CONFIG_STATE_SCOPES - Static variable in class org.wildfly.security.http.HttpConstants
A comma separated list of scopes in preferred order the mechanism should attempt to use to persist state including the caching of any previously authenticated identity.
CONFIG_VALIDATE_DIGEST_URI - Static variable in class org.wildfly.security.http.HttpConstants
 
configPath - Variable in class org.wildfly.security.auth.client.WildFlyElytronClientDefaultSSLContextProvider.ClientSSLContextProviderService
 
configPathUrlToUri(String) - Static method in class org.wildfly.security.auth.client.WildFlyElytronClientDefaultSSLContextSpi
Source: A utility method taken from https://github.com/wildfly/wildfly-client-config/blob/master/src/main/java/org/wildfly/client/config/ClientConfiguration.java on March 2022
configuration - Variable in class org.wildfly.security.auth.client.RuleConfigurationPair
 
configuration - Variable in class org.wildfly.security.auth.client.RuleNode
 
configuration - Variable in class org.wildfly.security.http.util.sso.ProgrammaticSingleSignOnCache
 
configuration - Variable in class org.wildfly.security.http.util.sso.SingleSignOnServerMechanismFactory
 
Configuration(PeerIdentityContext) - Constructor for class org.wildfly.security.auth.client.PeerIdentity.Configuration
 
configure(String) - Method in class org.wildfly.security.auth.client.WildFlyElytronClientDefaultSSLContextProvider
Configures WildFlyElytronClientDefaultSSLContextProvider with the provided Elytron client configuration path
configure(SSLContext) - Method in interface org.wildfly.security.ssl.SSLConfigurator
 
configure(SSLContext, SSLEngine) - Method in interface org.wildfly.security.ssl.SSLConfigurator
 
configure(SSLContext, SSLEngine) - Method in class org.wildfly.security.ssl.SSLConfiguratorImpl
 
configure(SSLContext, SSLServerSocket) - Method in interface org.wildfly.security.ssl.SSLConfigurator
 
configure(SSLContext, SSLServerSocket) - Method in class org.wildfly.security.ssl.SSLConfiguratorImpl
 
configure(SSLContext, SSLSocket) - Method in interface org.wildfly.security.ssl.SSLConfigurator
 
configure(SSLContext, SSLSocket) - Method in class org.wildfly.security.ssl.SSLConfiguratorImpl
 
configure(SSLParameters, String[], String[]) - Method in class org.wildfly.security.ssl.SSLConfiguratorImpl
 
configureAuthenticationHandler(Consumer<Map<String, String>>) - Method in class org.wildfly.security.credential.source.OAuth2CredentialSource.Builder
Deprecated.
 
configureClientCredentialsParameters(Map<String, String>, String, char[]) - Method in class org.wildfly.security.credential.source.OAuth2CredentialSource.Builder
Deprecated.
 
configuredDefaultClientSSLContext - Variable in class org.wildfly.security.auth.client.WildFlyElytronClientDefaultSSLContextSpi
 
configuredMaxReceiveBuffer - Variable in class org.wildfly.security.sasl.gssapi.AbstractGssapiMechanism
 
configuredRealm - Variable in class org.wildfly.security.http.basic.BasicAuthenticationMechanism
 
configuredRealm - Variable in class org.wildfly.security.http.digest.DigestAuthenticationMechanism
 
ConfiguredSSLContextSpi - Class in org.wildfly.security.ssl
 
ConfiguredSSLContextSpi(SSLContext, SSLConfigurator, boolean) - Constructor for class org.wildfly.security.ssl.ConfiguredSSLContextSpi
 
ConfiguredSSLEngine - Class in org.wildfly.security.ssl
An SSL engine which is pre-configured with a specific protocol and cipher suite selection.
ConfiguredSSLEngine(SSLEngine, SSLContext, SSLConfigurator) - Constructor for class org.wildfly.security.ssl.ConfiguredSSLEngine
 
ConfiguredSSLServerSocket - Class in org.wildfly.security.ssl
An SSL server socket which is pre-configured with a specific protocol and cipher suite selection.
ConfiguredSSLServerSocket(SSLServerSocket, SSLContext, SSLConfigurator) - Constructor for class org.wildfly.security.ssl.ConfiguredSSLServerSocket
 
ConfiguredSSLServerSocketFactory - Class in org.wildfly.security.ssl
 
ConfiguredSSLServerSocketFactory(SSLServerSocketFactory, SSLContext, SSLConfigurator, boolean) - Constructor for class org.wildfly.security.ssl.ConfiguredSSLServerSocketFactory
 
ConfiguredSSLSocket - Class in org.wildfly.security.ssl
An SSL socket which is pre-configured.
ConfiguredSSLSocket(SSLSocket, SSLContext, SSLConfigurator) - Constructor for class org.wildfly.security.ssl.ConfiguredSSLSocket
 
ConfiguredSSLSocketFactory - Class in org.wildfly.security.ssl
 
ConfiguredSSLSocketFactory(SSLSocketFactory, SSLContext, SSLConfigurator, boolean) - Constructor for class org.wildfly.security.ssl.ConfiguredSSLSocketFactory
 
configureLogManager() - Static method in class org.wildfly.security.tool.ElytronTool
 
configureLogoutConnection(HttpURLConnection) - Method in class org.wildfly.security.http.util.sso.DefaultSingleSignOnSessionFactory
 
configureLogoutConnection(HttpURLConnection) - Method in interface org.wildfly.security.http.util.sso.SingleSignOnSessionContext
 
configureProxyForAuthServerIfProvided(OidcJsonConfiguration) - Method in class org.wildfly.security.http.oidc.HttpClientBuilder
Configures a the proxy to use for auth-server requests if provided.
configureResourceOwnerCredentialsParameters(Map<String, String>, String, String) - Method in class org.wildfly.security.credential.source.OAuth2CredentialSource.Builder
Deprecated.
 
connect(SocketAddress) - Method in class org.wildfly.security.ssl.AbstractDelegatingSSLSocket
 
connect(SocketAddress, int) - Method in class org.wildfly.security.ssl.AbstractDelegatingSSLSocket
 
connect(URI, AuthenticationConfiguration, int) - Method in class org.wildfly.security.auth.client.AuthenticationContextConfigurationClient
Deprecated.
Use Inet.getResolved(java.net.URI, int) with Socket(InetAddress, int) instead.
CONNECT_TIMEOUT - Static variable in class org.wildfly.security.auth.realm.ldap.SimpleDirContextFactoryBuilder
 
CONNECTION - org.wildfly.security.http.Scope
The scope applicable to the connection handling the incoming request.
CONNECTION_TIMEOUT - Static variable in class org.wildfly.security.auth.realm.token.validator.JwtValidator.Builder
 
connectionPoolSize - Variable in class org.wildfly.security.http.oidc.HttpClientBuilder
 
connectionPoolSize - Variable in class org.wildfly.security.http.oidc.OidcJsonConfiguration
 
connectionProperties - Variable in class org.wildfly.security.auth.realm.ldap.SimpleDirContextFactoryBuilder
 
connectionTimeout - Variable in class org.wildfly.security.auth.realm.token.validator.JwkManager
 
connectionTimeout - Variable in class org.wildfly.security.auth.realm.token.validator.JwtValidator.Builder
 
connectionTimeout - Variable in class org.wildfly.security.auth.realm.token.validator.OAuth2IntrospectValidator.Builder
 
connectionTimeout - Variable in class org.wildfly.security.auth.realm.token.validator.OAuth2IntrospectValidator
 
connectionTimeout(int) - Method in class org.wildfly.security.auth.realm.token.validator.JwtValidator.Builder
Sets the connection timeout to a specified timeout, in milliseconds.
connectionTimeout(int) - Method in class org.wildfly.security.auth.realm.token.validator.OAuth2IntrospectValidator.Builder
Sets the connection timeout to a specified timeout, in milliseconds.
connectionTimeToLive - Variable in class org.wildfly.security.http.oidc.HttpClientBuilder
 
connectionTimeToLiveUnit - Variable in class org.wildfly.security.http.oidc.HttpClientBuilder
 
connectTimeout - Variable in class org.wildfly.security.auth.realm.ldap.SimpleDirContextFactoryBuilder
 
constant(String) - Static method in interface org.wildfly.security.auth.server.NameRewriter
Create a name rewriter which always returns the same name.
constant(String) - Static method in interface org.wildfly.security.auth.server.PrincipalDecoder
Create a principal decoder which always returns the same name.
constant(Roles) - Static method in interface org.wildfly.security.authz.RoleMapper
Create a role mapper that always returns the same set of roles regardless of the input.
constants - Variable in class org.wildfly.security.permission.PermissionActions.Info
Deprecated.
 
constantSelector(SSLContext) - Static method in interface org.wildfly.security.ssl.SSLContextSelector
Create a selector which always returns the same context.
constantSelector(MechanismConfiguration) - Static method in interface org.wildfly.security.auth.server.MechanismConfigurationSelector
Create a constant MechanismConfigurationSelector which will always return the same MechanismConfiguration instance.
CONSTRUCTED_MASK - Static variable in class org.wildfly.security.asn1.ASN1
Mask used to determine if a type tag is constructed.
constructIdentity(Function<PeerIdentity.Configuration, I>) - Method in class org.wildfly.security.auth.client.PeerIdentityContext
Construct a new peer identity.
constructWithActionBits(int) - Method in class org.wildfly.security.permission.AbstractActionSetPermission
Construct or return a permission of this type with the same name as this one but with the given action bits.
consumeContent(XMLStreamReader) - Method in class org.wildfly.security.auth.realm.FileSystemSecurityRealm.Identity
 
CONTACT - Static variable in class org.wildfly.security.x500.cert.acme.Acme
 
contactUrls - Variable in class org.wildfly.security.x500.cert.acme.AcmeAccount.Builder
 
contactUrls - Variable in class org.wildfly.security.x500.cert.acme.AcmeAccount
 
contains(Class<? extends Principal>) - Method in class org.wildfly.security.auth.principal.CompositePrincipal
Determine whether this composite principal contains the a nested principal of the given type class.
contains(Class<? extends Credential>) - Method in class org.wildfly.security.auth.server.IdentityCredentials
Determine whether a credential of the given type is present in this set.
contains(Class<? extends Credential>, String) - Method in class org.wildfly.security.auth.server.IdentityCredentials
Determine whether a credential of the given type and algorithm are present in this set.
contains(Class<? extends Credential>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.auth.server.IdentityCredentials
Determine whether a credential of the given type and algorithm are present in this set.
contains(Class<? extends Credential>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.auth.server.IdentityCredentials.Many
 
contains(Class<? extends Credential>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.auth.server.IdentityCredentials.One
 
contains(Class<? extends Credential>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.auth.server.IdentityCredentials.Two
 
contains(Object) - Method in class org.wildfly.security.authz.SimpleAttributesEntry
 
contains(Object) - Method in class org.wildfly.security.ssl.LinkedProperties
 
contains(String) - Method in class org.wildfly.security.authz.AddPrefixRoles
 
contains(String) - Method in class org.wildfly.security.authz.AddSuffixRoles
 
contains(String) - Method in class org.wildfly.security.authz.DifferenceRoles
 
contains(String) - Method in class org.wildfly.security.authz.DisjunctionRoles
 
contains(String) - Method in class org.wildfly.security.authz.IntersectionRoles
 
contains(String) - Method in class org.wildfly.security.authz.MappedRoles
 
contains(String) - Method in class org.wildfly.security.authz.OneRole
 
contains(String) - Method in class org.wildfly.security.authz.RegexRoles
 
contains(String) - Method in interface org.wildfly.security.authz.Roles
Determine if this collection contains the given role name.
contains(String) - Method in class org.wildfly.security.authz.UnionRoles
 
contains(Principal) - Method in class org.wildfly.security.auth.principal.CompositePrincipal
Determine whether this composite principal contains the given nested principal.
containsAll(Set<String>) - Method in interface org.wildfly.security.authz.Roles
Determine if this collection contains all of the given role names.
containsAllAttributes(X500Principal, String...) - Static method in class org.wildfly.security.x500.util.X500PrincipalUtil
Determine if the given principal contains all of the attributes specified by the given OIDs.
containsAny(Set<String>) - Method in interface org.wildfly.security.authz.Roles
Determine if this collection contains any of the given role names.
containsKey(Object) - Method in class org.wildfly.security.ssl.LinkedProperties
 
containsKey(String) - Method in interface org.wildfly.security.authz.Attributes
Determine if the given key has values in this collection.
containsKey(String) - Method in class org.wildfly.security.authz.MapAttributes
 
containsMatching(Credential) - Method in class org.wildfly.security.auth.server.IdentityCredentials
Determine whether a credential of the type, algorithm, and parameters of the given credential is present in this set.
containsValue(Object) - Method in class org.wildfly.security.ssl.LinkedProperties
 
containsValue(String, String) - Method in interface org.wildfly.security.authz.Attributes
Determine if the given key has a mapping for the given value in this collection.
containsValue(String, String) - Method in class org.wildfly.security.authz.MapAttributes
 
CONTENT_TYPE - Static variable in class org.wildfly.security.x500.cert.acme.Acme
 
CONTENT_TYPE_DELIMS - Static variable in class org.wildfly.security.x500.cert.acme.AcmeClientSpi
 
context - Variable in class org.wildfly.security.auth.client.PeerIdentity.Configuration
 
context - Variable in class org.wildfly.security.auth.client.PeerIdentity
 
context - Variable in class org.wildfly.security.auth.realm.ldap.LdapSecurityRealm.LdapSearch
 
context - Variable in class org.wildfly.security.auth.realm.ldap.OtpCredentialLoader.ForIdentityLoader
 
context - Variable in class org.wildfly.security.auth.realm.ldap.UserPasswordCredentialLoader.ForIdentityLoader
 
context - Variable in class org.wildfly.security.credential.source.CommandCredentialSource
Deprecated.
 
context - Variable in class org.wildfly.security.http.oidc.OidcPrincipal
 
context - Variable in class org.wildfly.security.http.util.sso.DefaultSingleSignOnSession
 
context - Variable in class org.wildfly.security.sasl.auth.util.AuthenticationContextSaslClient
 
context - Variable in class org.wildfly.security.sasl.auth.util.AuthenticationContextSaslClientFactory
 
context - Variable in class org.wildfly.security.sasl.auth.util.AuthenticationContextSaslServer
 
context - Variable in class org.wildfly.security.sasl.auth.util.AuthenticationContextSaslServerFactory
 
context - Variable in class org.wildfly.security.sasl.util.AuthenticationContextSaslClient
Deprecated.
 
context - Variable in class org.wildfly.security.sasl.util.AuthenticationContextSaslClientFactory
Deprecated.
 
context - Variable in class org.wildfly.security.sasl.util.AuthenticationContextSaslServer
Deprecated.
 
context - Variable in class org.wildfly.security.sasl.util.AuthenticationContextSaslServerFactory
Deprecated.
 
context - Variable in class org.wildfly.security.sasl.util.PrivilegedSaslClientFactory
 
context - Variable in class org.wildfly.security.sasl.util.PrivilegedSaslServerFactory
 
Context() - Constructor for class org.wildfly.security.manager.WildFlySecurityManager.Context
 
CONTEXT_MANAGER - Static variable in class org.wildfly.security.auth.client.AuthenticationContext
 
CONTEXT_SPECIFIC_MASK - Static variable in class org.wildfly.security.asn1.ASN1
Mask used to determine if a type tag is context-specific.
contextDestroyed(ServletContextEvent) - Method in class org.wildfly.security.http.oidc.OidcConfigurationServletListener
 
contextInitialized(ServletContextEvent) - Method in class org.wildfly.security.http.oidc.OidcConfigurationServletListener
 
contextPath - Variable in class org.wildfly.security.http.form.FormAuthenticationMechanism
 
conversionSuccessful() - Method in interface org.wildfly.security.tool.ElytronToolMessages
 
convert - Variable in class org.wildfly.security.x500.principal.X500AttributePrincipalDecoder
 
convert - Variable in class org.wildfly.security.x500.X500AttributePrincipalDecoder
Deprecated.
 
convert() - Method in class org.wildfly.security.http.util.sso.SingleSignOnServerMechanismFactory.SingleSignOnConfiguration
Deprecated.
 
convert(String, String, String, String, int, String, String, Map<String, String>, String, String, String) - Method in class org.wildfly.security.tool.VaultCommand
 
convertedStoreName(String, Map<String, String>) - Method in class org.wildfly.security.tool.VaultCommand
 
convertFromHex(String) - Static method in class org.wildfly.security.sasl.otp.OTPUtil
Convert the given hexadecimal OTP value into a hash.
convertFromWords(String, String) - Static method in class org.wildfly.security.sasl.otp.OTPUtil
Convert the given six words into an OTP hash.
convertGroups(String) - Method in class org.wildfly.security.auth.realm.LegacyPropertiesSecurityRealm.AccountEntry
 
convertibleTo(Class<T>) - Method in class org.wildfly.security.password.impl.AbstractPasswordImpl
 
convertibleTo(Class<T>) - Method in class org.wildfly.security.password.impl.BCryptPasswordImpl
 
convertibleTo(Class<T>) - Method in class org.wildfly.security.password.impl.BSDUnixDESCryptPasswordImpl
 
convertibleTo(Class<T>) - Method in class org.wildfly.security.password.impl.ClearPasswordImpl
 
convertibleTo(Class<T>) - Method in class org.wildfly.security.password.impl.DigestPasswordImpl
 
convertibleTo(Class<T>) - Method in class org.wildfly.security.password.impl.MaskedPasswordImpl
 
convertibleTo(Class<T>) - Method in class org.wildfly.security.password.impl.OneTimePasswordImpl
 
convertibleTo(Class<T>) - Method in class org.wildfly.security.password.impl.SaltedSimpleDigestPasswordImpl
 
convertibleTo(Class<T>) - Method in class org.wildfly.security.password.impl.ScramDigestPasswordImpl
 
convertibleTo(Class<T>) - Method in class org.wildfly.security.password.impl.SimpleDigestPasswordImpl
 
convertibleTo(Class<T>) - Method in class org.wildfly.security.password.impl.SunUnixMD5CryptPasswordImpl
 
convertibleTo(Class<T>) - Method in class org.wildfly.security.password.impl.UnixDESCryptPasswordImpl
 
convertibleTo(Class<T>) - Method in class org.wildfly.security.password.impl.UnixMD5CryptPasswordImpl
 
convertibleTo(Class<T>) - Method in class org.wildfly.security.password.impl.UnixSHACryptPasswordImpl
 
convertibleToKeySpec(Password, Class<T>) - Method in class org.wildfly.security.password.PasswordFactory
Determine whether the given password can be converted to the given key specification type by this factory.
convertMaskedPasswordToClearText(String, String, String, int, String, String) - Method in class org.wildfly.security.credential.source.OAuth2CredentialSource.Builder
Deprecated.
 
convertParameter(CredentialStore.ProtectionParameter) - Method in class org.wildfly.security.credential.store.impl.KeyStoreCredentialStore
 
convertToGeneralName(List<?>) - Static method in class org.wildfly.security.sasl.entity.EntityUtil
 
convertToGeneralNames(Collection<List<?>>) - Static method in class org.wildfly.security.sasl.entity.EntityUtil
 
convertToHex(byte[]) - Static method in class org.wildfly.security.sasl.otp.OTPUtil
Convert the given OTP hash into hexadecimal format.
convertToHexBytesWithLeftPadding(int, int) - Static method in class org.wildfly.security.sasl.digest._private.DigestUtil
Converts input to HEX and pad it from left with zeros to totalLength.
convertToken(String, byte[]) - Method in class org.wildfly.security.http.digest.DigestAuthenticationMechanism
 
convertToWords(byte[], String[]) - Static method in class org.wildfly.security.sasl.otp.OTPUtil
Convert the given OTP hash into a sequence of six words.
cookie - Variable in class org.wildfly.security.auth.realm.ldap.LdapSecurityRealm.LdapSearch
 
Cookie(String, String, int, String, String) - Constructor for class org.wildfly.security.http.oidc.OidcHttpFacade.Cookie
 
COOKIE - org.wildfly.security.http.oidc.Oidc.TokenStore
 
cookieName - Variable in class org.wildfly.security.http.util.sso.SingleSignOnConfiguration
 
cookieName - Variable in class org.wildfly.security.http.util.sso.SingleSignOnServerMechanismFactory.SingleSignOnConfiguration
Deprecated.
 
coordinateToByteArray(int, BigInteger) - Static method in class org.wildfly.security.x500.cert.acme.Acme
 
copyAddResetDescriptor(FileSystemEncryptRealmCommand.Descriptor) - Method in class org.wildfly.security.tool.FileSystemEncryptRealmCommand
Copies a Descriptor into a temporary one for it can be cloned into the list of descriptors
copyAddResetDescriptor(FileSystemRealmCommand.Descriptor) - Method in class org.wildfly.security.tool.FileSystemRealmCommand
Copies a Descriptor into a temporary one for it can be cloned into the list of descriptors
copyAndRemove(String) - Method in interface org.wildfly.security.authz.Attributes
Remove all values for the given key from this collection, copying the values into a list which is returned.
copyAndRemove(String) - Method in class org.wildfly.security.authz.MapAttributes
 
copyAndReplace(String, Collection<String>) - Method in interface org.wildfly.security.authz.Attributes
Replace the mapping for the given key with the values copied from the given collection.
copyAndReplace(String, Collection<String>) - Method in class org.wildfly.security.authz.MapAttributes
 
copyContents(Exception, T) - Static method in exception org.wildfly.security.mechanism.AuthenticationMechanismException
 
copyJdk8FinalParameters() - Method in class org.wildfly.security.ssl.AbstractDelegatingSSLParameters
 
cors - Variable in class org.wildfly.security.http.oidc.OidcClientConfiguration
 
cors - Variable in class org.wildfly.security.http.oidc.OidcJsonConfiguration
 
corsAllowedHeaders - Variable in class org.wildfly.security.http.oidc.OidcClientConfiguration
 
corsAllowedHeaders - Variable in class org.wildfly.security.http.oidc.OidcJsonConfiguration
 
corsAllowedMethods - Variable in class org.wildfly.security.http.oidc.OidcClientConfiguration
 
corsAllowedMethods - Variable in class org.wildfly.security.http.oidc.OidcJsonConfiguration
 
corsExposedHeaders - Variable in class org.wildfly.security.http.oidc.OidcClientConfiguration
 
corsExposedHeaders - Variable in class org.wildfly.security.http.oidc.OidcJsonConfiguration
 
CorsHeaders - Class in org.wildfly.security.http.oidc
Constants related to CORS.
CorsHeaders() - Constructor for class org.wildfly.security.http.oidc.CorsHeaders
 
corsMaxAge - Variable in class org.wildfly.security.http.oidc.OidcClientConfiguration
 
corsMaxAge - Variable in class org.wildfly.security.http.oidc.OidcJsonConfiguration
 
corsRequest() - Method in class org.wildfly.security.http.oidc.AuthenticatedActionsHandler
 
couldNotExecuteQuery(String, Throwable) - Method in interface org.wildfly.security.auth.realm.jdbc._private.ElytronMessages
 
couldNotObtainClientDefaultSSLContext() - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
couldNotObtainCredential() - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
couldNotObtainCredential() - Method in interface org.wildfly.security.auth.realm.ldap.ElytronMessages
 
couldNotObtainCredentialWithCause(Throwable) - Method in interface org.wildfly.security.auth.realm.ldap.ElytronMessages
 
couldNotObtainKeySpecEncodingIdentifier() - Method in interface org.wildfly.security.credential._private.ElytronMessages
 
couldNotObtainPasswordFactoryForAlgorithm(String, Throwable) - Method in interface org.wildfly.security.auth.realm.jdbc._private.ElytronMessages
 
couldNotObtainPrincipal() - Method in interface org.wildfly.security.auth.realm.ldap.ElytronMessages
 
couldNotOpenConnection(Throwable) - Method in interface org.wildfly.security.auth.realm.jdbc._private.ElytronMessages
 
COUNTRY - Static variable in class org.wildfly.security.http.oidc.AddressClaimSet
 
cpsQualifier(String) - Static method in class org.wildfly.security.x500.cert.CertificatePoliciesExtension.PolicyQualifier
Construct a CPS policy qualifier.
CRAM_MD5 - Static variable in class org.wildfly.security.sasl.util.SaslMechanismInformation.Names
 
create - Variable in class org.wildfly.security.credential.store.impl.KeyStoreCredentialStore
 
create() - Method in class org.wildfly.security.auth.client.KeyStoreEntrySecurityFactory
 
create() - Method in class org.wildfly.security.auth.realm.FileSystemSecurityRealm.Identity
 
create() - Method in class org.wildfly.security.auth.realm.ldap.LdapSecurityRealm.LdapRealmIdentity
 
create() - Method in interface org.wildfly.security.auth.server.ModifiableRealmIdentity
Create this realm identity.
create() - Method in class org.wildfly.security.auth.util.GSSCredentialSecurityFactory
Deprecated.
 
create() - Method in class org.wildfly.security.FailedSecurityFactory
 
create() - Method in class org.wildfly.security.FixedSecurityFactory
 
create() - Method in interface org.wildfly.security.http.HttpScope
Create this scope.
create() - Static method in class org.wildfly.security.jose.jwk.JWKParser
 
create() - Method in class org.wildfly.security.mechanism.gssapi.GSSCredentialSecurityFactory
 
create() - Method in class org.wildfly.security.NullSecurityFactory
 
create() - Method in class org.wildfly.security.OneTimeSecurityFactory
 
create() - Method in interface org.wildfly.security.SecurityFactory
Create an instance.
create(String) - Static method in class org.wildfly.security.x500.X500DirectoryAttribute
Construct a new instance with no values.
create(String, boolean, SecurityIdentity) - Method in class org.wildfly.security.http.util.sso.DefaultSingleSignOnManager
 
create(String, boolean, SecurityIdentity) - Method in interface org.wildfly.security.http.util.sso.SingleSignOnManager
Creates a single sign-on entry using the specified mechanism and security identity
create(String, Collection<ASN1Encodable>) - Static method in class org.wildfly.security.x500.X500DirectoryAttribute
Construct a new instance.
create(String, ASN1Encodable) - Static method in class org.wildfly.security.x500.X500AttributeTypeAndValue
Construct a new instance with the given value.
create(String, ASN1Encodable) - Static method in class org.wildfly.security.x500.X500DirectoryAttribute
Construct a new instance with one value.
create(HttpServerRequest, String, boolean) - Method in class org.wildfly.security.http.util.sso.DefaultSingleSignOnSessionFactory
 
create(HttpServerRequest, String, boolean) - Method in interface org.wildfly.security.http.util.sso.SingleSignOnSessionFactory
Creates a new SingleSignOnSession for the specified request and authentication mechanism.
create(JWK) - Static method in class org.wildfly.security.jose.jwk.JWKParser
 
CREATE - Static variable in class org.wildfly.security.credential.store.impl.KeyStoreCredentialStore
 
CREATE - Static variable in class org.wildfly.security.credential.store.impl.PropertiesCredentialStore
 
CREATE_AD_HOC_IDENTITY - Static variable in class org.wildfly.security.auth.server.SecurityDomain
 
CREATE_AUTH_CONTEXT - Static variable in class org.wildfly.security.auth.server.SecurityDomain
 
CREATE_AUTHENTICATOR_PERMISSION - Static variable in class org.wildfly.security.auth.util.ElytronAuthenticator
Deprecated.
 
CREATE_CREDENTIAL_STORE_PARAM - Static variable in class org.wildfly.security.tool.CredentialStoreCommand
 
CREATE_CREDENTIAL_STORE_PARAM - Static variable in class org.wildfly.security.tool.FileSystemEncryptRealmCommand
 
CREATE_PERMISSION - Static variable in class org.wildfly.security.auth.client.AuthenticationContextConfigurationClient
 
CREATE_SECURITY_DOMAIN - Static variable in class org.wildfly.security.auth.server.SecurityDomain
 
CREATE_SECURITY_REALM - Static variable in class org.wildfly.security.auth.realm.FileSystemSecurityRealm
 
CREATE_TIMESTAMP_ATTRIBUTE - Variable in class org.wildfly.security.keystore.LdapKeyStoreSpi
 
create3desSecretKey(byte[]) - Static method in class org.wildfly.security.sasl.digest._private.DigestUtil
Create 3des secret key according to http://www.cryptosys.net/3des.html.
create3desSubKey(byte[], int) - Static method in class org.wildfly.security.sasl.digest._private.DigestUtil
 
createAccount(AcmeAccount, boolean) - Method in class org.wildfly.security.x500.cert.acme.AcmeClientSpi
Create an account with an ACME server using the given account information.
createAccount(AcmeAccount, boolean, boolean) - Method in class org.wildfly.security.x500.cert.acme.AcmeClientSpi
Create an account with an ACME server using the given account information.
createAdHocIdentity(String) - Method in class org.wildfly.security.auth.server.SecurityDomain
Create an empty ad-hoc identity.
createAdHocIdentity(Principal) - Method in class org.wildfly.security.auth.server.SecurityDomain
Create an empty ad-hoc identity.
createAndInitCipher(SecretKey) - Method in class org.wildfly.security.util.PasswordBasedEncryptionUtil.Builder
 
createAttributes - Variable in class org.wildfly.security.keystore.LdapKeyStore.Builder
 
createAttributes - Variable in class org.wildfly.security.keystore.LdapKeyStoreSpi
 
createAuthenticationMechanism(String, Map<String, ?>, CallbackHandler) - Method in class org.wildfly.security.auth.server.http.SecurityIdentityServerMechanismFactory
 
createAuthenticationMechanism(String, Map<String, ?>, CallbackHandler) - Method in class org.wildfly.security.auth.server.SecurityIdentityServerMechanismFactory
Deprecated.
 
createAuthenticationMechanism(String, Map<String, ?>, CallbackHandler) - Method in class org.wildfly.security.http.basic.BasicMechanismFactory
 
createAuthenticationMechanism(String, Map<String, ?>, CallbackHandler) - Method in class org.wildfly.security.http.bearer.BearerMechanismFactory
 
createAuthenticationMechanism(String, Map<String, ?>, CallbackHandler) - Method in class org.wildfly.security.http.cert.ClientCertMechanismFactory
 
createAuthenticationMechanism(String, Map<String, ?>, CallbackHandler) - Method in class org.wildfly.security.http.digest.DigestMechanismFactory
 
createAuthenticationMechanism(String, Map<String, ?>, CallbackHandler) - Method in class org.wildfly.security.http.external.ExternalMechanismFactory
 
createAuthenticationMechanism(String, Map<String, ?>, CallbackHandler) - Method in class org.wildfly.security.http.form.FormMechanismFactory
 
createAuthenticationMechanism(String, Map<String, ?>, CallbackHandler) - Method in interface org.wildfly.security.http.HttpServerAuthenticationMechanismFactory
Obtain an instance of the authentication mechanism requested provided this is allowed by any policy specified within the supplied properties.
createAuthenticationMechanism(String, Map<String, ?>, CallbackHandler) - Method in class org.wildfly.security.http.impl.ServerMechanismFactoryImpl
Deprecated.
 
createAuthenticationMechanism(String, Map<String, ?>, CallbackHandler) - Method in class org.wildfly.security.http.oidc.OidcMechanismFactory
 
createAuthenticationMechanism(String, Map<String, ?>, CallbackHandler) - Method in class org.wildfly.security.http.spnego.SpnegoMechanismFactory
 
createAuthenticationMechanism(String, Map<String, ?>, CallbackHandler) - Method in class org.wildfly.security.http.util.AggregateServerMechanismFactory
 
createAuthenticationMechanism(String, Map<String, ?>, CallbackHandler) - Method in class org.wildfly.security.http.util.FilterServerMechanismFactory
Create the requested HttpServerAuthenticationMechanism provided it is available and allowed by the current filter.
createAuthenticationMechanism(String, Map<String, ?>, CallbackHandler) - Method in class org.wildfly.security.http.util.PrivilegedServerMechanismFactory
 
createAuthenticationMechanism(String, Map<String, ?>, CallbackHandler) - Method in class org.wildfly.security.http.util.PropertiesServerMechanismFactory
Create an instance of the requested HttpServerAuthenticationMechanismFactory.
createAuthenticationMechanism(String, Map<String, ?>, CallbackHandler) - Method in class org.wildfly.security.http.util.SecurityProviderServerMechanismFactory
 
createAuthenticationMechanism(String, Map<String, ?>, CallbackHandler) - Method in class org.wildfly.security.http.util.ServiceLoaderServerMechanismFactory
 
createAuthenticationMechanism(String, Map<String, ?>, CallbackHandler) - Method in class org.wildfly.security.http.util.SetMechanismInformationMechanismFactory
 
createAuthenticationMechanism(String, Map<String, ?>, CallbackHandler) - Method in class org.wildfly.security.http.util.SocketAddressCallbackServerMechanismFactory
 
createAuthenticationMechanism(String, Map<String, ?>, CallbackHandler) - Method in class org.wildfly.security.http.util.SortedServerMechanismFactory
 
createAuthenticationMechanism(String, Map<String, ?>, CallbackHandler) - Method in class org.wildfly.security.http.util.sso.SingleSignOnServerMechanismFactory
 
createAuthorization(AcmeAccount, boolean, String) - Method in class org.wildfly.security.x500.cert.acme.AcmeClientSpi
Create an authorization for the given identifier.
createBasicHeader(String, String) - Static method in class org.wildfly.security.http.oidc.ClientIdAndSecretCredentialsProvider
 
createBsdCryptBasedPassword(byte[]) - Static method in class org.wildfly.security.password.util.ModularCrypt
 
createCallbackHandler() - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
 
createCallbackHandler() - Method in class org.wildfly.security.auth.server.ServerAuthenticationContext
 
createCallbackHandler(Principal, Evidence) - Method in class org.wildfly.security.auth.realm.JaasSecurityRealm.JaasRealmIdentity
 
createCallbackHandler(CallbackHandler, String, SingleSignOnSession) - Method in class org.wildfly.security.http.util.sso.SingleSignOnServerMechanismFactory
 
createChannelBinding(byte[], boolean, byte[]) - Static method in class org.wildfly.security.sasl.gs2.Gs2Util
Create a ChannelBinding whose application data field is set to the given GS2 header, concatenated with, when a gs2-cb-flag of "p" is used, the given channel binding data.
createCipher(boolean) - Method in class org.wildfly.security.sasl.digest.AbstractDigestMechanism
 
createCiphersAndKeys() - Method in class org.wildfly.security.sasl.digest.AbstractDigestMechanism
 
createClearPassword(int, byte[]) - Static method in class org.wildfly.security.auth.realm.ldap.UserPasswordPasswordUtil
 
createClient(String, CallbackHandler, SecureRandom, ChannelBindingCallback, int, int, Supplier<Provider[]>) - Method in class org.wildfly.security.mechanism.scram.ScramMechanism
Create a SCRAM client for this mechanism.
createConfiguration() - Method in class org.wildfly.security.auth.util.GSSCredentialSecurityFactory.Builder
Deprecated.
 
createConfiguration() - Method in class org.wildfly.security.mechanism.gssapi.GSSCredentialSecurityFactory.Builder
 
createConfiguredSslContext(SSLContext, SSLConfigurator) - Static method in class org.wildfly.security.ssl.SSLUtils
Create a configured SSL context from an outside SSL context.
createConfiguredSslContext(SSLContext, SSLConfigurator, boolean) - Static method in class org.wildfly.security.ssl.SSLUtils
Create a configured SSL context from an outside SSL context.
createConfiguredSslContextFactory(SecurityFactory<SSLContext>, SSLConfigurator) - Static method in class org.wildfly.security.ssl.SSLUtils
Create a configured SSL context factory from an outside SSL context.