com.softwareag.centrasite.appl.framework.validation.acl
Interface UserAclProvider.UserAclContext

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

public static interface UserAclProvider.UserAclContext
extends AclContext

Interface, which the AclContext must implement to be applicable.


Method Summary
 boolean isUser(java.lang.String pId)
          Returns, whether the user specified by the context has the given login ID.
 

Method Detail

isUser

boolean isUser(java.lang.String pId)
               throws com.softwareag.centrasite.appl.framework.CSAppFrameworkException
Returns, whether the user specified by the context has the given login ID.

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