Uses of Enum Class
org.wildfly.security.auth.SupportLevel
Packages that use SupportLevel
Package
Description
Classes relating to authentication on the client and server side.
Security realm implementations for Elytron.
Classes related to a
SecurityRealm implementation based on the JDBC (Java Database Connectivity) API.Classes related to mapping columns from a database table to internal representations of identity data (eg.: attributes, password and keys, etc).
Classes related to a
SecurityRealm implementation that handles different types of security tokens.Server side of authentication provided by Elytron.
-
Uses of SupportLevel in org.wildfly.extension.elytron
Methods in org.wildfly.extension.elytron that return SupportLevelModifier and TypeMethodDescriptionJaasCustomSecurityRealmWrapper.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName) Deprecated.JaasCustomSecurityRealmWrapper.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) Deprecated.JaasCustomSecurityRealmWrapper.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName) Deprecated. -
Uses of SupportLevel in org.wildfly.security.auth
Methods in org.wildfly.security.auth that return SupportLevelModifier and TypeMethodDescriptionstatic SupportLevelSupportLevel.max(SupportLevel o1, SupportLevel o2) Get the maximum support level between two candidates.static SupportLevelReturns the enum constant of this class with the specified name.static SupportLevel[]SupportLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.wildfly.security.auth with parameters of type SupportLevelModifier and TypeMethodDescriptionbooleanSupportLevel.in(SupportLevel v1) Determine whether this instance is equal to one of the given instances.booleanSupportLevel.in(SupportLevel... values) Determine whether this instance is equal to one of the given instances.booleanSupportLevel.in(SupportLevel v1, SupportLevel v2) Determine whether this instance is equal to one of the given instances.booleanSupportLevel.in(SupportLevel v1, SupportLevel v2, SupportLevel v3) Determine whether this instance is equal to one of the given instances.static SupportLevelSupportLevel.max(SupportLevel o1, SupportLevel o2) Get the maximum support level between two candidates.Method parameters in org.wildfly.security.auth with type arguments of type SupportLevelModifier and TypeMethodDescriptionstatic booleanSupportLevel.isFull(EnumSet<SupportLevel> set) Determine whether the given set is fully populated (or "full"), meaning it contains all possible values. -
Uses of SupportLevel in org.wildfly.security.auth.realm
Methods in org.wildfly.security.auth.realm that return SupportLevelModifier and TypeMethodDescriptionAggregateSecurityRealm.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) CachingSecurityRealm.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) DistributedSecurityRealm.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) FailoverSecurityRealm.FailoverRealmIdentity.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) FailoverSecurityRealm.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) FileSystemSecurityRealm.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) JaasSecurityRealm.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) KeyStoreBackedSecurityRealm.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) LegacyPropertiesSecurityRealm.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) SimpleMapBackedSecurityRealm.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) AggregateSecurityRealm.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName) CachingSecurityRealm.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName) DistributedSecurityRealm.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName) FailoverSecurityRealm.FailoverRealmIdentity.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName) FailoverSecurityRealm.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName) FileSystemSecurityRealm.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName) JaasSecurityRealm.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName) KeyStoreBackedSecurityRealm.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName) LegacyPropertiesSecurityRealm.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName) SimpleMapBackedSecurityRealm.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName) -
Uses of SupportLevel in org.wildfly.security.auth.realm.jdbc
Methods in org.wildfly.security.auth.realm.jdbc that return SupportLevelModifier and TypeMethodDescriptionJdbcSecurityRealm.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) KeyMapper.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) Determine whether a credential of the given type and algorithm is definitely obtainable, possibly obtainable (for] some identities), or definitely not obtainable.JdbcSecurityRealm.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName) default SupportLevelKeyMapper.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName) Determine whether a given type of evidence is definitely verifiable, possibly verifiable (for some identities), or definitely not verifiable. -
Uses of SupportLevel in org.wildfly.security.auth.realm.jdbc.mapper
Methods in org.wildfly.security.auth.realm.jdbc.mapper that return SupportLevelModifier and TypeMethodDescriptionPasswordKeyMapper.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) PasswordKeyMapper.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName) -
Uses of SupportLevel in org.wildfly.security.auth.realm.token
Methods in org.wildfly.security.auth.realm.token that return SupportLevelModifier and TypeMethodDescriptionTokenSecurityRealm.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) TokenSecurityRealm.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName) -
Uses of SupportLevel in org.wildfly.security.auth.server
Methods in org.wildfly.security.auth.server that return SupportLevelModifier and TypeMethodDescriptionfinal SupportLevelIdentityCredentials.getCredentialAcquireSupport(Class<? extends Credential> credentialType) final SupportLevelIdentityCredentials.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName) final SupportLevelIdentityCredentials.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) default SupportLevelRealmIdentity.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName) Deprecated.Transition method; remove before GA.RealmIdentity.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) Determine whether a given credential type is definitely obtainable, possibly obtainable, or definitely not obtainable for this identity.SecurityDomain.getCredentialAcquireSupport(Class<? extends Credential> credentialType) Determine whether a credential of the given type and algorithm is definitely obtainable, possibly obtainable (for some identities), or definitely not obtainable.SecurityDomain.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName) Determine whether a credential of the given type and algorithm is definitely obtainable, possibly obtainable (for some identities), or definitely not obtainable.SecurityDomain.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) Determine whether a credential of the given type and algorithm is definitely obtainable, possibly obtainable (for some identities), or definitely not obtainable.default SupportLevelSecurityRealm.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName) Deprecated.Transition method; remove before GA.SecurityRealm.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) Determine whether a credential of the given type and algorithm is definitely obtainable, possibly obtainable (for] some identities), or definitely not obtainable.ServerAuthenticationContext.getCredentialAcquireSupport(Class<? extends Credential> credentialType) Determine whether a given credential is definitely obtainable, possibly obtainable, or definitely not obtainable.ServerAuthenticationContext.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName) Determine whether a given credential is definitely obtainable, possibly obtainable, or definitely not obtainable.ServerAuthenticationContext.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) Determine whether a given credential is definitely obtainable, possibly obtainable, or definitely not obtainable.RealmIdentity.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName) Determine whether a given type of evidence is definitely verifiable, possibly verifiable, or definitely not verifiable.SecurityDomain.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType) Determine whether a given type of evidence is definitely verifiable, possibly verifiable (for some identities), or definitely not verifiable.SecurityDomain.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName) Determine whether a given type of evidence is definitely verifiable, possibly verifiable (for some identities), or definitely not verifiable.SecurityRealm.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName) Determine whether a given type of evidence is definitely verifiable, possibly verifiable (for some identities), or definitely not verifiable.ServerAuthenticationContext.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType) Determine whether a given piece of evidence is definitely verifiable, possibly verifiable, or definitely not verifiable.ServerAuthenticationContext.getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName) Determine whether a given piece of evidence is definitely verifiable, possibly verifiable, or definitely not verifiable. -
Uses of SupportLevel in org.wildfly.security.credential.source
Methods in org.wildfly.security.credential.source that return SupportLevelModifier and TypeMethodDescriptiondefault SupportLevelCredentialSource.getCredentialAcquireSupport(Class<? extends Credential> credentialType) Determine whether a given credential is definitely obtainable, possibly obtainable, or definitely not obtainable.default SupportLevelCredentialSource.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName) Determine whether a given credential is definitely obtainable, possibly obtainable, or definitely not obtainable.CredentialSource.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) Determine whether a given credential is definitely obtainable, possibly obtainable, or definitely not obtainable.OAuth2CredentialSource.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) Deprecated. -
Uses of SupportLevel in org.wildfly.security.credential.source.impl
Methods in org.wildfly.security.credential.source.impl that return SupportLevelModifier and TypeMethodDescriptionCallbackHandlerCredentialSource.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) CommandCredentialSource.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) CredentialStoreCredentialSource.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) FactoryCredentialSource.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) KeyStoreCredentialSource.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) LocalKerberosCredentialSource.getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) Deprecated.