Uses of Class
com.peterphi.std.guice.common.auth.AuthScope
Packages that use AuthScope
Package
Description
-
Uses of AuthScope in com.peterphi.std.guice.common.auth.iface
Methods in com.peterphi.std.guice.common.auth.iface with parameters of type AuthScopeModifier and TypeMethodDescriptionAccessRefuser.refuse
(AuthScope scope, AuthConstraint constraint, CurrentUser user) Return a Throwable (should either be an Error or a RuntimeException) to be raised when the provided user fails the authentication constraint -
Uses of AuthScope in com.peterphi.std.guice.web.rest.auth.oauth2
Methods in com.peterphi.std.guice.web.rest.auth.oauth2 with parameters of type AuthScopeModifier and TypeMethodDescriptionRedirectToOAuthAccessRefuser.refuse
(AuthScope scope, AuthConstraint constraint, CurrentUser login)