Uses of Class
pt.digitalis.dif.exception.security.AuthorizationManagerException

Packages that use AuthorizationManagerException
pt.digitalis.dif.controller.security.managers   
pt.digitalis.dif.controller.security.managers.impl   
 

Uses of AuthorizationManagerException in pt.digitalis.dif.controller.security.managers
 

Methods in pt.digitalis.dif.controller.security.managers that throw AuthorizationManagerException
 boolean IAuthorizationManager.addACLEntry(ACLEntry entry)
          Adds an ACL to the manager repository
 List<ACLEntry> IAuthorizationManager.findACLEntriesByUserInherited(String userID)
          Returns the user ACL, inheriting the ACL's from groups as well.
 boolean IAuthorizationManager.grantAccessToGroup(String groupID, Entity entityType, String entityID)
          Grants a group with access to a given stage.
 boolean IAuthorizationManager.grantAccessToPublic(Entity entityType, String entityID)
          Grants the public with access to a given stage.
 boolean IAuthorizationManager.grantAccessToUser(String userID, Entity entityType, String entityID)
          Grants a user with access to a given stage.
 boolean IAuthorizationManager.grantDefaultAccessToGroup(String groupID, Entity entityType, String entityID)
          Grants a group with default access to a given stage.
 boolean IAuthorizationManager.grantDefaultAccessToUser(String userID, Entity entityType, String entityID)
          Grants a user with default access to a given stage.
 boolean IAuthorizationManager.grantDefaultPublicAccess(Entity entityType, String entityID)
          Grants with default public access to a given stage.
 boolean IAuthorizationManager.hasAccessGroup(IDIFGroup group, Entity entityType, String entityID)
          Checks if a group can access a given stage.
 boolean IAuthorizationManager.hasAccessGroup(IDIFGroup group, IApplication application)
          Checks if the group can access a given application.
 boolean IAuthorizationManager.hasAccessGroup(IDIFGroup group, IService service)
          Checks if the group can access a given service.
 boolean IAuthorizationManager.hasAccessGroup(IDIFGroup group, IStage stage)
          Checks if a group can access to a given stage.
 boolean IAuthorizationManager.hasAccessUser(IDIFUser user, Entity entityType, String entityID)
          Checks if a user can access to a given entity identified with a type and ID.
 boolean IAuthorizationManager.hasAccessUser(IDIFUser user, IApplication application)
          Checks if the user can access a given application.
 boolean IAuthorizationManager.hasAccessUser(IDIFUser user, IService service)
          Checks if the user can access a given service.
 boolean IAuthorizationManager.hasAccessUser(IDIFUser user, IStage stage)
          Checks if the user can access a given stage.
 

Uses of AuthorizationManagerException in pt.digitalis.dif.controller.security.managers.impl
 

Methods in pt.digitalis.dif.controller.security.managers.impl that throw AuthorizationManagerException
 boolean AbstractAuthorizationManagerImpl.addACLEntry(ACLEntry entry)
           
protected  boolean AbstractAuthorizationManagerImpl.addACLEntryToGroup(ACLEntry entry)
          Adds a new entry to the group ACL.
protected  boolean AbstractAuthorizationManagerImpl.addACLEntryToPublic(ACLEntry entry)
          Adds a new entry to the group ACL.
protected  boolean AbstractAuthorizationManagerImpl.addACLEntryToUser(ACLEntry entry)
          Adds a new entry to the user ACL.
protected  boolean AbstractAuthorizationManagerImpl.checkAccessToGroup(IDIFGroup group, Entity entityType, String entityID)
          Check for access grants
protected  boolean AbstractAuthorizationManagerImpl.checkAccessUser(IDIFUser user, Entity entityType, String entityID)
          Check for access grants
protected  boolean AbstractAuthorizationManagerImpl.checkGroupDirectAccess(IDIFGroup group, Entity entityType, String entityID)
          Check if a group has access granted to entity
protected  boolean AbstractAuthorizationManagerImpl.checkUserDirectAccess(IDIFUser user, Entity entityType, String entityID)
          Implementation if a non-hierarchical check for direct access grants
 List<ACLEntry> AbstractAuthorizationManagerImpl.findACLEntriesByUserInherited(String userID)
           
 boolean AbstractAuthorizationManagerImpl.grantAccessToGroup(String groupID, Entity entityType, String entityID)
           
 boolean AbstractAuthorizationManagerImpl.grantAccessToPublic(Entity entityType, String entityID)
           
 boolean AbstractAuthorizationManagerImpl.grantAccessToUser(String userID, Entity entityType, String entityID)
           
 boolean AbstractAuthorizationManagerImpl.grantDefaultAccessToGroup(String groupID, Entity entityType, String entityID)
           
 boolean AbstractAuthorizationManagerImpl.grantDefaultAccessToUser(String userID, Entity entityType, String entityID)
           
 boolean AbstractAuthorizationManagerImpl.grantDefaultPublicAccess(Entity entityType, String entityID)
           
 boolean AbstractAuthorizationManagerImpl.hasAccessGroup(IDIFGroup group, Entity entityType, String entityID)
           
 boolean AbstractAuthorizationManagerImpl.hasAccessGroup(IDIFGroup group, IApplication application)
           
 boolean AbstractAuthorizationManagerImpl.hasAccessGroup(IDIFGroup group, IService service)
           
 boolean AbstractAuthorizationManagerImpl.hasAccessGroup(IDIFGroup group, IStage stage)
           
 boolean AbstractAuthorizationManagerImpl.hasAccessUser(IDIFUser user, Entity entityType, String entityID)
           
 boolean AbstractAuthorizationManagerImpl.hasAccessUser(IDIFUser user, IApplication application)
           
 boolean AbstractAuthorizationManagerImpl.hasAccessUser(IDIFUser user, IService service)
           
 boolean AbstractAuthorizationManagerImpl.hasAccessUser(IDIFUser user, IStage stage)
           
 



Copyright © 2014 Digitalis Informática Lda. All Rights Reserved.