com.caucho.security
Class AbstractRoleMap

java.lang.Object
  extended by com.caucho.security.AbstractRoleMap
All Implemented Interfaces:
RoleMap
Direct Known Subclasses:
XmlRoleMap

public abstract class AbstractRoleMap
extends java.lang.Object
implements RoleMap

Maps roles (permissions) to users and groups.


Constructor Summary
AbstractRoleMap()
           
 
Method Summary
 void init()
          Initialize the XML authenticator.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.caucho.security.RoleMap
isUserInRole
 

Constructor Detail

AbstractRoleMap

public AbstractRoleMap()
Method Detail

init

@PostConstruct
public void init()
Initialize the XML authenticator.