Uses of Class
org.wildfly.security.auth.SupportLevel
-
Packages that use SupportLevel Package Description org.wildfly.security.auth Classes relating to authentication on the client and server side.org.wildfly.security.auth.realm Security realm implementations for Elytron.org.wildfly.security.auth.realm.jdbc Classes related to aSecurityRealmimplementation based on the JDBC (Java Database Connectivity) API.org.wildfly.security.auth.realm.jdbc.mapper Classes related to mapping columns from a database table to internal representations of identity data (eg.: attributes, password and keys, etc).org.wildfly.security.auth.realm.token Classes related to aSecurityRealmimplementation that handles different types of security tokens.org.wildfly.security.auth.server Server side of authentication provided by Elytron.org.wildfly.security.credential.source org.wildfly.security.credential.source.impl -
-
Uses of SupportLevel in org.wildfly.security.auth
Methods in org.wildfly.security.auth that return SupportLevel Modifier and Type Method Description static SupportLevelSupportLevel. max(SupportLevel o1, SupportLevel o2)Get the maximum support level between two candidates.static SupportLevelSupportLevel. valueOf(String name)Returns the enum constant of this type with the specified name.static SupportLevel[]SupportLevel. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wildfly.security.auth with parameters of type SupportLevel Modifier and Type Method Description booleanSupportLevel. 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 SupportLevel Modifier and Type Method Description static 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 SupportLevel Modifier and Type Method Description SupportLevelAggregateSecurityRealm. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)SupportLevelCachingSecurityRealm. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)SupportLevelDistributedSecurityRealm. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)SupportLevelFailoverSecurityRealm.FailoverRealmIdentity. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)SupportLevelFailoverSecurityRealm. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)SupportLevelFileSystemSecurityRealm. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)SupportLevelJaasSecurityRealm. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)SupportLevelKeyStoreBackedSecurityRealm. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)SupportLevelLegacyPropertiesSecurityRealm. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)SupportLevelSimpleMapBackedSecurityRealm. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)SupportLevelAggregateSecurityRealm. getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName)SupportLevelCachingSecurityRealm. getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName)SupportLevelDistributedSecurityRealm. getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName)SupportLevelFailoverSecurityRealm.FailoverRealmIdentity. getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName)SupportLevelFailoverSecurityRealm. getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName)SupportLevelFileSystemSecurityRealm. getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName)SupportLevelJaasSecurityRealm. getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName)SupportLevelKeyStoreBackedSecurityRealm. getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName)SupportLevelLegacyPropertiesSecurityRealm. getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName)SupportLevelSimpleMapBackedSecurityRealm. 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 SupportLevel Modifier and Type Method Description SupportLevelJdbcSecurityRealm. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)SupportLevelKeyMapper. 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.SupportLevelJdbcSecurityRealm. 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 SupportLevel Modifier and Type Method Description SupportLevelPasswordKeyMapper. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)SupportLevelPasswordKeyMapper. 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 SupportLevel Modifier and Type Method Description SupportLevelTokenSecurityRealm. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)SupportLevelTokenSecurityRealm. 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 SupportLevel Modifier and Type Method Description SupportLevelIdentityCredentials. getCredentialAcquireSupport(Class<? extends Credential> credentialType)SupportLevelIdentityCredentials. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName)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.SupportLevelRealmIdentity. 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.SupportLevelSecurityDomain. 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.SupportLevelSecurityDomain. 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.SupportLevelSecurityDomain. 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.SupportLevelSecurityRealm. 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.SupportLevelServerAuthenticationContext. getCredentialAcquireSupport(Class<? extends Credential> credentialType)Determine whether a given credential is definitely obtainable, possibly obtainable, or definitely not obtainable.SupportLevelServerAuthenticationContext. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName)Determine whether a given credential is definitely obtainable, possibly obtainable, or definitely not obtainable.SupportLevelServerAuthenticationContext. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)Determine whether a given credential is definitely obtainable, possibly obtainable, or definitely not obtainable.SupportLevelRealmIdentity. getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName)Determine whether a given type of evidence is definitely verifiable, possibly verifiable, or definitely not verifiable.SupportLevelSecurityDomain. getEvidenceVerifySupport(Class<? extends Evidence> evidenceType)Determine whether a given type of evidence is definitely verifiable, possibly verifiable (for some identities), or definitely not verifiable.SupportLevelSecurityDomain. 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.SupportLevelSecurityRealm. 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.SupportLevelServerAuthenticationContext. getEvidenceVerifySupport(Class<? extends Evidence> evidenceType)Determine whether a given piece of evidence is definitely verifiable, possibly verifiable, or definitely not verifiable.SupportLevelServerAuthenticationContext. 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 SupportLevel Modifier and Type Method Description default 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.SupportLevelCredentialSource. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)Determine whether a given credential is definitely obtainable, possibly obtainable, or definitely not obtainable.SupportLevelOAuth2CredentialSource. 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 SupportLevel Modifier and Type Method Description SupportLevelCallbackHandlerCredentialSource. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)SupportLevelCommandCredentialSource. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)SupportLevelCredentialStoreCredentialSource. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)SupportLevelFactoryCredentialSource. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)SupportLevelKeyStoreCredentialSource. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)SupportLevelLocalKerberosCredentialSource. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)Deprecated.
-