org.apache.catalina.realm

Class RealmBase.AllRolesMode

protected static class RealmBase.AllRolesMode extends Object

Field Summary
static RealmBase.AllRolesModeAUTH_ONLY_MODE
Allow any authenticated user
static RealmBase.AllRolesModeSTRICT_AUTH_ONLY_MODE
Allow any authenticated user only if there are no web-app/security-roles
static RealmBase.AllRolesModeSTRICT_MODE
Use the strict servlet spec interpretation which requires that the user have one of the web-app/security-role/role-name
Method Summary
booleanequals(Object o)
inthashCode()
StringtoString()

Field Detail

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

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

Method Detail

equals

public boolean equals(Object o)

hashCode

public int hashCode()

toString

public String toString()
Copyright © 2000-2011 Apache Software Foundation. All Rights Reserved.