Uses of Class
org.graylog.security.authservice.AuthenticationDetails
Packages that use AuthenticationDetails
-
Uses of AuthenticationDetails in org.graylog.security.authservice
Methods in org.graylog.security.authservice that return AuthenticationDetailsModifier and TypeMethodDescriptionabstract AuthenticationDetailsAuthenticationDetails.Builder.build()Methods in org.graylog.security.authservice that return types with arguments of type AuthenticationDetailsModifier and TypeMethodDescriptiondefault Optional<AuthenticationDetails>AuthServiceBackend.authenticateAndProvision(AuthServiceCredentials authCredentials, ProvisionerService provisionerService) default Optional<AuthenticationDetails>AuthServiceBackend.authenticateAndProvision(AuthServiceToken token, ProvisionerService provisionerService) -
Uses of AuthenticationDetails in org.graylog.security.authservice.backend
Methods in org.graylog.security.authservice.backend that return types with arguments of type AuthenticationDetailsModifier and TypeMethodDescriptionADAuthServiceBackend.authenticateAndProvision(AuthServiceCredentials authCredentials, ProvisionerService provisionerService) LDAPAuthServiceBackend.authenticateAndProvision(AuthServiceCredentials authCredentials, ProvisionerService provisionerService) MongoDBAuthServiceBackend.authenticateAndProvision(AuthServiceCredentials authCredentials, ProvisionerService provisionerService)