|
Java SDK r12.5 SP 8 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface SecurityProvider
Provides security information for the current Identity Manager environment, such as the operations that an administrator can perform in the environment, and the objects that are in an administrator's scope.
An object that is "in scope" is an object that can be managed.ProviderAccessor.
| Method Summary | |
|---|---|
OrgScopeConstraint |
buildOrgScopeConstraint(TSContext ctx,
ObjectType type)
Retrieves all the scope rules associated with the specified object type for the administrator and task in the current task context. |
boolean |
canAdminAssignRole(TSContext tsCtx,
java.util.Vector roles)
Deprecated. Deprecated in IdentityMinder 6.0. Use canAdminMakePrimaryObjectMemberOfRoles(). |
boolean |
canAdminExecuteTask(User admin,
java.lang.String taskTag)
This call verifies that the administrator has some role that allows him/her to perform the task specified by task tag. |
boolean |
canAdminExecuteTask(User admin,
Task task)
Verifies whether the specified administrator is assigned to a role that allows him to perform the specified task. |
boolean |
canAdminExecuteTaskOnObject(TSContext tsCtx,
ManagedObject obj)
Deprecated. Deprecated in IdentityMinder 6.0. Use canAdminExecuteTaskOnObjects(),
which passes a Vector of objects. |
boolean |
canAdminExecuteTaskOnObjects(TSContext tsCtx,
java.util.Vector objs)
Determines if the specified objects are in scope for the current administrator in the current task. |
java.util.Vector |
canAdminExecuteTaskOnObjectsDetailed(TSContext tsCtx,
java.util.Vector objs)
Determines if the specified objects are in scope for the current administrator in the current task. |
boolean |
canAdminExecuteTaskOnObjectsEx(TSContext tsCtx,
java.util.Vector objs)
Determines if the specified objects can be used as subjects for the current administrator in the current task. |
boolean |
canAdminGrantAdmin(TSContext tsCtx,
java.util.Vector users)
Deprecated. Deprecated in IdentityMinder 6.0. Use canAdminMakeUsersRoleAdministrators(). |
boolean |
canAdminMakePrimaryObjectAdministratorOfRoles(TSContext tsCtx,
java.util.Vector roles)
Determines whether the subject of the task is an assignable object, and if so, whether the object can be assigned or removed as administrator for the specified roles. |
boolean |
canAdminMakePrimaryObjectMemberOfRoles(TSContext tsCtx,
java.util.Vector roles)
Determines whether the subject of the task is an assignable object, and if so, whether the object can be assigned or removed as a member of the specified roles. |
boolean |
canAdminMakeRoleMembers(TSContext tsCtx,
java.util.Vector Users)
Deprecated. Deprecated in IdentityMinder 6.0. Use canAdminMakeUsersRoleMembers(). |
boolean |
canAdminMakeUsersRoleAdministrators(TSContext tsCtx,
java.util.Vector users)
Determines if the current administrator can assign the specified users as administrators for the current role. |
boolean |
canAdminMakeUsersRoleAdministrators(TSContext tsCtx,
java.util.Vector users,
java.util.Vector allowed,
java.util.Vector rejected)
Determines if the current administrator can assign the specified users as administrators for the current role. |
boolean |
canAdminMakeUsersRoleMembers(TSContext tsCtx,
java.util.Vector Users)
Determines if the current administrator can assign the specified users to roles. |
boolean |
canAdminMakeUsersRoleMembers(TSContext tsCtx,
java.util.Vector Users,
java.util.Vector allowed,
java.util.Vector rejected)
Determines if the current administrator can assign the specified users to roles. |
boolean |
canAdminManageRoleAdministration(TSContext ctx)
Determines whether the current administrator can assign and remove administrators for the current role. |
boolean |
canAdminManageRoleMembership(TSContext ctx)
Determines whether the current administrator can add and remove members of the current role. |
boolean |
canEntityPerformAccessTask(AssignableObject user,
AccessTask task)
Determines if the specified AssignableObject
(typically a user) is allowed to perform the specified access task. |
boolean |
canEntityPerformAdminTask(AssignableObject user,
AdminTask task)
Determines if the specified AssignableObject
(typically a user) is allowed to perform the specified administrative task. |
boolean |
canUserAdministerGroup(User user,
Group group)
Determines if the user is allowed to administer the specified group. |
boolean |
canUserAdministerGroup(User user,
Group group,
GroupAdministratorType adminType)
Determines if the user is allowed to administer the specified group. |
boolean |
canUserAdministerGroups(User user,
java.util.Vector groups)
Determines if the user is allowed to administer the specified groups. |
boolean |
canUserAdministerGroups(User user,
java.util.Vector groups,
GroupAdministratorType adminType)
Determines if the user is allowed to administer the specified groups. |
java.util.Vector |
filterUsersAdminCanMakeRoleAdministrators(TSContext tsCtx,
java.util.Vector users)
Retrieves the role administrators that the current administrator can manage. |
java.util.Vector |
filterUsersAdminCanMakeRoleMembers(TSContext tsCtx,
java.util.Vector users)
Retrieves the role members that the current administrator can manage. |
java.util.Vector |
findAdministratorsAdminCanManage(TSContext tsCtx,
UserFilter search,
OrgScopeConstraint orgs,
AttributeRightsCollection attrs)
Retrieves the administrators of the current role that the current administrator can manage. |
java.util.Vector |
findAdminTasksAdminCanExecuteOnObject(User admin,
ManagedObject obj)
Determines the set of admin tasks the admin has for which the specified object is in scope |
java.util.Vector |
findApplicableScopeRules(TSContext tsCtx,
ObjectType o,
ScopePurpose purpose)
Return a vector of ScopeRules objects that apply to the current user and task, for a given object type and purpose. |
java.util.Map |
findApplicableScopeRules(TSContext tsCtx,
java.util.Set objectTypes,
ScopePurpose purpose)
Return a map of ScopeRules objects that apply to the current user and task, for a given object type set and purpose. |
java.util.Vector |
findGroupAdministratorsInScope(TSContext tsCtx,
AttributeRightsCollection attribs)
Retrieves the users who are in scope for the current admin task, and who are also administrators of the current group. |
java.util.Vector |
findGroupMembersInScope(TSContext tsCtx,
ObjectType type,
AttributeRightsCollection attribs)
Retrieves the members who are in scope for the current admin task, and who are also members of the current group. |
java.util.Vector |
findGroupsAdminCanManageInScope(TSContext tsCtx,
GroupFilter filter,
Organization searchTop,
OrgScopeConstraint orgs,
SearchDepthType searchDepth,
AttributeRightsCollection attribs)
Retrieves the groups in scope, matching an attribute filter and an organization scoping constraint, for the current admin/task that also exist within the specified organizational hierarchy, for which the current admin from the context is a group administrator. |
java.util.Vector |
findManagedObjectsInScope(TSContext tsCtx,
ObjectType o,
ScopePurpose purpose,
GenericAttributeFilter additionalFilter,
AttributeRightsCollection attrs)
Find all the objects of type o that are in scope for the current admin and task, which also meet the specified additional filter. |
java.util.Vector |
findMembersAdminCanManage(TSContext tsCtx,
UserFilter search,
OrgScopeConstraint orgs,
AttributeRightsCollection attrs)
Retrieves the members of the current role that the current administrator can manage. |
java.util.Vector |
findUsersAdminCanMakeGroupMemberOrAdmin(TSContext ctx,
UserFilter filt,
OrgScopeConstraint orgs,
AttributeRightsCollection atts)
Retrieves the users that the current administrator can make members or administrators of the current groups. |
java.util.Vector |
findUsersAdminCanMakeRoleAdministrators(TSContext tsCtx,
UserFilter search,
OrgScopeConstraint orgs,
AttributeRightsCollection attrs)
Retrieves the users that the current administrator can assign to the current role as role administrators. |
java.util.Vector |
findUsersAdminCanMakeRoleMembers(TSContext tsCtx,
UserFilter search,
OrgScopeConstraint orgs,
AttributeRightsCollection attrs)
Retrieves the users that the current administrator can assign to the current role. |
java.util.Vector |
getGroupsAdminCanManageInScope(TSContext tsCtx,
Organization searchTop,
SearchDepthType searchDepth,
AttributeRightsCollection attribs)
Retrieves the groups in scope for the current admin/task that also exist within the specified organizational hierarchy, for which the current admin from the context is a group administrator. |
java.util.Vector |
getGroupsUserCanAdminister(User admin,
Organization searchTop,
SearchDepthType searchDepth,
java.util.Enumeration attribs)
Retrieves the groups that exist within the specified organizational hierarchy for which the administrator is a group administrator. |
java.util.Vector |
getGroupsUserCanAdminister(User admin,
Organization searchTop,
SearchDepthType searchDepth,
java.util.Enumeration attribs,
GroupReturnType groupReturnType)
Retrieves the groups that exist within the specified organizational hierarchy for which the administrator is a group administrator. |
| Method Detail |
|---|
boolean canEntityPerformAdminTask(AssignableObject user,
AdminTask task)
throws SmApiException
Determines if the specified AssignableObject
(typically a user) is allowed to perform the specified administrative task.
user - The object performing the task.task - The admin task to perform.
SmApiException
boolean canEntityPerformAccessTask(AssignableObject user,
AccessTask task)
throws SmApiException
Determines if the specified AssignableObject
(typically a user) is allowed to perform the specified access task.
user - The object performing the task.task - The access task to perform.
SmApiException
boolean canUserAdministerGroup(User user,
Group group)
throws SmApiException
Determines if the user is allowed to administer the specified group.
user - The user performing the task.group - The group in question.
SmApiException
boolean canUserAdministerGroup(User user,
Group group,
GroupAdministratorType adminType)
throws SmApiException
Determines if the user is allowed to administer the specified group.
user - The user performing the task.group - The group in question.adminType - The type of the groups could be NONE or ALL for nested groups.
SmApiException
boolean canUserAdministerGroups(User user,
java.util.Vector groups)
throws SmApiException
Determines if the user is allowed to administer the specified groups.
user - The user performing the task.groups - A Vector of Group objects.
true if the user can administer all specified groups, else false.
SmApiException
boolean canUserAdministerGroups(User user,
java.util.Vector groups,
GroupAdministratorType adminType)
throws SmApiException
Determines if the user is allowed to administer the specified groups.
user - The user performing the task.groups - A Vector of Group objects.adminType - The type of the groups could be NONE or ALL for nested groups.
SmApiException
java.util.Vector findUsersAdminCanMakeGroupMemberOrAdmin(TSContext ctx,
UserFilter filt,
OrgScopeConstraint orgs,
AttributeRightsCollection atts)
throws SmApiException
ctx - Task context containing administrators and groups.filt - User attribute filter for the search. If no filter is specified,
all users matching the other criteria will be returned.orgs - Organization scope to search. If no constraint is specified,
the search will occur within all organizations in the task context.atts - A collection of AttributeRight
objects, each containing an attribute name and a permission request. The returned user
objects contain these attributes and permissions.
attrs and the associated permissions.
SmApiException
java.util.Vector getGroupsUserCanAdminister(User admin,
Organization searchTop,
SearchDepthType searchDepth,
java.util.Enumeration attribs)
throws SmApiException
Retrieves the groups that exist within the specified organizational hierarchy for which the administrator is a group administrator.
admin - The administrator in question.searchTop - The organization where the search begins.searchDepth - The lowest organization in the branch to search.attribs - An Enumeration of Strings containing names of the attributes
to include in the retrieved objects. If you pass
an empty Enumeration, no attributes are included.
If you pass null, all attributes are included.
SmApiException
java.util.Vector getGroupsUserCanAdminister(User admin,
Organization searchTop,
SearchDepthType searchDepth,
java.util.Enumeration attribs,
GroupReturnType groupReturnType)
throws SmApiException
Retrieves the groups that exist within the specified organizational hierarchy for which the administrator is a group administrator.
admin - The administrator in question.searchTop - The organization where the search begins.searchDepth - The lowest organization in the branch to search.attribs - An Enumeration of Strings containing names of the attributes
to include in the retrieved objects. If you pass
an empty Enumeration, no attributes are included.
If you pass null, all attributes are included.
SmApiException
java.util.Vector getGroupsAdminCanManageInScope(TSContext tsCtx,
Organization searchTop,
SearchDepthType searchDepth,
AttributeRightsCollection attribs)
throws SmApiException
Retrieves the groups in scope for the current admin/task that also exist within the specified organizational hierarchy, for which the current admin from the context is a group administrator.
tsCtx - A context with admin and task filled in.searchTop - The organization where the search begins.searchDepth - The lowest organization in the branch to search.attribs - Specifies attributes and permission requests to include in returned groups
SmApiException
java.util.Vector findGroupMembersInScope(TSContext tsCtx,
ObjectType type,
AttributeRightsCollection attribs)
throws SmApiException
Retrieves the members who are in scope for the current admin task, and who are also members of the current group. The current group is the subject of the current admin task.
tsCtx - The current task context. The subject of the task
must be the group in question.attribs - The attributes and permission requests to include in the retrieved managed objects.
SmApiException
java.util.Vector findGroupAdministratorsInScope(TSContext tsCtx,
AttributeRightsCollection attribs)
throws SmApiException
Retrieves the users who are in scope for the current admin task, and who are also administrators of the current group. The current group is the subject of the current admin task.
tsCtx - The current task context. The subject of the task
must be the group in question.attribs - The attributes and permission requests to include in the retrieved user objects.
SmApiException
boolean canAdminExecuteTask(User admin,
Task task)
throws SmApiException
Verifies whether the specified administrator is assigned to a role that allows him to perform the specified task.
This method is typically called when the task session is created and there is no task subject yet.
admin - The administrator performing the task.task - The task to perform.
SmApiException
boolean canAdminExecuteTask(User admin,
java.lang.String taskTag)
throws SmApiException
user - taskTag -
SmApiException
boolean canAdminExecuteTaskOnObject(TSContext tsCtx,
ManagedObject obj)
throws SmApiException
canAdminExecuteTaskOnObjects(),
which passes a Vector of objects.
Determines if the specified object is in scope for the current administrator in the current task.
tsCtx - The current task context.obj - The object in question.
SmApiException
boolean canAdminExecuteTaskOnObjects(TSContext tsCtx,
java.util.Vector objs)
throws SmApiException
Determines if the specified objects are in scope for the current administrator in the current task.
tsCtx - The current task context.objs - The managed objects in question.
SmApiException
java.util.Vector canAdminExecuteTaskOnObjectsDetailed(TSContext tsCtx,
java.util.Vector objs)
throws SmApiException
Determines if the specified objects are in scope for the current administrator in the current task.
tsCtx - The current task context.objs - The managed objects in question.
SmApiException
boolean canAdminMakePrimaryObjectMemberOfRoles(TSContext tsCtx,
java.util.Vector roles)
throws SmApiException
Determines whether the subject of the task is an assignable object, and if so, whether the object can be assigned or removed as a member of the specified roles.
tsCtx - The current task context.roles - The roles in question.
true if both conditions apply.
SmApiException
boolean canAdminMakePrimaryObjectAdministratorOfRoles(TSContext tsCtx,
java.util.Vector roles)
throws SmApiException
Determines whether the subject of the task is an assignable object, and if so, whether the object can be assigned or removed as administrator for the specified roles.
tsCtx - The current task context.roles - The roles in question.
true if both conditions apply.
SmApiException
boolean canAdminAssignRole(TSContext tsCtx,
java.util.Vector roles)
throws SmApiException
canAdminMakePrimaryObjectMemberOfRoles().
Determines if the current administrator can make the subject of the task a member of the specified roles.
This method does not check whether the user can be managed.
tsCtx - The current task context.roles - The roles in question.
true if the administrator can make the subject a
member of the specified roles.
SmApiException
boolean canAdminGrantAdmin(TSContext tsCtx,
java.util.Vector users)
throws SmApiException
canAdminMakeUsersRoleAdministrators().
Determines if the current administrator can make the subject of the task an administrator for the specified roles.
This method does not check whether the user can be managed.
tsCtx - The current task context.users - The roles in question.
true if the administrator can assign the subject as an
administrator for the specified roles.
SmApiException
boolean canAdminMakeUsersRoleAdministrators(TSContext tsCtx,
java.util.Vector users)
throws SmApiException
Determines if the current administrator can assign the specified users as administrators for the current role. The subject of the current task must be a role.
This method does not check whether the role can be managed.
tsCtx - The current task context.users - The users in question.
true if the administrator can assign the users as
administrators for the current role.
SmApiException
boolean canAdminMakeUsersRoleAdministrators(TSContext tsCtx,
java.util.Vector users,
java.util.Vector allowed,
java.util.Vector rejected)
throws SmApiException
Determines if the current administrator can assign the specified users as administrators for the current role. The subject of the current task must be a role.
This method does not check whether the role can be managed.
tsCtx - The current task context.users - The users in question.allowed - The users that the admin can manage/assign as role admins.rejected - The users that the admin can't manage/assign as role admins.
true if the administrator can assign the users as
administrators for the current role.
SmApiException
boolean canAdminMakeRoleMembers(TSContext tsCtx,
java.util.Vector Users)
throws SmApiException
canAdminMakeUsersRoleMembers().
Determines if the current administrator can assign the specified users to roles.
tsCtx - The current task context.Users - The users in question.
true if the administrator can assign the
specified users to roles.
SmApiException
boolean canAdminMakeUsersRoleMembers(TSContext tsCtx,
java.util.Vector Users)
throws SmApiException
Determines if the current administrator can assign the specified users to roles.
tsCtx - The current task context.Users - The users in question.
true if the administrator can assign the
specified users to roles.
SmApiException
boolean canAdminMakeUsersRoleMembers(TSContext tsCtx,
java.util.Vector Users,
java.util.Vector allowed,
java.util.Vector rejected)
throws SmApiException
Determines if the current administrator can assign the specified users to roles.
tsCtx - The current task context.Users - The users in question.allowed - The users that the admin can manage as role members.rejected - The users that the admin can't manage as role members.
true if the administrator can assign the
specified users to roles.
SmApiException
java.util.Vector filterUsersAdminCanMakeRoleMembers(TSContext tsCtx,
java.util.Vector users)
throws SmApiException
tsCtx - The current task context.Users - The users in question.
Vector List of Role members the administrator can manage.
SmApiException
java.util.Vector filterUsersAdminCanMakeRoleAdministrators(TSContext tsCtx,
java.util.Vector users)
throws SmApiException
tsCtx - The current task context.Users - The users in question.
Vector List of Role administrators the administrator can manage.
SmApiException
java.util.Vector findUsersAdminCanMakeRoleMembers(TSContext tsCtx,
UserFilter search,
OrgScopeConstraint orgs,
AttributeRightsCollection attrs)
throws SmApiException
tsCtx - Task context containing the role and administrators.search - User attribute filter for the search. If no filter is specified,
all users matching the other criteria will be returned.orgs - Organization scope to search. If no constraint is specified,
the search will occur within all organizations in the task context.attrs - A collection of AttributeRight
objects, each containing an attribute name and a permission request. The returned user
objects contain these attributes and permissions.
attrs and the associated permissions.
SmApiException
java.util.Vector findUsersAdminCanMakeRoleAdministrators(TSContext tsCtx,
UserFilter search,
OrgScopeConstraint orgs,
AttributeRightsCollection attrs)
throws SmApiException
tsCtx - Task context containing the role and administrators.search - User attribute filter for the search. If no filter is specified,
all users matching the other criteria will be returned.orgs - Organization scope to search. If no constraint is specified,
the search will occur within all organizations in the task context.attrs - A collection of AttributeRight
objects, each containing an attribute name and a permission request. The returned user
objects contain these attributes and permissions.
attrs and the associated permissions.
SmApiException
java.util.Vector findMembersAdminCanManage(TSContext tsCtx,
UserFilter search,
OrgScopeConstraint orgs,
AttributeRightsCollection attrs)
throws SmApiException
tsCtx - Task context containing the role and administrators.search - User attribute filter for the search. If no filter is specified,
all users matching the other criteria will be returned.orgs - Organization scope to search. If no constraint is specified,
the search will occur within all organizations in the task context.attrs - A collection of AttributeRight
objects, each containing an attribute name and a permission request. The returned user
objects contain these attributes and permissions.
attrs and the associated permissions.
SmApiException
java.util.Vector findAdministratorsAdminCanManage(TSContext tsCtx,
UserFilter search,
OrgScopeConstraint orgs,
AttributeRightsCollection attrs)
throws SmApiException
tsCtx - Task context containing the role and administrators.search - User attribute filter for the search. If no filter is specified,
all users matching the other criteria will be returned.orgs - Organization scope to search. If no constraint is specified,
the search will occur within all organizations in the task context.attrs - A collection of AttributeRight
objects, each containing an attribute name and a permission request. The returned user
objects contain these attributes and permissions.
attrs and the associated permissions.
SmApiException
java.util.Vector findGroupsAdminCanManageInScope(TSContext tsCtx,
GroupFilter filter,
Organization searchTop,
OrgScopeConstraint orgs,
SearchDepthType searchDepth,
AttributeRightsCollection attribs)
throws SmApiException
Retrieves the groups in scope, matching an attribute filter and an organization scoping constraint, for the current admin/task that also exist within the specified organizational hierarchy, for which the current admin from the context is a group administrator.
tsCtx - A context with admin and task filled in.filter - Attribute filter for search. If no filter is specified, all groups in the orgs specified will be returned.searchTop - The organization where the search begins.orgs - Org constraint for the search. If no constraint is specified search will be within all orgssearchDepth - The lowest organization in the branch to search.attribs - Specifies attributes to include in returned groups
SmApiException
OrgScopeConstraint buildOrgScopeConstraint(TSContext ctx,
ObjectType type)
throws SmApiException
Retrieves all the scope rules associated with the specified object type for the administrator and task in the current task context.
This method constructs an OrgScopeConstraint object
that represents the full set of organizations to which the scope rules give access.
If any of the rules has no organization scope constraint (that is, if any of the
rules is unrestricted by organization), the resulting OrgScopeConstraint
object represents all the organizations in the hierarchy.
ctx - The current task context. The subject of the task
must be a role.type - The type of object constrained by the scope rules.
SmApiException
boolean canAdminManageRoleMembership(TSContext ctx)
throws SmApiException
Determines whether the current administrator can add and remove members of the current role. The current role is the role that is the subject of the current task.
ctx - The current task context. The subject of the task
must be a role.
true if the administrator can manage membership
for the subject role in the current task. This method returns
false if the role's configuration is not set to allow
members to be added or removed.
SmApiException
boolean canAdminManageRoleAdministration(TSContext ctx)
throws SmApiException
Determines whether the current administrator can assign and remove administrators for the current role. The current role is the role that is the subject of the current task.
ctx - The current task context. The subject of the task
must be a role.
true if the administrator can manage administrators
for the subject role in the current task. This method returns
false if the role's configuration is not set to allow
administrators to be assigned or removed.
SmApiException
java.util.Vector findAdminTasksAdminCanExecuteOnObject(User admin,
ManagedObject obj)
throws SmApiException
Determines the set of admin tasks the admin has for which the specified object is in scope
admin - The User at the console.obj - The object in question.
SmApiException
boolean canAdminExecuteTaskOnObjectsEx(TSContext tsCtx,
java.util.Vector objs)
throws SmApiException
Determines if the specified objects can be used as subjects for the current administrator in the current task. Answer is based on the scope security type of the task, and the appropriate security checks on the admin and subject. If any one item in objs fails the check, the result is false.
tsCtx - The current task context.objs - The managed objects in question.
SmApiException
java.util.Vector findManagedObjectsInScope(TSContext tsCtx,
ObjectType o,
ScopePurpose purpose,
GenericAttributeFilter additionalFilter,
AttributeRightsCollection attrs)
throws SmApiException
tsCtx - - curren task context, used to determine current admin & task, as well as providing info required by some scope constraints. Must not be null.o - - The ObjectType that we are searching for. Must not be null.purpose - - An additional parameter used to distinguish between scope rules used for different purposes.additionalFilter - - a ScopeRule (of the same object type as o) that is used as additional filter. May be null.attrs - - an attribute rights collection used to populate attributes of returned objects. May be null.
SmApiException
java.util.Vector findApplicableScopeRules(TSContext tsCtx,
ObjectType o,
ScopePurpose purpose)
throws SmApiException
tsCtx - The current task session contexto - An object type filter scope ulespurpose - A ScopePurpose to filter scope rules
SmApiException
java.util.Map findApplicableScopeRules(TSContext tsCtx,
java.util.Set objectTypes,
ScopePurpose purpose)
throws SmApiException
tsCtx - The current task session contextobjectTypes - object type set for which to retrieve scope rulespurpose - A ScopePurpose to filter scope rules
com.netegrity.sdk.apiutil.SmApiException
SmApiException
|
Java SDK r12.5 SP 8 06/13/2011 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||