Uses of Interface
org.wildfly.security.auth.server.ModifiableRealmIdentity
Packages that use ModifiableRealmIdentity
Package
Description
Server side of authentication provided by Elytron.
-
Uses of ModifiableRealmIdentity in org.wildfly.security.auth.server
Fields in org.wildfly.security.auth.server declared as ModifiableRealmIdentityModifier and TypeFieldDescriptionstatic final ModifiableRealmIdentityModifiableRealmIdentity.NON_EXISTENTA modifiable identity for a non-existent user who cannot be created.Methods in org.wildfly.security.auth.server that return ModifiableRealmIdentityModifier and TypeMethodDescriptionSecurityDomain.getIdentityForUpdate(Principal principal) Look up aModifiableRealmIdentityby principal.default ModifiableRealmIdentityModifiableSecurityRealm.getRealmIdentityForUpdate(Principal principal) Get an update handle for to the identity for the given principal in the context of this security realm.default ModifiableRealmIdentityModifiableSecurityRealm.getRealmIdentityForUpdate(Evidence evidence) Get an update handle for to the identity for the given principal in the context of this security realm.Methods in org.wildfly.security.auth.server that return types with arguments of type ModifiableRealmIdentityModifier and TypeMethodDescriptionorg.wildfly.common.function.ExceptionFunction<Principal,ModifiableRealmIdentity, RealmUnavailableException> SecurityDomain.getIdentityLookupForUpdateFunction()Get a function which can be used to look up principals for update without a security manager permission check.