Uses of Class
com.floragunn.searchguard.user.AuthDomainInfo
-
Packages that use AuthDomainInfo Package Description com.floragunn.searchguard.user -
-
Uses of AuthDomainInfo in com.floragunn.searchguard.user
Fields in com.floragunn.searchguard.user declared as AuthDomainInfo Modifier and Type Field Description static AuthDomainInfoAuthDomainInfo. ANONstatic AuthDomainInfoAuthDomainInfo. IMPERSONATION_TLSstatic AuthDomainInfoAuthDomainInfo. INJECTEDstatic AuthDomainInfoAuthDomainInfo. STORED_AUTHstatic AuthDomainInfoAuthDomainInfo. TLS_CERTstatic AuthDomainInfoAuthDomainInfo. UNKNOWNMethods in com.floragunn.searchguard.user that return AuthDomainInfo Modifier and Type Method Description AuthDomainInfoAuthDomainInfo. add(AuthDomainInfo other)AuthDomainInfoAuthDomainInfo. addAuthBackend(String authBackendType)AuthDomainInfoAuthDomainInfo. authBackendType(String authBackendType)AuthDomainInfoAuthDomainInfo. authDomainId(String authDomainId)AuthDomainInfoAuthDomainInfo. authenticatorType(String authenticatorType)static AuthDomainInfoAuthDomainInfo. forAuthDomainId(String authDomainId)static AuthDomainInfoAuthDomainInfo. forAuthenticatorType(String authenticatorType)static AuthDomainInfoAuthDomainInfo. from(User user)AuthDomainInfoAuthCredentials. getAuthDomainInfo()Methods in com.floragunn.searchguard.user with parameters of type AuthDomainInfo Modifier and Type Method Description AuthDomainInfoAuthDomainInfo. add(AuthDomainInfo other)User.BuilderUser.Builder. authDomainInfo(AuthDomainInfo authDomainInfo)Constructors in com.floragunn.searchguard.user with parameters of type AuthDomainInfo Constructor Description User(String name, AuthDomainInfo authDomainInfo)User(String name, AuthDomainInfo authDomainInfo, Collection<String> roles, AuthCredentials customAttributes)Create a new authenticated userUser(String name, String subName, AuthDomainInfo authDomainInfo, String type, Set<String> roles, Set<String> searchGuardRoles, Object specialAuthzConfig, String requestedTenant, Map<String,Object> structuredAttributes, Map<String,String> attributes, boolean isInjected, boolean authzComplete)
-