Class AnonymousUser
- java.lang.Object
-
- com.levigo.jadice.server.core.security.AnonymousUser
-
public final class AnonymousUser extends Object
Holds the constants that are used for the anonymous usage of jadice server.- Since:
- jadice server 5.1.7.0
- See Also:
server-config/application/security.xml
,SecuredNodeWorkerFactory
-
-
Field Detail
-
KEY
public static final String KEY
key that is used for anonymous usage of jadice for as referenced in theAnonymousAuthenticationProvider
insecurity.xml
.- See Also:
- Constant Field Values
-
ROLE_NAME
public static final String ROLE_NAME
The role of an anonymous user.- See Also:
- Constant Field Values
-
-