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 ModifiableRealmIdentity
ModifiableRealmIdentity. NON_EXISTENT
A 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 ModifiableRealmIdentity
SecurityDomain. getIdentityForUpdate(Principal principal)
Look up aModifiableRealmIdentity
by principal.default ModifiableRealmIdentity
ModifiableSecurityRealm. getRealmIdentityForUpdate(Principal principal)
Get an update handle for to the identity for the given principal in the context of this security realm.default ModifiableRealmIdentity
ModifiableSecurityRealm. 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.
-