Uses of Class
com.yammer.dropwizard.authenticator.User
-
Packages that use User Package Description com.yammer.dropwizard.authenticator -
-
Uses of User in com.yammer.dropwizard.authenticator
Methods in com.yammer.dropwizard.authenticator that return types with arguments of type User Modifier and Type Method Description Optional<User>ResourceAuthenticator. authenticate(io.dropwizard.auth.basic.BasicCredentials credentials)Optional<User>UserResourceAuthenticator. authenticate(io.dropwizard.auth.basic.BasicCredentials credentials)Optional<User>LdapAuthenticator. authenticateAndReturnPermittedGroups(io.dropwizard.auth.basic.BasicCredentials credentials)
-