com.softwareag.centrasite.appl.framework.validation.acl
Interface RoleAclProvider.RoleAclContext

All Superinterfaces:
AclContext, java.io.Serializable
All Known Implementing Classes:
CentraSiteAclContext
Enclosing class:
RoleAclProvider

public static interface RoleAclProvider.RoleAclContext
extends AclContext

Interface, which the AclContext must implement to be applicable.


Method Summary
 boolean hasRole(java.lang.String pId)
          Returns, whether the context specifies, that the user has the given role.
 

Method Detail

hasRole

boolean hasRole(java.lang.String pId)
                throws com.softwareag.centrasite.appl.framework.CSAppFrameworkException
Returns, whether the context specifies, that the user has the given role.

Throws:
com.softwareag.centrasite.appl.framework.CSAppFrameworkException