Class RealmBase.AllRolesMode
java.lang.Object
org.apache.catalina.realm.RealmBase.AllRolesMode
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final RealmBase.AllRolesModeAllow any authenticated userstatic final RealmBase.AllRolesModeAllow any authenticated user only if there are no web-app/security-rolesstatic final RealmBase.AllRolesModeUse the strict servlet spec interpretation which requires that the user have one of the web-app/security-role/role-name
- 
Method Summary
- 
Field Details- 
STRICT_MODEUse the strict servlet spec interpretation which requires that the user have one of the web-app/security-role/role-name
- 
AUTH_ONLY_MODEAllow any authenticated user
- 
STRICT_AUTH_ONLY_MODEAllow any authenticated user only if there are no web-app/security-roles
 
- 
- 
Method Details- 
equals
- 
hashCode
- 
toString
 
-