Uses of Class
org.flasby.security.AuthException
-
Packages that use AuthException Package Description org.flasby.security -
-
Uses of AuthException in org.flasby.security
Subclasses of AuthException in org.flasby.security Modifier and Type Class Description class
Auth401Exception
The 401 (Unauthorized) status code indicates that the request has not been applied because it lacks valid authentication credentials for the target resource.class
Auth403Exception
The 403 (Forbidden) status code indicates that the server understood the request but refuses to authorize it...If authentication credentials were provided in the request, the server considers them insufficient to grant access.
-