Uses of Interface
org.wildfly.security.auth.server.ModifiableRealmIdentity
-
Packages that use ModifiableRealmIdentity Package Description org.wildfly.security.auth.server 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 ModifiableRealmIdentity Modifier and Type Field Description static ModifiableRealmIdentityModifiableRealmIdentity. NON_EXISTENTA modifiable identity for a non-existent user who cannot be created.Methods in org.wildfly.security.auth.server that return ModifiableRealmIdentity Modifier and Type Method Description ModifiableRealmIdentitySecurityDomain. 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 ModifiableRealmIdentity Modifier and Type Method Description org.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.
-