Uses of Interface
com.softwareag.centrasite.appl.framework.validation.acl.AclContext

Packages that use AclContext
com.softwareag.centrasite.appl.framework.validation.acl   
 

Uses of AclContext in com.softwareag.centrasite.appl.framework.validation.acl
 

Subinterfaces of AclContext in com.softwareag.centrasite.appl.framework.validation.acl
static interface RoleAclProvider.RoleAclContext
          Interface, which the AclContext must implement to be applicable.
static interface UserAclProvider.UserAclContext
          Interface, which the AclContext must implement to be applicable.
 

Classes in com.softwareag.centrasite.appl.framework.validation.acl that implement AclContext
 class CentraSiteAclContext
          Default implementation of the CentraSiteAclContext, which is built by reading a JAXR connections authentication details.
 

Methods in com.softwareag.centrasite.appl.framework.validation.acl that return AclContext
 AclContext CSAppAuthenticationException.getAclContext()
          Returns the context, which specifies the access requester.
 

Methods in com.softwareag.centrasite.appl.framework.validation.acl with parameters of type AclContext
 void DefaultAclController.assertGranted(AclContext pContext, java.lang.String pId)
           
 void AclController.assertGranted(AclContext pContext, java.lang.String pId)
          Called to asser, that access is granted.
 boolean DefaultAclController.isDenied(AclContext pContext, java.lang.String pId)
           
 boolean AclController.isDenied(AclContext pContext, java.lang.String pId)
          Called to query, whether access is denied.
 boolean DefaultAclController.isGranted(AclContext pContext, java.lang.String pId)
           
 boolean AclController.isGranted(AclContext pContext, java.lang.String pId)
          Called to query, whether access is granted.
 boolean UserAclProvider.isMatching(AclContext pContext, java.lang.String pRule)
           
 boolean RoleAclProvider.isMatching(AclContext pContext, java.lang.String pRule)
           
 boolean DefaultAclProvider.isMatching(AclContext pContext, java.lang.String pRule)
           
 boolean AclProvider.isMatching(AclContext pContext, java.lang.String pRule)
          Called to query, whether the provider grants or denies access to the object, which is specified by the given context.
 

Constructors in com.softwareag.centrasite.appl.framework.validation.acl with parameters of type AclContext
CSAppAuthenticationException(AclContext pContext, java.lang.String pId, java.lang.String pMessage)
          Creates a new instance with the given detail message and no cause.
CSAppAuthenticationException(AclContext pContext, java.lang.String pId, java.lang.String pMessage, java.lang.Throwable pCause)
          Creates a new instance with the given detail message and cause.
CSAppAuthenticationException(AclContext pContext, java.lang.String pId, java.lang.Throwable pCause)
          Creates a new instance with the given cause.