|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DBException | |
---|---|
gov.nih.nci.caarray.services.security | |
gov.nih.nci.caarray.services.security.intf | |
gov.nih.nci.caarray.services.util |
Uses of DBException in gov.nih.nci.caarray.services.security |
---|
Methods in gov.nih.nci.caarray.services.security that throw DBException | |
---|---|
void |
SecurityAdminService.assignElementToRole(long protectElemId,
java.lang.String roleName)
Assign a protection element to a role. |
SecuredElementItf |
SecurityServiceObj.authorizeUser(java.lang.String loginName,
java.lang.String[] roles,
java.lang.String applicationName,
SecuredElementItf object)
Overloaded to support isEditable. |
SecuredElementItf[] |
SecurityServiceObj.authorizeUser(java.lang.String loginName,
java.lang.String[] roles,
java.lang.String applicationName,
SecuredElementItf[] objects)
Returns the given users with role's access permission to a collection of protection element. |
SecuredElementItf[] |
SecurityServiceObj.authorizeUser(java.lang.String loginName,
java.lang.String[] roles,
java.lang.String applicationName,
SecuredElementItf[] objects,
ProtectionGroupData[] protectionGroups)
Returns the given users with role's access permission to a collection of protection element. |
boolean |
SecurityServiceObj.authorizeUser(java.lang.String loginName,
java.lang.String[] roles,
java.lang.String applicationName,
java.lang.String objectId)
Returns the given users with role's access permission to a protection element. |
SecuredElementItf[] |
SecurityServiceObj.authorizeUserOwner(java.lang.String loginName,
java.lang.String applicationName,
SecuredElementItf[] objects)
Returns the given users with role's access permission to a collection of protection element. |
SecuredElementItf[] |
SecurityServiceObj.authorizeUserOwnerOnly(java.lang.String loginName,
java.lang.String applicationName,
SecuredElementItf[] objects)
Returns the given users with role's access permission to a collection of protection element. |
boolean |
SecurityAdminService.checkAdminRole(java.lang.String userName)
|
int |
SecurityAdminService.createProtectionElem_Refactored(java.lang.String applicationName,
java.lang.String objectId,
java.lang.String attrName,
java.lang.String elemName,
java.lang.String elemDesc,
java.lang.String ownerLoginName,
ProtectionGroupData[] protectionGroups)
Create a protection element. |
int |
SecurityAdminService.createProtectionElem(java.lang.String applicationName,
java.lang.String objectId,
java.lang.String attrName,
java.lang.String elemName,
java.lang.String elemDesc,
java.lang.String ownerLoginName,
ProtectionGroupData[] protectionGroups)
Create a protection element. |
int |
SecurityAdminService.deassignElementToRole(long protectElementId,
java.lang.String roleName)
Deprecated. Not used, marked for removal |
int |
SecurityAdminService.deassignProtectionElementOwner(java.lang.String objectId)
Unset a Protected Element Owner as the data is public |
void |
SecurityAdminService.deleteProtectionElem(long protectElemId)
Delete a protection element. |
java.lang.String |
SecurityAdminService.getCaseSensitivityUserName(java.lang.String userName)
|
ProtectionGroupData[] |
SecurityAdminService.getElementGroups(java.lang.String objectId)
Returns an array of ProtectionGroups with which the protectionElement is associated |
boolean |
SecurityAdminService.getIsActiveUser(java.lang.String userName)
|
long |
SecurityAdminService.getProtectionElementID(java.lang.String objectId,
java.lang.String applicationName)
Returns protection elementID based on object ID and the application name |
ProtectionGroupData[] |
SecurityAdminService.getProtectionGroups()
Returns an array of ProtectionGroups which are present in the application. |
UserDesc[] |
SecurityAdminService.getUsers()
Returns an array of ProtectionGroups which are present in the application. |
java.lang.String[] |
RdbmsAuthorizationDAObj.isOwnerOnly(java.lang.String loginName,
java.lang.String applicationName,
java.lang.String[] objectId)
Returns an item's ownership for the given user. |
boolean |
SecurityServiceObj.isUserOwner(java.lang.String loginName,
java.lang.String applicationName,
java.lang.String objectId)
Returns if the user is owner of given securedElement. |
void |
SecurityAdminService.removeSecuredElemProtectionGroups(java.lang.String objectId,
ProtectionGroupData[] protectionGroups)
remove Protection/Group association from AS_PROTECTION_GROUP_ELEMENT table. |
int |
SecurityAdminService.setProtectionElementOwner(java.lang.String objectId,
java.lang.String ownerLoginName)
Update a protection element owner. |
void |
SecurityAdminService.setSecuredElemProtectionGroups(java.lang.String objectId,
ProtectionGroupData[] protectionGroups)
Insert a protection element to AS_PROTECTION_GROUP_ELEMENT table. |
void |
SecurityAdminService.updateProtectionElem(long protectElemId,
java.lang.String objectId,
java.lang.String attrName,
java.lang.String elemName,
java.lang.String elemDesc,
java.lang.String ownerLoginName)
Update a protection element. |
void |
SecurityAdminService.updateSecuredElemProtectionGroups(java.lang.String objectId,
ProtectionGroupData[] protectionGroups)
Update ProtectionGroups associated with a protection element to AS_PROTECTION_GROUP_ELEMENT table. |
Uses of DBException in gov.nih.nci.caarray.services.security.intf |
---|
Methods in gov.nih.nci.caarray.services.security.intf that throw DBException | |
---|---|
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. |
boolean |
AuthorizationDAItf.hasPermission(java.lang.String userName,
java.lang.String[] roles,
java.lang.String applicationName,
java.lang.String objectId)
Returns the given role's access permission to a protection element defined by its application name, object ID and attribute. |
java.lang.String[] |
AuthorizationDAItf.hasPermission(java.lang.String userName,
java.lang.String[] roles,
java.lang.String applicationName,
java.lang.String[] objectId)
Returns the given user/roles' access permission to a collection of protection elements defined by its application name, object ID and attribute. |
java.lang.String[] |
AuthorizationDAItf.hasPermission(java.lang.String userName,
java.lang.String[] roles,
java.lang.String applicationName,
java.lang.String[] objectId,
long[] protectionGroups)
Returns the given user/role's access permission to a collection of protection elements defined by its application name, object ID and attribute. |
boolean |
AuthorizationDAItf.hasPermission(java.lang.String userName,
java.lang.String roleName,
java.lang.String applicationName,
java.lang.String objectId)
Returns the given role's access permission to a protection element defined by its application name, object ID and attribute. |
java.lang.String[] |
AuthorizationDAItf.hasPermission(java.lang.String userName,
java.lang.String role,
java.lang.String applicationName,
java.lang.String[] objectId)
Returns the given user/role's access permission to a collection of protection elements defined by its application name, object ID and attribute. |
java.lang.String[] |
AuthorizationDAItf.hasPermission(java.lang.String userName,
java.lang.String role,
java.lang.String applicationName,
java.lang.String[] objectId,
long[] protectionGroups)
Returns the given user/role's access permission to a collection of protection elements defined by its application name, object ID and attribute. |
boolean |
AuthorizationDAItf.isOwner(java.lang.String loginName,
java.lang.String applicationName,
java.lang.String objectId)
Returns an item's ownership for the given user. |
java.lang.String[] |
AuthorizationDAItf.isOwner(java.lang.String loginName,
java.lang.String applicationName,
java.lang.String[] objectId)
Returns an users ownership for a collection of items. |
java.lang.String[] |
AuthorizationDAItf.isOwner(java.lang.String loginName,
java.lang.String applicationName,
java.lang.String[] objectId,
long[] protectionGroupId)
Returns an users ownership for a collection of items. |
java.lang.String[] |
AuthorizationDAItf.isOwnerOnly(java.lang.String loginName,
java.lang.String applicationName,
java.lang.String[] objectId)
Returns an item's ownership for the given user. |
Uses of DBException in gov.nih.nci.caarray.services.util |
---|
Methods in gov.nih.nci.caarray.services.util that throw DBException | |
---|---|
static void |
DBUtils.syncOntologyEntryOneToOneAssociation(java.lang.Object object,
java.lang.String attributeName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |