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.ldap Classes related to aSecurityRealmimplementation capable of integrating with LDAP servers.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 org.wildfly.security.http.oidc  - 
- 
Uses of RealmIdentity in org.wildfly.security.auth.realm
Classes in org.wildfly.security.auth.realm that implement RealmIdentity Modifier and Type Class Description (package private) static classAggregateSecurityRealm.Identity(package private) classDistributedSecurityRealm.EvidenceDistributedIdentity(package private) classDistributedSecurityRealm.PrincipalDistributedIdentityprotected classFailoverSecurityRealm.FailoverRealmIdentity(package private) static classFileSystemSecurityRealm.Identityprivate classJaasSecurityRealm.JaasRealmIdentityprivate classKeyStoreBackedSecurityRealm.KeyStoreRealmIdentityprivate classSimpleMapBackedSecurityRealm.SimpleMapRealmIdentityFields in org.wildfly.security.auth.realm declared as RealmIdentity Modifier and Type Field Description private RealmIdentityAggregateSecurityRealm.Identity. authenticationIdentityprivate RealmIdentity[]AggregateSecurityRealm.Identity. authorizationIdentitiesprivate RealmIdentityDistributedSecurityRealm.EvidenceDistributedIdentity. currentIdentityprivate RealmIdentityDistributedSecurityRealm.PrincipalDistributedIdentity. currentIdentityprotected 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)private RealmIdentityAggregateSecurityRealm. getAuthorizationIdentity(SecurityRealm authorizationRealm, Evidence evidence, Function<Principal,Principal> principalTransformer, RealmIdentity authenticationIdentity)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)private RealmIdentityAggregateSecurityRealm. getAuthorizationIdentity(SecurityRealm authorizationRealm, Evidence evidence, Function<Principal,Principal> principalTransformer, RealmIdentity authenticationIdentity)Constructors in org.wildfly.security.auth.realm with parameters of type RealmIdentity Constructor Description FailoverRealmIdentity(RealmIdentity identity)Identity(RealmIdentity authenticationIdentity, RealmIdentity[] authorizationIdentities) - 
Uses of RealmIdentity in org.wildfly.security.auth.realm.jdbc
Classes in org.wildfly.security.auth.realm.jdbc that implement RealmIdentity Modifier and Type Class Description private classJdbcSecurityRealm.JdbcRealmIdentityMethods 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.ldap
Classes in org.wildfly.security.auth.realm.ldap that implement RealmIdentity Modifier and Type Class Description private classLdapSecurityRealm.LdapRealmIdentityMethods in org.wildfly.security.auth.realm.ldap that return RealmIdentity Modifier and Type Method Description RealmIdentityLdapSecurityRealm. getRealmIdentity(Principal principal) - 
Uses of RealmIdentity in org.wildfly.security.auth.realm.token
Classes in org.wildfly.security.auth.realm.token that implement RealmIdentity Modifier and Type Class Description (package private) classTokenSecurityRealm.TokenRealmIdentityMethods 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.private RealmIdentityServerAuthenticationContext.AuthorizedAuthenticationState. realmIdentityprivate RealmIdentityServerAuthenticationContext.NameAssignedState. realmIdentityMethods 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.(package private) RealmIdentityServerAuthenticationContext.AnonymousAuthorizedState. getRealmIdentity()(package private) RealmIdentityServerAuthenticationContext.AuthorizedAuthenticationState. getRealmIdentity()(package private) RealmIdentityServerAuthenticationContext.InvalidNameState. getRealmIdentity()(package private) RealmIdentityServerAuthenticationContext.NameAssignedState. getRealmIdentity()(package private) RealmIdentityServerAuthenticationContext.State. getRealmIdentity()Methods in org.wildfly.security.auth.server that return types with arguments of type RealmIdentity Modifier and Type Method 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.Constructors in org.wildfly.security.auth.server with parameters of type RealmIdentity Constructor Description AuthorizedAuthenticationState(SecurityIdentity authorizedIdentity, Principal authenticationPrincipal, RealmInfo realmInfo, RealmIdentity realmIdentity, MechanismRealmConfiguration mechanismRealmConfiguration, MechanismConfiguration mechanismConfiguration)NameAssignedState(SecurityIdentity capturedIdentity, RealmInfo realmInfo, RealmIdentity realmIdentity, Principal authenticationPrincipal, MechanismConfiguration mechanismConfiguration, MechanismRealmConfiguration mechanismRealmConfiguration, IdentityCredentials privateCredentials, IdentityCredentials publicCredentials, Attributes runtimeAttributes) - 
Uses of RealmIdentity in org.wildfly.security.auth.server.event
Fields in org.wildfly.security.auth.server.event declared as RealmIdentity Modifier and Type Field Description private RealmIdentityRealmAuthenticationEvent. realmIdentityMethods 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.RealmDefiniteOutcomeAuthenticationEvent(RealmIdentity realmIdentity, Credential credential, Evidence evidence)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
Fields in org.wildfly.security.cache declared as RealmIdentity Modifier and Type Field Description (package private) RealmIdentityLRURealmIdentityCache.CacheEntry. valueMethods 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.private RealmIdentityLRURealmIdentityCache. removeIfExpired(LRURealmIdentityCache.CacheEntry cached)(package private) RealmIdentityLRURealmIdentityCache.CacheEntry. value()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.Constructors in org.wildfly.security.cache with parameters of type RealmIdentity Constructor Description CacheEntry(Principal key, RealmIdentity value, long maxAge) - 
Uses of RealmIdentity in org.wildfly.security.http.oidc
Methods in org.wildfly.security.http.oidc that return RealmIdentity Modifier and Type Method Description private RealmIdentityOidcSecurityRealm. createRealmIdentity(OidcPrincipal principal)RealmIdentityOidcSecurityRealm. getRealmIdentity(Principal principal) 
 -