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 RealmInfo
SecurityDomain. EMPTY_REALM_INFO
private RealmInfo
SecurityIdentity. realmInfo
private RealmInfo
ServerAuthenticationContext.AuthorizedState. realmInfo
private RealmInfo
ServerAuthenticationContext.NameAssignedState. realmInfo
Fields in org.wildfly.security.auth.server with type parameters of type RealmInfo Modifier and Type Field Description private Map<String,RealmInfo>
SecurityDomain. realmMap
Methods in org.wildfly.security.auth.server that return RealmInfo Modifier and Type Method Description (package private) RealmInfo
SecurityDomain. getRealmInfo(String realmName)
(package private) RealmInfo
SecurityIdentity. getRealmInfo()
(package private) RealmInfo
ServerAuthenticationContext.AuthorizedState. getRealmInfo()
(package private) RealmInfo
ServerAuthenticationContext.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)
-