Uses of Interface
org.wildfly.security.auth.server.RealmIdentity
-
Packages that use RealmIdentity Package Description org.wildfly.security.auth.realm Security realm implementations for Elytron.org.wildfly.security.auth.realm.jdbc Classes related to aSecurityRealmimplementation based on the JDBC (Java Database Connectivity) API.org.wildfly.security.auth.realm.token Classes related to aSecurityRealmimplementation that handles different types of security tokens.org.wildfly.security.auth.server Server side of authentication provided by Elytron.org.wildfly.security.auth.server.event org.wildfly.security.cache -
-
Uses of RealmIdentity in org.wildfly.security.auth.realm
Classes in org.wildfly.security.auth.realm that implement RealmIdentity Modifier and Type Class Description protected classFailoverSecurityRealm.FailoverRealmIdentityFields in org.wildfly.security.auth.realm declared as RealmIdentity Modifier and Type Field Description protected RealmIdentityFailoverSecurityRealm.FailoverRealmIdentity. delegateMethods in org.wildfly.security.auth.realm that return RealmIdentity Modifier and Type Method Description protected RealmIdentityFailoverSecurityRealm. createFailoverIdentity(RealmIdentity identity, Principal principal)protected RealmIdentityFailoverSecurityRealm. createFailoverIdentity(RealmIdentity identity, Evidence evidence)protected RealmIdentityFailoverSecurityRealm.FailoverRealmIdentity. failover(RealmUnavailableException rue)protected abstract RealmIdentityFailoverSecurityRealm.FailoverRealmIdentity. getFailoverIdentity()RealmIdentityAggregateSecurityRealm. getRealmIdentity(Principal principal)RealmIdentityAggregateSecurityRealm. getRealmIdentity(Evidence evidence)RealmIdentityCachingSecurityRealm. getRealmIdentity(Principal principal)RealmIdentityDistributedSecurityRealm. getRealmIdentity(Principal principal)RealmIdentityDistributedSecurityRealm. getRealmIdentity(Evidence evidence)RealmIdentityFailoverSecurityRealm. getRealmIdentity(Principal principal)RealmIdentityFailoverSecurityRealm. getRealmIdentity(Evidence evidence)RealmIdentityFileSystemSecurityRealm. getRealmIdentity(Principal principal)RealmIdentityJaasSecurityRealm. getRealmIdentity(Principal principal)RealmIdentityKeyStoreBackedSecurityRealm. getRealmIdentity(Principal principal)RealmIdentityLegacyPropertiesSecurityRealm. getRealmIdentity(Principal principal)RealmIdentitySimpleMapBackedSecurityRealm. getRealmIdentity(Principal principal)Methods in org.wildfly.security.auth.realm with parameters of type RealmIdentity Modifier and Type Method Description protected RealmIdentityFailoverSecurityRealm. createFailoverIdentity(RealmIdentity identity, Principal principal)protected RealmIdentityFailoverSecurityRealm. createFailoverIdentity(RealmIdentity identity, Evidence evidence)Constructors in org.wildfly.security.auth.realm with parameters of type RealmIdentity Constructor Description FailoverRealmIdentity(RealmIdentity identity) -
Uses of RealmIdentity in org.wildfly.security.auth.realm.jdbc
Methods in org.wildfly.security.auth.realm.jdbc that return RealmIdentity Modifier and Type Method Description RealmIdentityJdbcSecurityRealm. getRealmIdentity(Principal principal) -
Uses of RealmIdentity in org.wildfly.security.auth.realm.token
Methods in org.wildfly.security.auth.realm.token that return RealmIdentity Modifier and Type Method Description RealmIdentityTokenSecurityRealm. getRealmIdentity(Evidence evidence) -
Uses of RealmIdentity in org.wildfly.security.auth.server
Subinterfaces of RealmIdentity in org.wildfly.security.auth.server Modifier and Type Interface Description interfaceModifiableRealmIdentityA realm identity which is modifiable.Fields in org.wildfly.security.auth.server declared as RealmIdentity Modifier and Type Field Description static RealmIdentityRealmIdentity. ANONYMOUSThe anonymous realm identity.static RealmIdentityRealmIdentity. NON_EXISTENTAn identity for a non-existent user.Methods in org.wildfly.security.auth.server that return RealmIdentity Modifier and Type Method Description RealmIdentitySecurityDomain. getIdentity(String name)Look up aRealmIdentityby name by wrapping the name in aNamePrincipaland callingSecurityDomain.getIdentity(Principal).RealmIdentitySecurityDomain. getIdentity(Principal principal)Look up aRealmIdentityby principal.default RealmIdentitySecurityRealm. getRealmIdentity(Principal principal)Get a handle for to the identity for the given principal in the context of this security realm.default RealmIdentitySecurityRealm. getRealmIdentity(Evidence evidence)Get a handle for to the identity for the given evidence in the context of this security realm.default RealmIdentitySecurityRealm. getRealmIdentity(Evidence evidence, Function<Principal,Principal> principalTransformer)Get a handle for the identity for the given evidence in the context of this security realm.Methods in org.wildfly.security.auth.server that return types with arguments of type RealmIdentity Modifier and Type Method Description ExceptionFunction<Principal,RealmIdentity,RealmUnavailableException>SecurityDomain. getIdentityLookupFunction()Get a function which can be used to look up principals without a security manager permission check. -
Uses of RealmIdentity in org.wildfly.security.auth.server.event
Methods in org.wildfly.security.auth.server.event that return RealmIdentity Modifier and Type Method Description RealmIdentityRealmAuthenticationEvent. getRealmIdentity()Get the realm identity.Constructors in org.wildfly.security.auth.server.event with parameters of type RealmIdentity Constructor 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. -
Uses of RealmIdentity in org.wildfly.security.cache
Methods in org.wildfly.security.cache that return RealmIdentity Modifier and Type Method Description default RealmIdentityRealmIdentityCache. computeIfAbsent(Principal principal, Function<Principal,RealmIdentity> mappingFunction)If the specified key is not already associated with a value (or is mapped tonull), attempts to compute its value using the given mapping function and enters it into this map unlessnull.RealmIdentityLRURealmIdentityCache. get(Principal key)RealmIdentityRealmIdentityCache. get(Principal principal)Obtains a previously cachedRealmIdentityornullif no entry could be found with the specifiedPrincipal.Methods in org.wildfly.security.cache with parameters of type RealmIdentity Modifier and Type Method Description voidLRURealmIdentityCache. put(Principal key, RealmIdentity newValue)voidRealmIdentityCache. put(Principal principal, RealmIdentity realmIdentity)Puts a newRealmIdentityinto the cache and referenced by the specifiedPrincipal.Method parameters in org.wildfly.security.cache with type arguments of type RealmIdentity Modifier and Type Method Description default RealmIdentityRealmIdentityCache. computeIfAbsent(Principal principal, Function<Principal,RealmIdentity> mappingFunction)If the specified key is not already associated with a value (or is mapped tonull), attempts to compute its value using the given mapping function and enters it into this map unlessnull.
-