Uses of Class
org.wildfly.security.auth.server.RealmInfo
-
Packages that use RealmInfo Package Description org.wildfly.security.auth.server Server side of authentication provided by Elytron. -
-
Uses of RealmInfo in org.wildfly.security.auth.server
Fields in org.wildfly.security.auth.server declared as RealmInfo Modifier and Type Field Description private static RealmInfoSecurityDomain. EMPTY_REALM_INFOprivate RealmInfoSecurityIdentity. realmInfoprivate RealmInfoServerAuthenticationContext.AuthorizedState. realmInfoprivate RealmInfoServerAuthenticationContext.NameAssignedState. realmInfoFields in org.wildfly.security.auth.server with type parameters of type RealmInfo Modifier and Type Field Description private Map<String,RealmInfo>SecurityDomain. realmMapMethods in org.wildfly.security.auth.server that return RealmInfo Modifier and Type Method Description (package private) RealmInfoSecurityDomain. getRealmInfo(String realmName)(package private) RealmInfoSecurityIdentity. getRealmInfo()(package private) RealmInfoServerAuthenticationContext.AuthorizedState. getRealmInfo()(package private) RealmInfoServerAuthenticationContext.NameAssignedState. getRealmInfo()Methods in org.wildfly.security.auth.server that return types with arguments of type RealmInfo Modifier and Type Method Description (package private) Collection<RealmInfo>SecurityDomain. getRealmInfos()Constructors in org.wildfly.security.auth.server with parameters of type RealmInfo Constructor Description AuthorizedAuthenticationState(SecurityIdentity authorizedIdentity, Principal authenticationPrincipal, RealmInfo realmInfo, RealmIdentity realmIdentity, MechanismRealmConfiguration mechanismRealmConfiguration, MechanismConfiguration mechanismConfiguration)AuthorizedState(SecurityIdentity authorizedIdentity, Principal authenticationPrincipal, RealmInfo realmInfo, MechanismConfiguration mechanismConfiguration, MechanismRealmConfiguration mechanismRealmConfiguration)NameAssignedState(SecurityIdentity capturedIdentity, RealmInfo realmInfo, RealmIdentity realmIdentity, Principal authenticationPrincipal, MechanismConfiguration mechanismConfiguration, MechanismRealmConfiguration mechanismRealmConfiguration, IdentityCredentials privateCredentials, IdentityCredentials publicCredentials, Attributes runtimeAttributes)SecurityIdentity(SecurityDomain securityDomain, Principal principal, RealmInfo realmInfo, AuthorizationIdentity authorizationIdentity, Map<String,RoleMapper> roleMappers, IdentityCredentials publicCredentials, IdentityCredentials privateCredentials)Constructor parameters in org.wildfly.security.auth.server with type arguments of type RealmInfo Constructor Description SecurityDomain(SecurityDomain.Builder builder, LinkedHashMap<String,RealmInfo> realmMap)
-