| org.w3c.jigsaw.acl.JAcl org.w3c.jigsaw.acl.AclRealm
AclRealm | public class AclRealm extends JAcl (Code) | | version: $Revision: 1.11 $ author: Benoît Mahé (bmahe@w3.org) |
ATTR_ALLOWED_USERS | protected static int ATTR_ALLOWED_USERS(Code) | | Attribute index - The list of allowed users.
|
ATTR_METHODS | protected static int ATTR_METHODS(Code) | | Attribute index - The methods protected by the filter.
|
ATTR_REALM | protected static int ATTR_REALM(Code) | | Attribute index - The realm name for this ACL.
|
ipmatcher | protected IPMatcher ipmatcher(Code) | | The IPMatcher to match IP templates to user records.
|
loaded_realm | protected String loaded_realm(Code) | | The nam of the realm we cache in realm .
|
acquireRealm | protected synchronized void acquireRealm()(Code) | | Get a pointer to our realm, and initialize our ipmatcher.
|
checkUser | protected boolean checkUser(AuthUser user)(Code) | | Is this user allowed in the realm ?
A boolean true if access allowed. |
getAllowedUsers | public String[] getAllowedUsers()(Code) | | Get the list of allowed users.
|
getMethods | public String[] getMethods()(Code) | | Get the list of methods that this filter protect
An array of String giving the name of the protected methods,or null, in wich case all methods areto be protected. |
getRealm | public String getRealm()(Code) | | Get the realm of this filter.
|
initialize | public void initialize(Object values)(Code) | | Initialize the Acl.
|
|
|