public final class PredefinedRoles
extends Object
-
Field Summary
Fields
Unauthenticated requests.
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ANONYMOUS_ROLE
public static final String ANONYMOUS_ROLE
Unauthenticated requests.
- See Also:
-
-
PUBLIC_ROLE
public static final String PUBLIC_ROLE
All authenticated users.
- See Also:
-