Uses of Class
org.wildfly.security.auth.server.IdentityCredentials
Packages that use IdentityCredentials
Package
Description
Server side of authentication provided by Elytron.
Elytron's Authorization API
-
Uses of IdentityCredentials in org.wildfly.naming.client.util
Methods in org.wildfly.naming.client.util that return IdentityCredentialsModifier and TypeMethodDescriptionstatic IdentityCredentialsEnvironmentUtils.getSecurityCredentials(Map<String, ?> env) Get the security credential, if any.static IdentityCredentialsEnvironmentUtils.getSecurityCredentials(Map<String, ?> env, String propertyName) Get the security credential, if any. -
Uses of IdentityCredentials in org.wildfly.security.auth.server
Fields in org.wildfly.security.auth.server declared as IdentityCredentialsModifier and TypeFieldDescriptionstatic final IdentityCredentialsIdentityCredentials.NONEThe empty credentials object.Methods in org.wildfly.security.auth.server that return IdentityCredentialsModifier and TypeMethodDescriptionSecurityIdentity.getPrivateCredentials()Get the private credentials of this identity.SecurityIdentity.getPublicCredentials()Get the public credentials of this identity.abstract IdentityCredentialsIdentityCredentials.with(IdentityCredentials other) Return a copy of this credential set with the given credential set added to it.abstract IdentityCredentialsIdentityCredentials.withCredential(Credential credential) Return a copy of this credential set, but with the given credential added to it.final IdentityCredentialsIdentityCredentials.without(Class<? extends Credential> credentialType) Return a copy of this credential set without any credentials of the given type.final IdentityCredentialsIdentityCredentials.without(Class<? extends Credential> credentialType, String algorithmName) Return a copy of this credential set without any credentials of the given type and algorithm name.IdentityCredentials.without(Class<? extends Credential> credentialType, String algorithmName, AlgorithmParameterSpec parameterSpec) Return a copy of this credential set without any credentials of the given type, algorithm name and parameter spec.final <C extends Credential>
IdentityCredentialsReturn a copy of this credential set without any credentials of the given type that match the predicate.abstract IdentityCredentialsIdentityCredentials.without(Predicate<? super Credential> predicate) Return a copy of this credential set without any credentials that match the predicate.IdentityCredentials.withoutMatching(Credential credential) Return a copy of this credential set without any credentials with a type, algorithm name, and parameters matching that of the given credential.Methods in org.wildfly.security.auth.server with parameters of type IdentityCredentialsModifier and TypeMethodDescriptionabstract IdentityCredentialsIdentityCredentials.with(IdentityCredentials other) Return a copy of this credential set with the given credential set added to it.SecurityIdentity.withPrivateCredentials(IdentityCredentials credentials) Create a new security identity which is the same as this one, but which includes the given credentials as private credentials.SecurityIdentity.withPublicCredentials(IdentityCredentials credentials) Create a new security identity which is the same as this one, but which includes the given credentials as public credentials. -
Uses of IdentityCredentials in org.wildfly.security.authz
Methods in org.wildfly.security.authz that return IdentityCredentialsModifier and TypeMethodDescriptiondefault IdentityCredentialsPermissionMappable.getPublicCredentials()Get the public credentials of this entity.