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

A

ACTION - Static variable in class org.wildfly.security.auth.client.AuthenticationContextConfigurationClient
A reusable privileged action to create a new configuration client.
ALL - Static variable in class org.wildfly.security.auth.client.MatchRule
The root rule which matches all URIs.
atLeastOneCipherSuiteAttributeMustBeProvided(String, String) - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
authenticate(AuthenticationConfiguration) - Method in class org.wildfly.security.auth.client.PeerIdentityContext
Authenticate a new peer identity.
AuthenticationConfiguration - Class in org.wildfly.security.auth.client
A configuration which controls how authentication is performed.
AuthenticationContext - Class in org.wildfly.security.auth.client
A set of rules and authentication configurations to use with a client for establishing a connection.
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.

B

build() - Method in class org.wildfly.security.credential.source.OAuth2CredentialSource.Builder
Deprecated.
Creates a new OAuth2CredentialSource 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.

C

CallbackKind - Enum in org.wildfly.security.auth.client
The kinds of callbacks which can be handled by the user's callback.
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.
CHANNEL_BINDING - org.wildfly.security.auth.client.CallbackKind
Callbacks which configure channel binding options: ChannelBindingCallback
CHOICE - org.wildfly.security.auth.client.CallbackKind
Callbacks which extend ChoiceCallback (not including RealmChoiceCallback).
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.
configure(String) - Method in class org.wildfly.security.auth.client.WildFlyElytronClientDefaultSSLContextProvider
Configures WildFlyElytronClientDefaultSSLContextProvider with the provided Elytron client configuration path
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.
constructIdentity(Function<PeerIdentity.Configuration, I>) - Method in class org.wildfly.security.auth.client.PeerIdentityContext
Construct a new peer identity.
couldNotObtainClientDefaultSSLContext() - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
couldNotObtainCredential() - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
createSaslClient(URI, AuthenticationConfiguration, Collection<String>) - Method in class org.wildfly.security.auth.client.AuthenticationContextConfigurationClient
Create a SASL client using the given URI and configuration from the given SASL client factory.
createSaslClient(URI, AuthenticationConfiguration, Collection<String>, UnaryOperator<SaslClientFactory>) - Method in class org.wildfly.security.auth.client.AuthenticationContextConfigurationClient
Create a SASL client using the given URI and configuration from the given SASL client factory.
createSaslClient(URI, AuthenticationConfiguration, Collection<String>, UnaryOperator<SaslClientFactory>, SSLSession) - Method in class org.wildfly.security.auth.client.AuthenticationContextConfigurationClient
Create a SASL client using the given URI and configuration from the given SASL client factory.
CREDENTIAL - org.wildfly.security.auth.client.CallbackKind
Callbacks which select a credential to use for authentication: PasswordCallback and CredentialCallback
CREDENTIAL_RESET - org.wildfly.security.auth.client.CallbackKind
Callbacks which handle local credential-reset requests: PasswordResetCallback

D

DEFAULT_ALGORITHM_NAME - Static variable in class org.wildfly.security.auth.client.WildFlyElytronClientDefaultSSLContextProvider
 
duplicateAttributeFound(XMLStreamReader, String) - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
duplicateCredentialStoreName(XMLStreamReader, String) - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 

E

ELYTRON_CLIENT_DEFAULT_SSL_CONTEXT_PROVIDER_NAME - Static variable in class org.wildfly.security.auth.client.WildFlyElytronClientDefaultSSLContextProvider
 
ElytronAuthenticator - Class in org.wildfly.security.auth.util
Deprecated.
Using the ElytronAuthenticator is not supported or recommended due to known credential limitations in Java 8.
ElytronAuthenticator() - Constructor for class org.wildfly.security.auth.util.ElytronAuthenticator
Deprecated.
Construct a new instance.
ElytronMessages - Interface in org.wildfly.security.auth.client._private
Log messages and exceptions for Elytron.
ElytronXmlParser - Class in org.wildfly.security.auth.client
A parser for the Elytron XML schema.
empty() - Static method in class org.wildfly.security.auth.client.AuthenticationConfiguration
An empty configuration which can be used as the basis for any configuration.
empty() - Static method in class org.wildfly.security.auth.client.AuthenticationContext
Get a new, empty authentication context.
EMPTY - Static variable in class org.wildfly.security.auth.client.AuthenticationConfiguration
Deprecated.
to obtain empty configuration use AuthenticationConfiguration.empty() method instead
engineCreateSSLEngine() - Method in class org.wildfly.security.auth.client.WildFlyElytronClientDefaultSSLContextSpi
 
engineCreateSSLEngine(String, int) - Method in class org.wildfly.security.auth.client.WildFlyElytronClientDefaultSSLContextSpi
 
engineGetClientSessionContext() - Method in class org.wildfly.security.auth.client.WildFlyElytronClientDefaultSSLContextSpi
 
engineGetServerSessionContext() - Method in class org.wildfly.security.auth.client.WildFlyElytronClientDefaultSSLContextSpi
 
engineGetServerSocketFactory() - Method in class org.wildfly.security.auth.client.WildFlyElytronClientDefaultSSLContextSpi
 
engineGetSocketFactory() - Method in class org.wildfly.security.auth.client.WildFlyElytronClientDefaultSSLContextSpi
 
