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 SupportLevel
SupportLevel. max(SupportLevel o1, SupportLevel o2)
Get the maximum support level between two candidates.static SupportLevel
SupportLevel. 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 boolean
SupportLevel. in(SupportLevel v1)
Determine whether this instance is equal to one of the given instances.boolean
SupportLevel. in(SupportLevel... values)
Determine whether this instance is equal to one of the given instances.boolean
SupportLevel. in(SupportLevel v1, SupportLevel v2)
Determine whether this instance is equal to one of the given instances.boolean
SupportLevel. in(SupportLevel v1, SupportLevel v2, SupportLevel v3)
Determine whether this instance is equal to one of the given instances.static SupportLevel
SupportLevel. 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 boolean
SupportLevel. 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 SupportLevel
IdentityCredentials. getCredentialAcquireSupport(Class<? extends Credential> credentialType)
SupportLevel
IdentityCredentials. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName)
SupportLevel
IdentityCredentials. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)
default SupportLevel
RealmIdentity. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName)
Deprecated.Transition method; remove before GA.SupportLevel
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.SupportLevel
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.SupportLevel
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.SupportLevel
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 SupportLevel
SecurityRealm. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName)
Deprecated.Transition method; remove before GA.SupportLevel
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.SupportLevel
ServerAuthenticationContext. getCredentialAcquireSupport(Class<? extends Credential> credentialType)
Determine whether a given credential is definitely obtainable, possibly obtainable, or definitely not obtainable.SupportLevel
ServerAuthenticationContext. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName)
Determine whether a given credential is definitely obtainable, possibly obtainable, or definitely not obtainable.SupportLevel
ServerAuthenticationContext. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)
Determine whether a given credential is definitely obtainable, possibly obtainable, or definitely not obtainable.SupportLevel
RealmIdentity. getEvidenceVerifySupport(Class<? extends Evidence> evidenceType, String algorithmName)
Determine whether a given type of evidence is definitely verifiable, possibly verifiable, or definitely not verifiable.SupportLevel
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.SupportLevel
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.SupportLevel
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.SupportLevel
ServerAuthenticationContext. getEvidenceVerifySupport(Class<? extends Evidence> evidenceType)
Determine whether a given piece of evidence is definitely verifiable, possibly verifiable, or definitely not verifiable.SupportLevel
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 SupportLevel Modifier and Type Method Description SupportLevel
CallbackHandlerCredentialSource. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)
Deprecated.SupportLevel
CommandCredentialSource. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)
Deprecated.default SupportLevel
CredentialSource. getCredentialAcquireSupport(Class<? extends Credential> credentialType)
Determine whether a given credential is definitely obtainable, possibly obtainable, or definitely not obtainable.default SupportLevel
CredentialSource. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName)
Determine whether a given credential is definitely obtainable, possibly obtainable, or definitely not obtainable.SupportLevel
CredentialSource. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)
Determine whether a given credential is definitely obtainable, possibly obtainable, or definitely not obtainable.SupportLevel
CredentialStoreCredentialSource. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)
Deprecated.SupportLevel
FactoryCredentialSource. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)
Deprecated.SupportLevel
KeyStoreCredentialSource. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)
Deprecated.SupportLevel
LocalKerberosCredentialSource. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)
Deprecated.SupportLevel
OAuth2CredentialSource. getCredentialAcquireSupport(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec)
Deprecated.
-