Uses of Interface
org.wildfly.security.credential.source.CredentialSource
-
Packages that use CredentialSource Package Description org.wildfly.security.auth.server Server side of authentication provided by Elytron.org.wildfly.security.credential.source -
-
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.credential.source
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.
-