engineInit(KeyManager[], TrustManager[], SecureRandom) - Method in class org.wildfly.security.auth.client.WildFlyElytronClientDefaultSSLContextSpi
 
equals(Object) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Determine whether this configuration is equal to another object.
equals(Object) - Method in class org.wildfly.security.auth.client.MatchRule
Determine whether this rule is equal to another object.
equals(AuthenticationConfiguration) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Determine whether this configuration is equal to another object.
equals(MatchRule) - Method in class org.wildfly.security.auth.client.MatchRule
Determine whether this rule is equal to another.

G

GENERAL_INPUT - org.wildfly.security.auth.client.CallbackKind
Callbacks which provide general input: TextInputCallback
GENERAL_OUTPUT - org.wildfly.security.auth.client.CallbackKind
Callbacks which provide general output: TextOutputCallback
getAuthenticationConfiguration(URI, AuthenticationContext) - Method in class org.wildfly.security.auth.client.AuthenticationContextConfigurationClient
Get the authentication configuration which matches the given URI, or AuthenticationConfiguration.EMPTY if there is none.
getAuthenticationConfiguration(URI, AuthenticationContext, int) - Method in class org.wildfly.security.auth.client.AuthenticationContextConfigurationClient
Get the authentication configuration which matches the given URI, or AuthenticationConfiguration.EMPTY if there is none, setting a default protocol port.
getAuthenticationConfiguration(URI, AuthenticationContext, int, String, String) - Method in class org.wildfly.security.auth.client.AuthenticationContextConfigurationClient
Get the authentication configuration which matches the given URI and type, or AuthenticationConfiguration.EMPTY if there is none, setting a default protocol port.
getAuthenticationConfigurationNoOverrides(URI, AuthenticationContext, String, String) - Method in class org.wildfly.security.auth.client.AuthenticationContextConfigurationClient
Get the authentication configuration which matches the given URI and type, or AuthenticationConfiguration.EMPTY if there is none.
getAuthorizationPrincipal(AuthenticationConfiguration) - Method in class org.wildfly.security.auth.client.AuthenticationContextConfigurationClient
Get the authorization principal to use for the given configuration.
getCallbackHandler(AuthenticationConfiguration) - Method in class org.wildfly.security.auth.client.AuthenticationContextConfigurationClient
Get an authentication callback handler for the given configuration.
getConfiguredAuthenticationContext() - Method in interface org.wildfly.security.auth.client.LegacyConfiguration
Get the configured authentication context.
getContextManager() - Static method in class org.wildfly.security.auth.client.AuthenticationContext
Get the context manager for authentication contexts.
getCredential(Class<C>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.credential.source.OAuth2CredentialSource
Deprecated.
 
getCredentialAcquireSupport(Class<? extends Credential>, String, AlgorithmParameterSpec) - Method in class org.wildfly.security.credential.source.OAuth2CredentialSource
Deprecated.
 
getCurrentIdentity() - Method in class org.wildfly.security.auth.client.PeerIdentityContext
Get the currently set peer identity for this context.
getDestinationInetSocketAddress(URI, AuthenticationConfiguration, int) - Method in class org.wildfly.security.auth.client.AuthenticationContextConfigurationClient
Deprecated.
Use Inet.getResolved(java.net.URI, int) instead.
getDestinationInetSocketAddress(AuthenticationConfiguration) - Method in class org.wildfly.security.auth.client.AuthenticationContextConfigurationClient
Deprecated.
This configuration is not supported by most providers and will be removed in a future release.
getInstanceContextManager() - Method in class org.wildfly.security.auth.client.AuthenticationContext
 
getMatchAbstractType() - Method in class org.wildfly.security.auth.client.MatchRule
Get the abstract type that this rule matches, or null if this rule does not match by abstract type.
getMatchAbstractTypeAuthority() - Method in class org.wildfly.security.auth.client.MatchRule
Get the abstract type authority that this rule matches, or null if this rule does not match by abstract type authority.
getMatchHost() - Method in class org.wildfly.security.auth.client.MatchRule
Get the host name that this rule matches, or null if this rule does not match by host.
getMatchNetwork() - Method in class org.wildfly.security.auth.client.MatchRule
Get the network that this rule matches, or null if this rule does not match by network.
getMatchPath() - Method in class org.wildfly.security.auth.client.MatchRule
Get the path name that this rule matches, or null if this rule does not match by path.
getMatchPort() - Method in class org.wildfly.security.auth.client.MatchRule
Get the port number that this rule matches, or 0 if this rule does not match by port.
getMatchProtocol() - Method in class org.wildfly.security.auth.client.MatchRule
Get the protocol (scheme) that this rule matches, or null if this rule does not match by protocol.
getMatchUrnName() - Method in class org.wildfly.security.auth.client.MatchRule
Get the URN name that this rule matches, or null if this rule does not match by URN.
getMatchUser() - Method in class org.wildfly.security.auth.client.MatchRule
Get the URI user info that this rule matches, or null if this rule only matches empty URI user info.
getPasswordAuthentication() - Method in class org.wildfly.security.auth.util.ElytronAuthenticator
Deprecated.
Get the password authentication for this authenticator, which uses the current local authentication context to log in to the remote server.
getPeerAttribute(String) - Method in class org.wildfly.security.auth.client.PeerIdentity
Get a specific attribute value for the peer identity.
getPeerAttributes() - Method in class org.wildfly.security.auth.client.PeerIdentity
Get the attribute set for the peer identity.
getPeerIdentityContext() - Method in class org.wildfly.security.auth.client.PeerIdentity
Get the peer identity context for this identity.
getPeerPrincipal() - Method in class org.wildfly.security.auth.client.PeerIdentity
Get the peer principal.
getPeerRoles() - Method in class org.wildfly.security.auth.client.PeerIdentity
Get the peer identity roles.
getPrincipal(AuthenticationConfiguration) - Method in class org.wildfly.security.auth.client.AuthenticationContextConfigurationClient
Get the authentication principal to use for the given configuration.
getProviderSupplier(AuthenticationConfiguration) - Method in class org.wildfly.security.auth.client.AuthenticationContextConfigurationClient
Get a Supplier as a source for all Provider instances registered in the given configuration.
getRealHost(URI, AuthenticationConfiguration) - Method in class org.wildfly.security.auth.client.AuthenticationContextConfigurationClient
Deprecated.
Use URI.getHost() instead.
getRealHost(AuthenticationConfiguration) - Method in class org.wildfly.security.auth.client.AuthenticationContextConfigurationClient
Deprecated.
This configuration is not supported by most providers and will be removed in a future release.
getRealPort(URI, AuthenticationConfiguration) - Method in class org.wildfly.security.auth.client.AuthenticationContextConfigurationClient
Deprecated.
Use URI.getPort() instead.
getRealPort(AuthenticationConfiguration) - Method in class org.wildfly.security.auth.client.AuthenticationContextConfigurationClient
Deprecated.
This configuration is not supported by most providers and will be removed in a future release.
getRealProtocol(URI, AuthenticationConfiguration) - Method in class org.wildfly.security.auth.client.AuthenticationContextConfigurationClient
Deprecated.
Use URI.getScheme() instead.
getRealProtocol(AuthenticationConfiguration) - Method in class org.wildfly.security.auth.client.AuthenticationContextConfigurationClient
Deprecated.
This configuration is not supported by most providers and will be removed in a future release.
getSaslProtocol(AuthenticationConfiguration) - Method in class org.wildfly.security.auth.client.AuthenticationContextConfigurationClient
Get the actual sasl protocol to use for the given configuration.
getSSLContext(URI, AuthenticationContext) - Method in class org.wildfly.security.auth.client.AuthenticationContextConfigurationClient
Get the SSL context which matches the given URI, or SSLContext.getDefault() if there is none.
getSSLContext(URI, AuthenticationContext, String, String) - Method in class org.wildfly.security.auth.client.AuthenticationContextConfigurationClient
Get the SSL context which matches the given URI and type, or SSLContext.getDefault() if there is none.
getSSLContext(AuthenticationContext) - Method in class org.wildfly.security.auth.client.AuthenticationContextConfigurationClient
Get the configured SSL context which matches ALL rules from provided AuthenticationContext, or SSLContext.getDefault() if there is none.
getSSLContextFactory(URI, AuthenticationContext, String, String) - Method in class org.wildfly.security.auth.client.AuthenticationContextConfigurationClient
Get the SSL context factory which matches the given URI and type, or SSLContext.getDefault() if there is none.
getWsHttpMech(AuthenticationConfiguration) - Method in class org.wildfly.security.auth.client.AuthenticationContextConfigurationClient
Get the WebServices HTTP mechanism to use for the given configuration.
getWsSecurityType(AuthenticationConfiguration) - Method in class org.wildfly.security.auth.client.AuthenticationContextConfigurationClient
Get the actual WS-Security type to use for the given configuration.
grantScopes(String) - Method in class org.wildfly.security.credential.source.OAuth2CredentialSource.Builder
Deprecated.
The scopes to grant access.

H

hashCode() - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Get the hash code of this authentication configuration.
hashCode() - Method in class org.wildfly.security.auth.client.MatchRule
Get the hash code of this rule.
hasPeerRole(String) - Method in class org.wildfly.security.auth.client.PeerIdentity
Determine whether the peer identity has a given role name.

I

in(CallbackKind) - Method in enum org.wildfly.security.auth.client.CallbackKind
Determine whether this instance is equal to one of the given instances.
in(CallbackKind...) - Method in enum org.wildfly.security.auth.client.CallbackKind
Determine whether this instance is equal to one of the given instances.
in(CallbackKind, CallbackKind) - Method in enum org.wildfly.security.auth.client.CallbackKind
Determine whether this instance is equal to one of the given instances.
in(CallbackKind, CallbackKind, CallbackKind) - Method in enum org.wildfly.security.auth.client.CallbackKind
Determine whether this instance is equal to one of the given instances.
InvalidAuthenticationConfigurationException - Exception in org.wildfly.security.auth.client
An exception thrown to indicate that the client authentication configuration is invalid.
InvalidAuthenticationConfigurationException() - Constructor for exception org.wildfly.security.auth.client.InvalidAuthenticationConfigurationException
Constructs a new InvalidAuthenticationConfigurationException instance.
InvalidAuthenticationConfigurationException(String) - Constructor for exception org.wildfly.security.auth.client.InvalidAuthenticationConfigurationException
Constructs a new InvalidAuthenticationConfigurationException instance with an initial message.
InvalidAuthenticationConfigurationException(String, Throwable) - Constructor for exception org.wildfly.security.auth.client.InvalidAuthenticationConfigurationException
Constructs a new InvalidAuthenticationConfigurationException instance with an initial message and cause.
InvalidAuthenticationConfigurationException(Throwable) - Constructor for exception org.wildfly.security.auth.client.InvalidAuthenticationConfigurationException
Constructs a new InvalidAuthenticationConfigurationException instance with an initial cause.
invalidHostSpec(String) - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
invalidName() - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
invalidPortNumber(int) - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
isFull(EnumSet<CallbackKind>) - Static method in enum org.wildfly.security.auth.client.CallbackKind
Determine whether the given set is fully populated (or "full"), meaning it contains all possible values.
isHostMatched() - Method in class org.wildfly.security.auth.client.MatchRule
Determine whether this rule matches based on host name.
isNetworkMatched() - Method in class org.wildfly.security.auth.client.MatchRule
Determine whether this rule matches based on network.
isPathMatched() - Method in class org.wildfly.security.auth.client.MatchRule
Determine whether this rule matches based on path name.
isPortMatched() - Method in class org.wildfly.security.auth.client.MatchRule
Determine whether this rule matches based on port.
isProtocolMatched() - Method in class org.wildfly.security.auth.client.MatchRule
Determine whether this rule matches based on URI protocol (scheme).
isSamePeerIdentityContext(PeerIdentity) - Method in class org.wildfly.security.auth.client.PeerIdentity
Determine if the peer identity context of this identity is the same as that of the given identity.
isTypeAuthorityMatched() - Method in class org.wildfly.security.auth.client.MatchRule
Determine whether this rule matches based on abstract type.
isTypeMatched() - Method in class org.wildfly.security.auth.client.MatchRule
Determine whether this rule matches based on abstract type.
isUrnNameMatched() - Method in class org.wildfly.security.auth.client.MatchRule
Determine whether this rule matches based on URN name.
isUserMatched() - Method in class org.wildfly.security.auth.client.MatchRule
Determine whether this rule matches based on non-empty URI user info.

K

keyStoreEntryMissing(Location, String) - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 

L

LegacyConfiguration - Interface in org.wildfly.security.auth.client
An interface which allows legacy configuration to take place if no Elytron client configuration is present in the global configuration.
log - Static variable in interface org.wildfly.security.auth.client._private.ElytronMessages
 

M

maskedClientCredentials(String, String, String, String, int, String, String) - Method in class org.wildfly.security.credential.source.OAuth2CredentialSource.Builder
Deprecated.
Configure OAuth2 Masked Client Credentials Grant Type as defined by the OAuth2 specification.
matchAbstractType(String, String) - Method in class org.wildfly.security.auth.client.MatchRule
Create a new rule which is the same as this rule, but also matches the given abstract type and type authority.
matchAddress(InetAddress) - Method in class org.wildfly.security.auth.client.MatchRule
Create a new rule which is the same as this rule, but also matches the given Internet address.
matchAnyUser() - Method in class org.wildfly.security.auth.client.MatchRule
Create a new rule which is the same as this rule, but matches URIs with or without user info.
matches(URI) - Method in class org.wildfly.security.auth.client.MatchRule
Determine if this rule matches the given URI.
matches(URI, String, String) - Method in class org.wildfly.security.auth.client.MatchRule
Determine if this rule matches the given URI, and type.
matchHost(String) - Method in class org.wildfly.security.auth.client.MatchRule
Create a new rule which is the same as this rule, but also matches the given host name.
matchLocalSecurityDomain(String) - Method in class org.wildfly.security.auth.client.MatchRule
Create a new rule which is the same as this rule, but also matches the given security domain.
matchNetwork(CidrAddress) - Method in class org.wildfly.security.auth.client.MatchRule
Create a new rule which is the same as this rule, but also matches the given Internet network address.
matchNoUser() - Method in class org.wildfly.security.auth.client.MatchRule
Create a new rule which is the same as this rule, but only matches URIs with no user info.
matchPath(String) - Method in class org.wildfly.security.auth.client.MatchRule
Create a new rule which is the same as this rule, but also matches the given path name.
matchPort(int) - Method in class org.wildfly.security.auth.client.MatchRule
Create a new rule which is the same as this rule, but also matches the given port number.
matchProtocol(String) - Method in class org.wildfly.security.auth.client.MatchRule
Create a new rule which is the same as this rule, but also matches the given protocol (scheme) name.
MatchRule - Class in org.wildfly.security.auth.client
A rule used for deciding which authentication configuration to use.
matchUrnName(String) - Method in class org.wildfly.security.auth.client.MatchRule
Create a new rule which is the same as this rule, but also matches the given URN name.
matchUser(String) - Method in class org.wildfly.security.auth.client.MatchRule
Create a new rule which is the same as this rule, but also matches the given URI user info.
missingAlias(Location) - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 

N

nameCallbackHandlingWasUnsuccessful() - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
noDefaultKeyManager() - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
noDefaultTrustManager() - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 

O

OAuth2CredentialSource - Class in org.wildfly.security.credential.source
Deprecated.
OAuth2CredentialSource.Builder - Class in org.wildfly.security.credential.source
Deprecated.
 
org.wildfly.security.auth.client - package org.wildfly.security.auth.client
Elytron Client enable remote clients to authenticate using Elytron.
org.wildfly.security.auth.client._private - package org.wildfly.security.auth.client._private
 
org.wildfly.security.auth.util - package org.wildfly.security.auth.util
 
org.wildfly.security.credential.source - package org.wildfly.security.credential.source
 
owns(PeerIdentity) - Method in class org.wildfly.security.auth.client.PeerIdentityContext
Determine whether this context owns the given identity.

P

PARAMETERS - org.wildfly.security.auth.client.CallbackKind
Callbacks which select algorithm parameters to use for authentication: ParameterCallback
parseAuthenticationClientConfiguration() - Static method in class org.wildfly.security.auth.client.ElytronXmlParser
Parse an Elytron authentication client configuration from a configuration discovered using the default wildfly-client-config discovery rules.
parseAuthenticationClientConfiguration(URI) - Static method in class org.wildfly.security.auth.client.ElytronXmlParser
Parse an Elytron authentication client configuration from a resource located at a specified URI.
passwordCallbackHandlingWasUnsuccessful() - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
PEER_CREDENTIAL - org.wildfly.security.auth.client.CallbackKind
Callbacks which handle or verify the peer's credentials: EvidenceVerifyCallback
PEER_PRINCIPAL - org.wildfly.security.auth.client.CallbackKind
Callbacks which accept the peer's name or principal: server side NameCallback
PeerIdentity - Class in org.wildfly.security.auth.client
A peer's authenticated identity.
PeerIdentity(PeerIdentity.Configuration, Principal) - Constructor for class org.wildfly.security.auth.client.PeerIdentity
Construct a new instance.
PeerIdentity.Configuration - Class in org.wildfly.security.auth.client
The opaque configuration to apply to a peer identity.
PeerIdentityContext - Class in org.wildfly.security.auth.client
A peer identity context.
PeerIdentityContext() - Constructor for class org.wildfly.security.auth.client.PeerIdentityContext
Construct a new instance.
postAssociate() - Method in class org.wildfly.security.auth.client.PeerIdentity
Perform an optional post-association action, called after association with the current thread has completed.
postAssociationFailed(Throwable) - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
preAssociate() - Method in class org.wildfly.security.auth.client.PeerIdentity
Perform an optional pre-association action, called before association with the current thread.
PRINCIPAL - org.wildfly.security.auth.client.CallbackKind
Callbacks which select a user name or principal: client side NameCallback

R

REALM - org.wildfly.security.auth.client.CallbackKind
Callbacks which select the mechanism realm: RealmChoiceCallback and RealmCallback
replacing(int, MatchRule, AuthenticationConfiguration) - Method in class org.wildfly.security.auth.client.AuthenticationContext
Get a new authentication context which is the same as this one, but which replaces the rule and configuration at the given index with the given rule and configuration.
replacingSslContext(int, MatchRule, SecurityFactory<SSLContext>) - Method in class org.wildfly.security.auth.client.AuthenticationContext
Get a new authentication context which is the same as this one, but which replaces the rule and SSL context at the given index with the given rule and SSL context.
rewriteUser(NameRewriter) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but rewrites the user name using the given name rewriter.
rewriteUserOnlyWith(NameRewriter) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but rewrites the user name using only the given name rewriter.
run(PrivilegedAction<T>) - Method in class org.wildfly.security.auth.client.AuthenticationContext
Run a privileged action with this authentication context associated for the duration of the task.
run(PrivilegedExceptionAction<T>) - Method in class org.wildfly.security.auth.client.AuthenticationContext
Run a privileged action with this authentication context associated for the duration of the task.
run(P, ParametricPrivilegedAction<T, P>) - Method in class org.wildfly.security.auth.client.AuthenticationContext
Run a privileged action with this authentication context associated for the duration of the task.
run(P, ParametricPrivilegedExceptionAction<T, P>) - Method in class org.wildfly.security.auth.client.AuthenticationContext
Run a privileged action with this authentication context associated for the duration of the task.
runAs(Runnable) - Method in class org.wildfly.security.auth.client.PeerIdentity
Run an action under this identity.
runAs(PrivilegedAction<T>) - Method in class org.wildfly.security.auth.client.PeerIdentity
Run an action under this identity.
runAs(PrivilegedExceptionAction<T>) - Method in class org.wildfly.security.auth.client.PeerIdentity
Run an action under this identity.
runAs(Callable<T>) - Method in class org.wildfly.security.auth.client.PeerIdentity
Run an action under this identity.
runAs(P, ParametricPrivilegedAction<T, P>) - Method in class org.wildfly.security.auth.client.PeerIdentity
Run an action under this identity.
runAs(P, ParametricPrivilegedExceptionAction<T, P>) - Method in class org.wildfly.security.auth.client.PeerIdentity
Run an action under this identity.
runAsAll(Runnable, PeerIdentity...) - Static method in class org.wildfly.security.auth.client.PeerIdentity
Run an action under a series of identities.
runAsAll(PrivilegedAction<T>, PeerIdentity...) - Static method in class org.wildfly.security.auth.client.PeerIdentity
Run an action under a series of identities.
runAsAll(PrivilegedExceptionAction<T>, PeerIdentity...) - Static method in class org.wildfly.security.auth.client.PeerIdentity
Run an action under a series of identities.
runAsAll(Callable<T>, PeerIdentity...) - Static method in class org.wildfly.security.auth.client.PeerIdentity
Run an action under a series of identities.
runAsAll(P, ParametricPrivilegedAction<T, P>, PeerIdentity...) - Static method in class org.wildfly.security.auth.client.PeerIdentity
Run an action under a series of identities.
runAsAll(P, ParametricPrivilegedExceptionAction<T, P>, PeerIdentity...) - Static method in class org.wildfly.security.auth.client.PeerIdentity
Run an action under a series of identities.
runAsAllConsumer(T, Consumer<T>, PeerIdentity...) - Static method in class org.wildfly.security.auth.client.PeerIdentity
Run an action under a series of identities.
runAsAllConsumer(T, U, BiConsumer<T, U>, PeerIdentity...) - Static method in class org.wildfly.security.auth.client.PeerIdentity
Run an action under a series of identities.
runAsAllFunction(T, Function<T, R>, PeerIdentity...) - Static method in class org.wildfly.security.auth.client.PeerIdentity
Run an action under a series of identities.
runAsAllFunction(T, U, BiFunction<T, U, R>, PeerIdentity...) - Static method in class org.wildfly.security.auth.client.PeerIdentity
Run an action under a series of identities.
runAsAllObjIntConsumer(T, int, ObjIntConsumer<T>, PeerIdentity...) - Static method in class org.wildfly.security.auth.client.PeerIdentity
Run an action under a series of identities.
runAsAllSupplier(Supplier<T>, PeerIdentity...) - Static method in class org.wildfly.security.auth.client.PeerIdentity
Run an action under a series of identities.
runAsConsumer(T, Consumer<T>) - Method in class org.wildfly.security.auth.client.PeerIdentity
Run an action under this identity.
runAsConsumer(T, U, BiConsumer<T, U>) - Method in class org.wildfly.security.auth.client.PeerIdentity
Run an action under this identity.
runAsFunction(T, Function<T, R>) - Method in class org.wildfly.security.auth.client.PeerIdentity
Run an action under this identity.
runAsFunction(T, U, BiFunction<T, U, R>) - Method in class org.wildfly.security.auth.client.PeerIdentity
Run an action under this identity.
runAsObjIntConsumer(ObjIntConsumer<T>, T, int) - Method in class org.wildfly.security.auth.client.AuthenticationContext
Run a privileged action with this authentication context associated for the duration of the task.
runAsObjIntConsumerEx(ExceptionObjIntConsumer<T, E>, T, int) - Method in class org.wildfly.security.auth.client.AuthenticationContext
Run a privileged action with this authentication context associated for the duration of the task.
runAsSupplier(Supplier<T>) - Method in class org.wildfly.security.auth.client.AuthenticationContext
Run a privileged action with this authentication context associated for the duration of the task.
runAsSupplier(Supplier<T>) - Method in class org.wildfly.security.auth.client.PeerIdentity
Run an action under this identity.
runAsSupplierEx(ExceptionSupplier<T, E>) - Method in class org.wildfly.security.auth.client.AuthenticationContext
Run a privileged action with this authentication context associated for the duration of the task.

S

SERVER_TRUSTED_AUTHORITIES - org.wildfly.security.auth.client.CallbackKind
Callbacks which accept the server's trusted authorities: TrustedAuthoritiesCallback
SERVICE_IMPLEMENTATION_CLASS - Static variable in class org.wildfly.security.auth.client.WildFlyElytronClientDefaultSSLContextProvider
 
setSaslMechanismSelector(SaslMechanismSelector) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Set the SASL mechanism selector for this authentication configuration.
SSL - org.wildfly.security.auth.client.CallbackKind
Callbacks which deal with SSL configuration: SSLCallback
SSL_CONTEXT_SERVICE_TYPE - Static variable in class org.wildfly.security.auth.client.WildFlyElytronClientDefaultSSLContextProvider
 
sslContextForSecurityProviderCreatesInfiniteLoop() - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 

T

toString() - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
 
toString() - Method in class org.wildfly.security.auth.client.MatchRule
Get the string representation of this rule.

U

unableToCreateKeyManager(Exception) - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
unableToCreateTrustManager(Exception) - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
unableToObtainSslContext() - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
useAnonymous() - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which uses an anonymous login.
useAuthorizationName(String) - 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 given name after authentication.
useAuthorizationPrincipal(Principal) - 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 given principal after authentication.
useBearerTokenCredential(BearerTokenCredential) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which uses the given BearerTokenCredential to authenticate.
useCallbackHandler(CallbackHandler) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which uses the given callback handler to authenticate.
useCallbackHandler(CallbackHandler, Set<CallbackKind>) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which uses the given callback handler to authenticate.
useCertificateCredential(PrivateKey, X509Certificate...) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which uses the given private key and X.509 certificate chain to authenticate.
useCertificateCredential(X509CertificateChainPrivateCredential) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which uses the given private key and X.509 certificate chain to authenticate.
useChoice(BiPredicate<Class<? extends ChoiceCallback>, String>, String) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which uses the given choice if the given predicate evaluates to true.
useCredential(Credential) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which uses the given credential to authenticate.
useCredentialCallbackHandler(CallbackHandler) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which uses the given callback handler to acquire a password with which to authenticate, when a password-based authentication algorithm is in use.
useCredentials(CredentialSource) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which uses the given identity credentials to acquire the credential required for authentication.
useCredentialStoreEntry(CredentialStore, String) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but uses credentials found at the given alias and credential store.
useDefaultProviders() - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Use the default provider discovery behaviour of combining service loader discovered providers with the system default security providers when locating security implementations.
useForwardedAuthenticationCredentials(SecurityDomain) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which forwards the authentication credentials from the current identity of the given security domain.
useForwardedAuthenticationIdentity(SecurityDomain) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which forwards the authentication name from the current identity of the given security domain.
useForwardedAuthorizationIdentity(SecurityDomain) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which forwards the authorization name from the current identity of the given security domain.
useForwardedIdentity(SecurityDomain) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which forwards the authentication name and credentials from the current identity of the given security domain.
useGSSCredential(GSSCredential) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which uses the given GSS-API credential to authenticate.
useHost(String) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Deprecated.
This configuration is not supported by most providers and will be removed in a future release.
useKerberosSecurityFactory(SecurityFactory<? extends Credential>) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Deprecated.
useKeyManagerCredential(X509KeyManager) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which uses the given key manager to acquire the credential required for authentication.
useKeyStoreCredential(KeyStore.Entry) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which uses the given key store and alias to acquire the credential required for authentication.
useKeyStoreCredential(KeyStore, String) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which uses the given key store and alias to acquire the credential required for authentication.
useKeyStoreCredential(KeyStore, String, KeyStore.ProtectionParameter) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which uses the given key store and alias to acquire the credential required for authentication.
useLocalKerberosCredential(Oid[]) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Deprecated.
can be ommited - kerberos based authentication mechanism obtains credential himself
useMaskedPassword(byte[], String, char[], int, byte[], byte[]) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which uses the given masked password to authenticate.
useMaskedPassword(String, String, String, int, String, String) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which uses the given masked password to authenticate.
useMaskedPassword(MaskedPassword) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but converts the given masked password to a clear password and uses the clear password to authenticate.
useMechanismProperties(Map<String, ?>) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
useMechanismProperties(Map<String, ?>, boolean) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
useName(String) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which uses the given login name to authenticate.
useParameterSpec(AlgorithmParameterSpec) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which uses the given parameter specification.
usePassword(char[]) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which uses the given password to authenticate.
usePassword(String) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which uses the given password to authenticate.
usePassword(Password) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which uses the given password to authenticate.
usePort(int) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Deprecated.
This configuration is not supported by most providers and will be removed in a future release.
usePrincipal(Principal) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which uses the given principal to authenticate.
usePrincipal(NamePrincipal) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which uses the given principal to authenticate.
useProtocol(String) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Deprecated.
This configuration is not supported by most providers and will be removed in a future release.
useProviders(Supplier<Provider[]>) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Use the given security provider supplier to locate security implementations.
useProvidersFromClassLoader(ClassLoader) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Use security providers from the given class loader.
useRealm(String) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but uses the given realm for authentication.
useResourceOwnerMaskedPassword(String, String, String, String, int, String, String) - Method in class org.wildfly.security.credential.source.OAuth2CredentialSource.Builder
Deprecated.
Configure OAuth2 Resource Owner Masked Password Grant Type as defined by the OAuth2 specification.
useResourceOwnerPassword(String, String) - Method in class org.wildfly.security.credential.source.OAuth2CredentialSource.Builder
Deprecated.
Configure OAuth2 Resource Owner Password Grant Type as defined by the OAuth2 specification.
useSaslClientFactory(Supplier<SaslClientFactory>) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Use the given sasl client factory supplier to obtain the SaslClientFactory to use.
useSaslClientFactory(SaslClientFactory) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Use a pre-existing SaslClientFactory instead of discovery.
useSaslClientFactoryFromProviders() - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Use provider based discovery to load available SaslClientFactory implementations.
useSaslMechanismProperties(Map<String, ?>) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which sets the properties that will be passed to the SaslClientFactory when the mechanism is created.
useSaslMechanismProperties(Map<String, ?>, boolean) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which sets the properties that will be passed to the SaslClientFactory when the mechanism is created.
useSaslProtocol(String) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which specifies a different protocol to be passed to the authentication mechanisms.
useSslContext(SSLContext) - Method in class org.wildfly.security.credential.source.OAuth2CredentialSource.Builder
Deprecated.
TThe SSLContext to be used in case connections to remote server require TLS/HTTPS.
useSslHostnameVerifier(HostnameVerifier) - Method in class org.wildfly.security.credential.source.OAuth2CredentialSource.Builder
Deprecated.
TThe HostnameVerifier to be used in case connections to remote server require TLS/HTTPS.
useTrustManager(X509TrustManager) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which uses the given trust manager for trust verification.
useWebServices(Map<String, ?>) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
 
useWebServicesProperties(Map<String, ?>) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which sets the properties that can be used by WebServices client.

V

valueOf(String) - Static method in enum org.wildfly.security.auth.client.CallbackKind
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.wildfly.security.auth.client.CallbackKind
Returns an array containing the constants of this enum type, in the order they are declared.

W

WildFlyElytronClientDefaultSSLContextProvider - Class in org.wildfly.security.auth.client
Provider that loads Elytron client configuration and provides default SSLContext which can be returned with SSLContext.getDefault() call.
WildFlyElytronClientDefaultSSLContextProvider() - Constructor for class org.wildfly.security.auth.client.WildFlyElytronClientDefaultSSLContextProvider
WildFlyElytronClientDefaultSSLContextProvider that uses Elytron client configuration found on classpath.
WildFlyElytronClientDefaultSSLContextProvider(String) - Constructor for class org.wildfly.security.auth.client.WildFlyElytronClientDefaultSSLContextProvider
WildFlyElytronClientDefaultSSLContextProvider that uses Elytron client configuration found on provided path.
WildFlyElytronClientDefaultSSLContextSpi - Class in org.wildfly.security.auth.client
SSLContextSpi that is used by WildFlyElytronClientDefaultSSLContextProvider
WildFlyElytronClientDefaultSSLContextSpi() - Constructor for class org.wildfly.security.auth.client.WildFlyElytronClientDefaultSSLContextSpi
SSLContextSpi used by WildFlyElytronClientDefaultSSLContextProvider that uses AuthenticationContext found on the classpath to retrieve default SSLContext.
WildFlyElytronClientDefaultSSLContextSpi(String) - Constructor for class org.wildfly.security.auth.client.WildFlyElytronClientDefaultSSLContextSpi
SSLContextSpi used by WildFlyElytronClientDefaultSSLContextProvider that uses Elytron client configuration from provided path to retrieve default SSLContext.
WildFlyElytronClientDefaultSSLContextSpi(AuthenticationContext) - Constructor for class org.wildfly.security.auth.client.WildFlyElytronClientDefaultSSLContextSpi
SSLContextSpi used by WildFlyElytronClientDefaultSSLContextProvider that uses Elytron client configuration from provided authentication context.
with(int, MatchRule, AuthenticationConfiguration) - Method in class org.wildfly.security.auth.client.AuthenticationContext
Get a new authentication context which is the same as this one, but which includes the given rule and configuration inserted at the position of its list indicated by the idx parameter.
with(AuthenticationConfiguration) - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which adds or replaces every item in the other configuration with that item, overwriting any corresponding such item in this configuration.
with(AuthenticationContext) - Method in class org.wildfly.security.auth.client.AuthenticationContext
Get a new authentication context which is the same as this one, but which includes the rules, configurations and SSL contexts of the given context at the end of its list.
with(MatchRule, AuthenticationConfiguration) - Method in class org.wildfly.security.auth.client.AuthenticationContext
Get a new authentication context which is the same as this one, but which includes the given rule and configuration at the end of its list.
withCapturedAccessControlContext() - Method in class org.wildfly.security.auth.client.AuthenticationConfiguration
Create a new configuration which is the same as this configuration, but which captures the caller's access control context to be used in authentication decisions.
without(int) - Method in class org.wildfly.security.auth.client.AuthenticationContext
Get a new authentication context which is the same as this one, but without the rule and configuration at the index indicated by the idx parameter.
withoutSsl(int) - Method in class org.wildfly.security.auth.client.AuthenticationContext
Get a new authentication context which is the same as this one, but without the rule and configuration at the index indicated by the idx parameter.
withSsl(int, MatchRule, SecurityFactory<SSLContext>) - Method in class org.wildfly.security.auth.client.AuthenticationContext
Get a new authentication context which is the same as this one, but which includes the given rule and SSL context inserted at the position of its list indicated by the idx parameter.
withSsl(MatchRule, SecurityFactory<SSLContext>) - Method in class org.wildfly.security.auth.client.AuthenticationContext
Get a new authentication context which is the same as this one, but which includes the given rule and SSL context at the end of its SSL context list.

X

xmlCredentialStoreNameNotDefined(Location, String) - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
xmlDeprecatedElement(String, XMLLocation) - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
xmlDuplicateAuthenticationConfigurationName(String, ConfigurationXMLStreamReader) - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
xmlDuplicateSslContextName(String, ConfigurationXMLStreamReader) - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
xmlFailedToCreateCredential(Location, Throwable) - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
xmlFailedToCreateCredentialStore(Location, Throwable) - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
xmlFailedToCreateKeyStore(Location, Throwable) - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
xmlFailedToLoadKeyStoreData(Location, Throwable) - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
xmlGssMechanismOidConversionFailed(XMLStreamReader, String, Throwable) - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
xmlInvalidCredentialStoreRef(Location) - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
xmlInvalidGssMechanismName(XMLStreamReader, String) - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
xmlInvalidKeyStoreEntryType(Location, String, Class<?>, Class<?>) - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
xmlInvalidOpenSSHKey(ConfigurationXMLStreamReader) - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
xmlInvalidPortNumber(XMLStreamReader, String, String, QName) - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
xmlInvalidUrl(String) - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
xmlLog - Static variable in interface org.wildfly.security.auth.client._private.ElytronMessages
 
xmlNoModuleFound(XMLStreamReader, Exception, String) - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
xmlNoPemContent(ConfigurationXMLStreamReader) - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
xmlUnableToIdentifyProvider(Location, String, String, String) - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
xmlUnknownAuthenticationConfigurationSpecified(Location, String) - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
xmlUnknownKeyStoreSpecified(Location) - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
xmlUnknownSslContextSpecified(Location, String) - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
xmlUnsupportedAlgorithmForType(Location, String, String) - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
xmlWrongPemType(ConfigurationXMLStreamReader, Class<?>, Class<?>) - Method in interface org.wildfly.security.auth.client._private.ElytronMessages
 
A B C D E G H I K L M N O P R S T U V W X 
All Classes All Packages