Uses of Interface
org.wildfly.security.credential.AlgorithmCredential
Packages that use AlgorithmCredential
Package
Description
Server side of authentication provided by Elytron.
-
Uses of AlgorithmCredential in org.wildfly.security.auth.server
Method parameters in org.wildfly.security.auth.server with type arguments of type AlgorithmCredentialModifier and TypeMethodDescriptionprotected abstract Collection<String>AbstractMechanismAuthenticationFactory.getSupportedCredentialAlgorithmNames(Class<? extends AlgorithmCredential> credentialType, String mechName) protected Collection<String>HttpAuthenticationFactory.getSupportedCredentialAlgorithmNames(Class<? extends AlgorithmCredential> credentialType, String mechName) Deprecated.protected Collection<String>SaslAuthenticationFactory.getSupportedCredentialAlgorithmNames(Class<? extends AlgorithmCredential> credentialType, String mechName) Deprecated. -
Uses of AlgorithmCredential in org.wildfly.security.auth.server.http
Method parameters in org.wildfly.security.auth.server.http with type arguments of type AlgorithmCredentialModifier and TypeMethodDescriptionprotected Collection<String>HttpAuthenticationFactory.getSupportedCredentialAlgorithmNames(Class<? extends AlgorithmCredential> credentialType, String mechName) -
Uses of AlgorithmCredential in org.wildfly.security.auth.server.sasl
Method parameters in org.wildfly.security.auth.server.sasl with type arguments of type AlgorithmCredentialModifier and TypeMethodDescriptionprotected Collection<String>SaslAuthenticationFactory.getSupportedCredentialAlgorithmNames(Class<? extends AlgorithmCredential> credentialType, String mechName) -
Uses of AlgorithmCredential in org.wildfly.security.credential
Subinterfaces of AlgorithmCredential in org.wildfly.security.credentialModifier and TypeInterfaceDescriptioninterfaceA credential which contains an X.509 certificate chain.Classes in org.wildfly.security.credential that implement AlgorithmCredentialModifier and TypeClassDescriptionfinal classA public/private key pair credential.final classA credential for password authentication.final classA public key credential.final classA secret key credential.final classA credential containing a private key and an X.509 certificate chain.final classA credential containing an X.509 certificate chain.Methods in org.wildfly.security.credential that return AlgorithmCredentialModifier and TypeMethodDescriptionAlgorithmCredential.clone()Creates and returns a copy of thisCredential.Methods in org.wildfly.security.credential with parameters of type AlgorithmCredentialModifier and TypeMethodDescriptiondefault booleanAlgorithmCredential.impliesSameParameters(AlgorithmCredential other) Determine whether the other credential's parameters are implied by this one.booleanKeyPairCredential.impliesSameParameters(AlgorithmCredential other) booleanPasswordCredential.impliesSameParameters(AlgorithmCredential other) booleanPublicKeyCredential.impliesSameParameters(AlgorithmCredential other) booleanSecretKeyCredential.impliesSameParameters(AlgorithmCredential other) default booleanAlgorithmCredential.matches(AlgorithmCredential other) default booleanCredential.matches(AlgorithmCredential other) Determine if this credential is the same kind of credential as the given credential.