Package | Description |
---|---|
org.wildfly.security.auth.server |
Server side of authentication provided by Elytron.
|
org.wildfly.security.auth.server.event |
Modifier and Type | Interface and Description |
---|---|
interface |
ModifiableRealmIdentity
A realm identity which is modifiable.
|
Modifier and Type | Field and Description |
---|---|
static RealmIdentity |
RealmIdentity.ANONYMOUS
The anonymous realm identity.
|
static RealmIdentity |
RealmIdentity.NON_EXISTENT
An identity for a non-existent user.
|
Modifier and Type | Method and Description |
---|---|
RealmIdentity |
SecurityDomain.getIdentity(Principal principal)
Look up a
RealmIdentity by principal. |
RealmIdentity |
SecurityDomain.getIdentity(String name)
Look up a
RealmIdentity by name by wrapping the name in a NamePrincipal and calling SecurityDomain.getIdentity(Principal) . |
default RealmIdentity |
SecurityRealm.getRealmIdentity(Evidence evidence)
Get a handle for to the identity for the given evidence in the context of this security realm.
|
default RealmIdentity |
SecurityRealm.getRealmIdentity(Principal principal)
Get a 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,RealmIdentity,RealmUnavailableException> |
SecurityDomain.getIdentityLookupFunction()
Get a function which can be used to look up principals without a security manager permission check.
|
Modifier and Type | Method and Description |
---|---|
RealmIdentity |
RealmAuthenticationEvent.getRealmIdentity()
Get the realm identity.
|
Constructor and Description |
---|
RealmAbandonedAuthenticationEvent(RealmIdentity realmIdentity)
Construct a new instance.
|
RealmAuthenticationEvent(RealmIdentity realmIdentity)
Construct a new instance.
|
RealmFailedAuthenticationEvent(RealmIdentity realmIdentity,
Credential credential,
Evidence evidence)
Construct a new instance.
|
RealmSuccessfulAuthenticationEvent(RealmIdentity realmIdentity,
AuthorizationIdentity authorizationIdentity,
Credential credential,
Evidence evidence)
Construct a new instance.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.