org.apache.catalina.realm
protected static class RealmBase.AllRolesMode extends Object
| Field Summary | |
|---|---|
| static RealmBase.AllRolesMode | AUTH_ONLY_MODE Allow any authenticated user |
| static RealmBase.AllRolesMode | STRICT_AUTH_ONLY_MODE Allow any authenticated user only if there are no web-app/security-roles |
| static 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 |
| Method Summary | |
|---|---|
| boolean | equals(Object o) |
| int | hashCode() |
| String | toString() |