Uses of Class
org.graylog.security.authservice.AuthServiceCredentials
Packages that use AuthServiceCredentials
-
Uses of AuthServiceCredentials in org.graylog.security.authservice
Methods in org.graylog.security.authservice that return AuthServiceCredentialsModifier and TypeMethodDescriptionabstract AuthServiceCredentialsAuthServiceCredentials.Builder.build()static AuthServiceCredentialsAuthServiceCredentials.create(String username, EncryptedValue password) static AuthServiceCredentialsAuthServiceCredentials.createAuthenticated(String username) Methods in org.graylog.security.authservice with parameters of type AuthServiceCredentialsModifier and TypeMethodDescriptionAuthServiceAuthenticator.authenticate(AuthServiceCredentials authCredentials) Tries to authenticate the username with the given password and returns the authenticated username if successful.default Optional<AuthenticationDetails>AuthServiceBackend.authenticateAndProvision(AuthServiceCredentials authCredentials, ProvisionerService provisionerService) AuthServiceBackend.testLogin(AuthServiceCredentials credentials, AuthServiceBackendDTO existingConfig) -
Uses of AuthServiceCredentials in org.graylog.security.authservice.backend
Methods in org.graylog.security.authservice.backend with parameters of type AuthServiceCredentialsModifier and TypeMethodDescriptionADAuthServiceBackend.authenticateAndProvision(AuthServiceCredentials authCredentials, ProvisionerService provisionerService) LDAPAuthServiceBackend.authenticateAndProvision(AuthServiceCredentials authCredentials, ProvisionerService provisionerService) MongoDBAuthServiceBackend.authenticateAndProvision(AuthServiceCredentials authCredentials, ProvisionerService provisionerService) ADAuthServiceBackend.testLogin(AuthServiceCredentials credentials, AuthServiceBackendDTO existingBackendConfig) LDAPAuthServiceBackend.testLogin(AuthServiceCredentials credentials, AuthServiceBackendDTO existingBackendConfig) MongoDBAuthServiceBackend.testLogin(AuthServiceCredentials credentials, AuthServiceBackendDTO existingConfig)