|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AuthorizationMgmtException | |
|---|---|
| com.metamatrix.platform.admin.api | |
| Uses of AuthorizationMgmtException in com.metamatrix.platform.admin.api |
|---|
| Methods in com.metamatrix.platform.admin.api that throw AuthorizationMgmtException | |
|---|---|
java.util.Set |
AuthorizationAdminAPI.executeTransaction(java.util.List actions)
Execute as a single transaction with the specified actions, and return the set of IDs for the objects that were affected/modified by the action. |
java.util.List |
AuthorizationAdminAPI.getElementEntitlements(AuthorizationRealm realm,
java.lang.String elementNamePattern)
Returns a List of entitlements to the given element pattern in the given realm. |
java.util.List |
AuthorizationAdminAPI.getGroupEntitlements(AuthorizationRealm realm,
java.lang.String fullyQualifiedGroupName)
Returns a List of entitlements to the given fully qualified group name in the given realm. |
AuthorizationPolicy |
AuthorizationAdminAPI.getPolicy(AuthorizationPolicyID policyID)
Locate the policy that has the specified ID. |
java.util.Collection |
AuthorizationAdminAPI.getPolicyIDsForResourceInRealm(AuthorizationRealm realm,
java.lang.String resourceName)
Returns a Collection of AuthorizationPolicyIDs
that have AuthorizationPermissions on the given resource that
exists in the given AuthorizationRealm. |
java.util.Collection |
AuthorizationAdminAPI.getPolicyIDsInPartialRealm(AuthorizationRealm realm)
Returns a Collection of AuthorizationPolicyIDs
that have AuthorizationPermissions that exist in the given
AuthorizationRealm.The implementation is such that all AuthorizationPolicyIDs
whose AuthorizationRealm AuthorizationRealm are returned. |
java.util.Collection |
AuthorizationAdminAPI.getPolicyIDsInRealm(AuthorizationRealm realm)
Returns a Collection of AuthorizationPolicyIDs
in the given AuthorizationRealm. |
java.util.Collection |
AuthorizationAdminAPI.getPolicyIDsWithPermissionsInRealm(AuthorizationRealm realm)
Returns a Collection of AuthorizationPolicyIDs
that have AuthorizationPermissions in the given AuthorizationRealm.NOTE: It is the responsibility of the caller to determine which of the AuthorizationPolicy's AuthorizationPermissions
are actually in the given AuthorizationRealm. |
boolean |
AuthorizationAdminAPI.isCallerInRole(SessionToken caller,
java.lang.String roleName)
Verify that caller is in the specified logical role. |
java.lang.Boolean |
AuthorizationAdminAPI.removePrincipalFromAllPolicies(MetaMatrixPrincipalName principal)
Remove given Principal from AuthorizationPolicies to
which he belongs. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||