Uses of Class
gov.nih.nci.caarray.services.exception.SecurityException

Packages that use SecurityException
gov.nih.nci.caarray.services.security.ejb   
 

Uses of SecurityException in gov.nih.nci.caarray.services.security.ejb
 

Methods in gov.nih.nci.caarray.services.security.ejb that throw SecurityException
 SecuredElementItf[] SecurityManagerEJB.canUserAccessElement(SecuredElementItf[] objectIds, java.lang.String[] roleIds)
          Checks if the user can access the securedElement for this Object.
 SecuredElementItf[] CaSecurityManagerEJB.canUserAccessElement(SecuredElementItf[] objectIds, java.lang.String[] roleIds)
          Checks if the user can access the securedElement for this Object.
 SecuredElementItf[] SecurityManagerEJB.canUserAccessElement(SecuredElementItf[] objectIds, java.lang.String[] roleIds, ProtectionGroupData[] protectionGroups)
          Checks if the user can access the securedElement for this Object.
 SecuredElementItf[] CaSecurityManagerEJB.canUserAccessElement(SecuredElementItf[] objectIds, java.lang.String[] roleIds, ProtectionGroupData[] protectionGroups)
          Checks if the user can access the securedElement for this Object.
 SecuredElementItf SecurityManagerEJB.canUserAccessElement(SecuredElementItf object, java.lang.String[] roleIds)
          Checks if the user can access the securedElement for this Object.
 SecuredElementItf CaSecurityManagerEJB.canUserAccessElement(SecuredElementItf object, java.lang.String[] roleIds)
          Checks if the user can access the securedElement for this Object.
 SecuredElementItf[] SecurityManagerEJB.canUserAccessElement(java.lang.String userId, SecuredElementItf[] objectIds, java.lang.String[] roleIds)
          Checks if the user can access the securedElemet for this Object.
 SecuredElementItf[] CaSecurityManagerEJB.canUserAccessElement(java.lang.String userId, SecuredElementItf[] objectIds, java.lang.String[] roleIds)
          Checks if the user can access the securedElemet for this Object.
 boolean SecurityManagerEJB.canUserAccessElement(java.lang.String userId, java.lang.String objectId, java.lang.String[] roleIds)
          Deprecated.  
 boolean CaSecurityManagerEJB.canUserAccessElement(java.lang.String userId, java.lang.String objectId, java.lang.String[] roleIds)
          Deprecated.  
 SecuredElementItf[] SecurityManagerEJB.canUserAccessOwnerElement(SecuredElementItf[] objectIds)
          Checks if the user can access the securedElement for this Object.
 SecuredElementItf[] CaSecurityManagerEJB.canUserAccessOwnerElement(SecuredElementItf[] objectIds)
          Checks if the user can access the securedElement for this Object.
 SecuredElementItf[] SecurityManagerEJB.canUserAccessOwnerElementOnly(SecuredElementItf[] objectIds)
          Checks if the user can access the securedElement for this Object.
 SecuredElementItf[] CaSecurityManagerEJB.canUserAccessOwnerElementOnly(SecuredElementItf[] objectIds)
          Checks if the user can access the securedElement for this Object.
 int SecurityManagerEJB.createSecuredElement(SecuredElementData secElemData)
          creates a secured element
 int CaSecurityManagerEJB.createSecuredElement(SecuredElementData secElemData)
          creates a secured element
 void SecurityManagerEJB.deassignSecuredElementOwner(java.lang.String objectId)
          Deassign Secured Element Owner
 void CaSecurityManagerEJB.deassignSecuredElementOwner(java.lang.String objectId)
          Deassign Secured Element Owner
 java.lang.String CaSecurityManagerEJB.getCaseSensitivityUserName(java.lang.String userName)
          retrieve the case-sensitive username Used as a workaround to cope with LDAP authentication accepting a case-insensitive login/user name.
 ProtectionGroupData[] SecurityManagerEJB.getElementProtectionGroups(java.lang.String objectId)
          Gets Protection Groups associated with a Object
 ProtectionGroupData[] CaSecurityManagerEJB.getElementProtectionGroups(java.lang.String objectId)
          Gets Protection Groups associated with a Object
 ProtectionGroupData[] SecurityManagerEJB.getProtectionGroups()
          Gets all the protection Groups in the system
 ProtectionGroupData[] CaSecurityManagerEJB.getProtectionGroups()
          Gets all the protection Groups in the system
 boolean SecurityManagerEJB.isUserElementOwner(java.lang.String objectId)
          Checks if the user is owner of the Object SecuredElement.
 boolean CaSecurityManagerEJB.isUserElementOwner(java.lang.String objectId)
          Checks if the user is owner of the Object SecuredElement.
 boolean SecurityManagerEJB.isUserElementOwner(java.lang.String userName, java.lang.String objectId)
          Deprecated.  
 boolean CaSecurityManagerEJB.isUserElementOwner(java.lang.String userName, java.lang.String objectId)
          Deprecated.  
 void SecurityManagerEJB.removeSecuredElement(java.lang.String objectId)
          remove a secured element from security database
 void CaSecurityManagerEJB.removeSecuredElement(java.lang.String objectId)
          remove a secured element from security database
 void SecurityManagerEJB.setElementProtectionGroups(java.lang.String objectId, ProtectionGroupData[] protectionGroups)
          set ProtectionGroups for a securedElement/Object
 void CaSecurityManagerEJB.setElementProtectionGroups(java.lang.String objectId, ProtectionGroupData[] protectionGroups)
          set ProtectionGroups for a securedElement/Object
 void SecurityManagerEJB.setSecuredElementOwner(java.lang.String objectId, java.lang.String userName)
          Set New Secured Element Owner
 void CaSecurityManagerEJB.setSecuredElementOwner(java.lang.String objectId, java.lang.String userName)
          Set New Secured Element Owner
 void SecurityManagerEJB.updateElementProtectionGroups(java.lang.String objectId, ProtectionGroupData[] protectionGroups)
          updateProtectionGroups for a securedElement/Object
 void CaSecurityManagerEJB.updateElementProtectionGroups(java.lang.String objectId, ProtectionGroupData[] protectionGroups)
          updateProtectionGroups for a securedElement/Object