Uses of Class
org.graylog.security.authservice.AuthServiceAuthenticator
Packages that use AuthServiceAuthenticator
-
Uses of AuthServiceAuthenticator in org.graylog2.security.realm
Constructors in org.graylog2.security.realm with parameters of type AuthServiceAuthenticatorModifierConstructorDescriptionBearerTokenRealm(AuthServiceAuthenticator authenticator) HTTPHeaderAuthenticationRealm(ClusterConfigService clusterConfigService, AuthServiceAuthenticator authServiceAuthenticator, Set<IpSubnet> trustedProxies) UsernamePasswordRealm(AuthServiceAuthenticator authenticator, EncryptedValueService encryptedValueService, String rootUsername)