org.apache.catalina.realm
Class RealmBase.AllRolesMode
java.lang.Object
org.apache.catalina.realm.RealmBase.AllRolesMode
- Enclosing class:
- RealmBase
protected static class RealmBase.AllRolesMode
- extends Object
STRICT_MODE
public static final RealmBase.AllRolesMode STRICT_MODE
- Use the strict servlet spec interpretation which requires that the user
have one of the web-app/security-role/role-name
AUTH_ONLY_MODE
public static final RealmBase.AllRolesMode AUTH_ONLY_MODE
- Allow any authenticated user
STRICT_AUTH_ONLY_MODE
public static final RealmBase.AllRolesMode STRICT_AUTH_ONLY_MODE
- Allow any authenticated user only if there are no web-app/security-roles
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.