Package | Description |
---|---|
org.wildfly.security.auth.server |
Server side of authentication provided by Elytron.
|
Modifier and Type | Field and Description |
---|---|
static ModifiableRealmIdentity |
ModifiableRealmIdentity.NON_EXISTENT
A modifiable identity for a non-existent user who cannot be created.
|
Modifier and Type | Method and Description |
---|---|
ModifiableRealmIdentity |
SecurityDomain.getIdentityForUpdate(Principal principal)
Look up a
ModifiableRealmIdentity by principal. |
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.
|
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.
|
Modifier and Type | Method and 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.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.