Uses of Interface
org.wildfly.security.credential.source.CredentialSource
Packages that use CredentialSource
Package
Description
Server side of authentication provided by Elytron.
-
Uses of CredentialSource in org.wildfly.security.auth.server
Classes in org.wildfly.security.auth.server that implement CredentialSourceModifier and TypeClassDescriptionclassThe public or private credentials retained by an identity, which can be used for authentication forwarding.Methods in org.wildfly.security.auth.server that return CredentialSourceModifier and TypeMethodDescriptionMechanismConfiguration.getServerCredentialSource()Get the server credential source.Methods in org.wildfly.security.auth.server with parameters of type CredentialSourceModifier and TypeMethodDescriptionMechanismConfiguration.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 CredentialSourceModifier and TypeFieldDescriptionstatic final CredentialSourceCredentialSource.NONEAn empty credential source.Methods in org.wildfly.security.credential.source that return CredentialSourceModifier and TypeMethodDescriptionstatic 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 CredentialSourceModifier and TypeMethodDescriptiondefault CredentialSourceCredentialSource.with(CredentialSource other) Aggregate this credential source with another.