Uses of Interface
org.wildfly.security.auth.server.RealmMapper
Packages that use RealmMapper
Package
Description
Server side of authentication provided by Elytron.
-
Uses of RealmMapper in org.wildfly.security.auth.server
Fields in org.wildfly.security.auth.server declared as RealmMapperModifier and TypeFieldDescriptionstatic final RealmMapperRealmMapper.DEFAULT_REALM_MAPPERA realm mapper which always falls back to a default realm.Methods in org.wildfly.security.auth.server that return RealmMapperModifier and TypeMethodDescriptionstatic RealmMapperRealmMapper.aggregate(RealmMapper... mappers) Create an aggregate realm mapping strategy.static RealmMapperRealmMapper.aggregate(RealmMapper mapper1, RealmMapper mapper2) Create an aggregate realm mapping strategy.MechanismConfiguration.getRealmMapper()Get the realm mapper.MechanismRealmConfiguration.getRealmMapper()Get the realm mapper for this mechanism realm.static RealmMapperRealmMapper.matching(BiPredicate<? super Principal, ? super Evidence> matchRule, String realmName) Create a realm mapper that matches when the given predicate matches.static RealmMapperRealmMapper.matchingEvidence(Predicate<? super Evidence> matchRule, String realmName) Create a realm mapper that matches when the given predicate matches the evidence.static RealmMapperRealmMapper.matchingEvidenceType(Class<? extends Evidence> evidenceType, String realmName) Create a realm mapper that matches when the evidence is of the given type.static RealmMapperRealmMapper.matchingPrincipal(Predicate<? super Principal> matchRule, String realmName) Create a realm mapper that matches when the given predicate matches the principal.static RealmMapperRealmMapper.matchingPrincipalType(Class<? extends Principal> principalType, String realmName) Create a realm mapper that matches when the principal is of the given type.static RealmMapperCreate a realm mapper that always maps to the given realm.Methods in org.wildfly.security.auth.server with parameters of type RealmMapperModifier and TypeMethodDescriptionstatic RealmMapperRealmMapper.aggregate(RealmMapper... mappers) Create an aggregate realm mapping strategy.static RealmMapperRealmMapper.aggregate(RealmMapper mapper1, RealmMapper mapper2) Create an aggregate realm mapping strategy.MechanismConfiguration.Builder.setRealmMapper(RealmMapper realmMapper) Sets a realm mapper to be used by the mechanism.MechanismRealmConfiguration.Builder.setRealmMapper(RealmMapper realmMapper) Sets a realm mapper to be used by the mechanism.SecurityDomain.Builder.setRealmMapper(RealmMapper realmMapper) Set the realm mapper for this security domain, which selects a realm based on the authentication name.