Uses of Interface
org.wildfly.security.credential.source.CredentialSource
-
Packages that use CredentialSource Package Description org.wildfly.security.auth.client Elytron Client enable remote clients to authenticate using Elytron.org.wildfly.security.auth.server Server side of authentication provided by Elytron.org.wildfly.security.auth.util Miscellaneous utility classes and APIs for client and server login applications.org.wildfly.security.credential.source org.wildfly.security.credential.store Package for Credential Store API/SPI classes and interfaces. -
-
Uses of CredentialSource in org.wildfly.security.auth.client
Methods in org.wildfly.security.auth.client with parameters of type CredentialSource Modifier and Type Method Description AuthenticationConfigurationAuthenticationConfiguration. useCredentials(CredentialSource credentials)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. -
Uses of CredentialSource in org.wildfly.security.auth.server
Classes in org.wildfly.security.auth.server that implement CredentialSource Modifier and Type Class Description classIdentityCredentialsThe public or private credentials retained by an identity, which can be used for authentication forwarding.Methods in org.wildfly.security.auth.server that return CredentialSource Modifier and Type Method Description CredentialSourceMechanismConfiguration. getServerCredentialSource()Get the server credential source.Methods in org.wildfly.security.auth.server with parameters of type CredentialSource Modifier and Type Method Description MechanismConfiguration.BuilderMechanismConfiguration.Builder. setServerCredentialSource(CredentialSource serverCredentialSource)Set the server credential source. -
Uses of CredentialSource in org.wildfly.security.auth.util
Constructor parameters in org.wildfly.security.auth.util with type arguments of type CredentialSource Constructor Description ElytronFilePasswordProvider(org.wildfly.common.function.ExceptionSupplier<CredentialSource,XMLStreamException> credentialSourceSupplier) -
Uses of CredentialSource in org.wildfly.security.credential.source
Classes in org.wildfly.security.credential.source that implement CredentialSource Modifier and Type Class Description classCallbackHandlerCredentialSourceDeprecated.UseCallbackHandlerCredentialSourceinsteadclassCommandCredentialSourceDeprecated.UseCommandCredentialSourceinsteadclassCredentialStoreCredentialSourceDeprecated.UseCredentialStoreCredentialSourceinsteadclassFactoryCredentialSourceDeprecated.UseFactoryCredentialSourceinsteadclassKeyStoreCredentialSourceDeprecated.UseKeyStoreCredentialSourceinsteadclassLocalKerberosCredentialSourceDeprecated.Kerberos based authentication mechanism obtains credential himself, seeLocalKerberosCredentialSourceto use with the new wildfly-elytron-credential-source-impl moduleclassOAuth2CredentialSourceDeprecated.Fields in org.wildfly.security.credential.source declared as CredentialSource Modifier and Type Field Description static CredentialSourceCredentialSource. NONEAn empty credential source.Methods in org.wildfly.security.credential.source that return CredentialSource Modifier and Type Method Description static CredentialSourceCredentialSource. fromSecurityFactory(SecurityFactory<? extends Credential> credentialFactory)Get a credential source from the given security factory.default CredentialSourceCredentialSource. with(CredentialSource other)Aggregate this credential source with another.default CredentialSourceCredentialSource. without(Class<? extends Credential> credentialType)Get a derived credential source which excludes credentials of the given type.default CredentialSourceCredentialSource. without(Class<? extends Credential> credentialType, String algorithmName)Get a derived credential source which excludes credentials of the given type and optional algorithm.default CredentialSourceCredentialSource. without(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)Get a derived credential source which excludes credentials of the given type and optional algorithm.Methods in org.wildfly.security.credential.source with parameters of type CredentialSource Modifier and Type Method Description default CredentialSourceCredentialSource. with(CredentialSource other)Aggregate this credential source with another. -
Uses of CredentialSource in org.wildfly.security.credential.store
Methods in org.wildfly.security.credential.store that return CredentialSource Modifier and Type Method Description CredentialSourceCredentialStore.CredentialSourceProtectionParameter. getCredentialSource()Get the credential source.Constructors in org.wildfly.security.credential.store with parameters of type CredentialSource Constructor Description CredentialSourceProtectionParameter(CredentialSource credentialSource)Construct a new instance.
-