Uses of Class
gov.nih.nci.caarray.common.data.security.Role

Packages that use Role
gov.nih.nci.caarray.common.delegate   
gov.nih.nci.caarray.services.security   
gov.nih.nci.caarray.services.security.ejb   
gov.nih.nci.caarray.services.security.intf   
 

Uses of Role in gov.nih.nci.caarray.common.delegate
 

Methods in gov.nih.nci.caarray.common.delegate that return Role
 Role[] SecurityManagerDelegate.getUserRoleData(java.lang.String userName, java.lang.String password)
          Gets role information for the specified user.
 Role[] CaSecurityManagerDelegate.getUserRoleData(java.lang.String userName, java.lang.String password)
          Gets role information for the specified user.
 

Uses of Role in gov.nih.nci.caarray.services.security
 

Methods in gov.nih.nci.caarray.services.security that return Role
 Role[] RdbmsAuthorizationDAObj.getPermission(java.lang.String applicationName, java.lang.String objectId, java.lang.String attribute)
          Returns an array of Roles which has the permission to access the protection element defined by its application name, object ID and attribute.
 Role[] RdbmsAuthenticationDAObj.getRole(java.lang.String loginName)
          Returns an array of Role objects associated with the login name.
 Role[] LdapAuthenticationDAObj.getRole(java.lang.String loginName)
          Returns an array of Role objects associated with the login name.
 Role[] SecurityServiceObj.getRole(java.lang.String loginName, java.lang.String passwd)
          Returns an array of Role objects associated with the loginName/passwd.
 Role[] RdbmsAuthenticationDAObj.getRole(java.lang.String loginName, java.lang.String applicationName)
          Returns an array of Role objects associated with the login name and application.
 Role[] LdapAuthenticationDAObj.getRole(java.lang.String loginName, java.lang.String applicationName)
          Returns an array of Role objects associated with the login name and application.
static Role[] CaSecurityManagerHelper.getUserRoleData(java.lang.String userName, java.lang.String password)
           
 

Methods in gov.nih.nci.caarray.services.security with parameters of type Role
 boolean SecurityServiceObj.authorizeUser(Role[] roles, java.lang.String applicationName, java.lang.String objectId, java.lang.String attribute)
          place holders for to support interface.
 boolean SecurityServiceObj.authorizeUser(java.lang.String userName, Role[] roles, java.lang.String applicationName, java.lang.String objectId, java.lang.String attribute)
           
 

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

Methods in gov.nih.nci.caarray.services.security.ejb that return Role
 Role[] SecurityManagerEJB.getUserRoleData(java.lang.String userName, java.lang.String password)
          Gets role information for the specified user.
 Role[] CaSecurityManagerEJB.getUserRoleData(java.lang.String userName, java.lang.String password)
          Gets role information for the specified user.
 

Uses of Role in gov.nih.nci.caarray.services.security.intf
 

Methods in gov.nih.nci.caarray.services.security.intf that return Role
 Role[] AuthorizationDAItf.getPermission(java.lang.String applicationName, java.lang.String objectId, java.lang.String attribute)
          Returns an array of Roles which has the permission to access the protection element defined by its application name, object ID and attribute.
 Role[] AuthenticationDAItf.getRole(java.lang.String loginName)
          Returns an array of Role objects associated with the login name.
 Role[] SecurityServiceItf.getRole(java.lang.String loginName, java.lang.String passwd)
          Returns an array of Role objects associated with the loginName/passwd.
 

Methods in gov.nih.nci.caarray.services.security.intf with parameters of type Role
 boolean SecurityServiceItf.authorizeUser(Role[] roles, java.lang.String applicationName, java.lang.String objectId, java.lang.String attribute)
          Returns the roles' access permission to a protection element.
 boolean SecurityServiceItf.authorizeUser(java.lang.String loginName, Role[] roles, java.lang.String applicationName, java.lang.String objectId, java.lang.String attribute)
          Returns the given user or role's access permission to a protection element.