Uses of Interface
org.wildfly.security.auth.server.RealmIdentity
Packages that use RealmIdentity
Package
Description
Server side of authentication provided by Elytron.
-
Uses of RealmIdentity in org.wildfly.security.auth.server
Subinterfaces of RealmIdentity in org.wildfly.security.auth.serverModifier and TypeInterfaceDescriptioninterfaceA realm identity which is modifiable.Fields in org.wildfly.security.auth.server declared as RealmIdentityModifier and TypeFieldDescriptionstatic final RealmIdentityRealmIdentity.ANONYMOUSThe anonymous realm identity.static final RealmIdentityRealmIdentity.NON_EXISTENTAn identity for a non-existent user.Methods in org.wildfly.security.auth.server that return RealmIdentityModifier and TypeMethodDescriptionSecurityDomain.getIdentity(String name) Look up aRealmIdentityby name by wrapping the name in aNamePrincipaland callingSecurityDomain.getIdentity(Principal).SecurityDomain.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 RealmIdentityModifier and TypeMethodDescriptionorg.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. -
Uses of RealmIdentity in org.wildfly.security.auth.server.event
Methods in org.wildfly.security.auth.server.event that return RealmIdentityModifier and TypeMethodDescriptionfinal RealmIdentityRealmAuthenticationEvent.getRealmIdentity()Get the realm identity.Constructors in org.wildfly.security.auth.server.event with parameters of type RealmIdentityModifierConstructorDescriptionRealmAbandonedAuthenticationEvent(RealmIdentity realmIdentity) Construct a new instance.protectedRealmAuthenticationEvent(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 RealmIdentityModifier and TypeMethodDescriptiondefault 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.Obtains a previously cachedRealmIdentityornullif no entry could be found with the specifiedPrincipal.Methods in org.wildfly.security.cache with parameters of type RealmIdentityModifier and TypeMethodDescriptionvoidLRURealmIdentityCache.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 RealmIdentityModifier and TypeMethodDescriptiondefault 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.