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.server Server side of authentication provided by Elytron.org.wildfly.security.credential.source -
-
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.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 SupportLevelCallbackHandlerCredentialSource. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)Deprecated.SupportLevelCommandCredentialSource. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)Deprecated.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.SupportLevelCredentialStoreCredentialSource. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)Deprecated.SupportLevelFactoryCredentialSource. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)Deprecated.SupportLevelKeyStoreCredentialSource. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)Deprecated.SupportLevelLocalKerberosCredentialSource. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)Deprecated.SupportLevelOAuth2CredentialSource. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)Deprecated.
-