Uses of Class
com.metamatrix.api.exception.security.AuthorizationMgmtException

Packages that use AuthorizationMgmtException
com.metamatrix.platform.admin.api   
com.metamatrix.platform.admin.apiimpl   
com.metamatrix.platform.security.api.service   
com.metamatrix.platform.security.authorization.service   
com.metamatrix.platform.security.authorization.spi   
 

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.
 AuthorizationPolicy AuthorizationAdminAPI.getPolicy(AuthorizationPolicyID policyID)
          Locate the policy that has the specified ID.
 java.util.Collection AuthorizationAdminAPI.getPolicyIDsInRealm(AuthorizationRealm realm)
          Returns a Collection of AuthorizationPolicyIDs in the given AuthorizationRealm.
 

Uses of AuthorizationMgmtException in com.metamatrix.platform.admin.apiimpl
 

Methods in com.metamatrix.platform.admin.apiimpl that throw AuthorizationMgmtException
 java.util.Set AuthorizationAdminAPIImpl.executeTransaction(java.util.List actions)
           
 AuthorizationPolicy AuthorizationAdminAPIImpl.getPolicy(AuthorizationPolicyID policyID)
           
 java.util.Collection AuthorizationAdminAPIImpl.getPolicyIDsInRealm(AuthorizationRealm realm)
          Returns a Collection of AuthorizationPolicyIDs in the given AuthorizationRealm.
 

Uses of AuthorizationMgmtException in com.metamatrix.platform.security.api.service
 

Methods in com.metamatrix.platform.security.api.service that throw AuthorizationMgmtException
 boolean AuthorizationServiceInterface.checkAccess(SessionToken sessionToken, java.lang.String contextName, AuthorizationPermission request)
          Return whether the specified account has authorization to access the specified resource.
 boolean AuthorizationServiceInterface.checkAccess(SessionToken sessionToken, java.lang.String contextName, AuthorizationPermission request, boolean fetchDependants)
          Return whether the specified account has authorization to access the specified resource and all its dependent resources.
 boolean AuthorizationServiceInterface.containsPolicy(SessionToken caller, AuthorizationPolicyID id)
          Return whether there is an existing policy with the specified ID.
 java.util.Set AuthorizationServiceInterface.executeTransaction(SessionToken caller, 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.
 PermissionDataNode AuthorizationServiceInterface.fillPermissionNodeTree(PermissionDataNode root, AuthorizationPolicyID policyID)
          Takes a tree of PermissionDataNodeImpls that have their Resources filled in and fills in all permissions on resources that are found in the given AuthorizationPolicyID.

If any permissions are found that have no corresponding data node, a AuthorizationMgmtException is thrown noting the missing resource name(s).
 java.util.Collection AuthorizationServiceInterface.findAllPolicyIDs(SessionToken caller)
          Locate the IDs of all of the policies that are accessible by the caller.
 java.util.Collection AuthorizationServiceInterface.findPolicyIDs(SessionToken caller, java.util.Collection principals)
          Locate the IDs of all of the policies that apply to the specified principal and that are accessible by the caller.
 java.util.List AuthorizationServiceInterface.getElementEntitlements(AuthorizationRealm realm, java.util.Collection elementNames)
          Returns a List of entitlements to the given element pattern in the given realm.
 java.util.List AuthorizationServiceInterface.getElementEntitlements(AuthorizationRealm realm, java.lang.String elementName)
          Returns a List of entitlements to the given element pattern in the given realm.
 java.util.List AuthorizationServiceInterface.getGroupEntitlements(AuthorizationRealm realm, java.util.Collection groupNames)
          Returns a List of entitlements to the given element pattern in the given realm.
 java.util.List AuthorizationServiceInterface.getGroupEntitlements(AuthorizationRealm realm, java.lang.String fullyQualifiedGroupName)
          Returns a List of entitlements to the given element pattern in the given realm.
 java.util.Collection AuthorizationServiceInterface.getInaccessibleResources(SessionToken sessionToken, java.lang.String contextName, java.util.Collection requests)
          Of those resources specified, return the subset for which the specified account does not have authorization to access.
 java.util.Collection AuthorizationServiceInterface.getPolicIDsForResourceInRealm(SessionToken caller, 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 AuthorizationServiceInterface.getPolicies(SessionToken caller, java.util.Collection policyIDs)
          Locate the policies that have the specified IDs.
 java.util.Collection AuthorizationServiceInterface.getPoliciesInRealm(SessionToken caller, AuthorizationRealm realm)
          Returns a Collection of AuthorizationPolicys 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.
 AuthorizationPolicy AuthorizationServiceInterface.getPolicy(SessionToken caller, AuthorizationPolicyID policyID)
          Locate the policy that has the specified ID.
 java.util.Collection AuthorizationServiceInterface.getPolicyIDsInPartialRealm(SessionToken caller, AuthorizationRealm realm)
          Returns a Collection of AuthorizationPolicyIDs that have AuthorizationPermissions that exist in the given partial AuthorizationRealm.
The implementation is such that all AuthorizationPolicyIDs whose AuthorizationRealm starts with the given AuthorizationRealm are returned.
 java.util.Collection AuthorizationServiceInterface.getPolicyIDsInRealm(SessionToken caller, AuthorizationRealm realm)
          Returns a Collection of AuthorizationPolicyIDs in the given AuthorizationRealm.
 java.util.Collection AuthorizationServiceInterface.getPolicyIDsWithPermissionsInRealm(SessionToken caller, 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.
 java.util.Collection AuthorizationServiceInterface.getPrincipalsForRole(SessionToken caller, java.lang.String roleName)
          Returns a collection MetaMatrixPrincipalName objects containing the name of the principal along with its type which belong to the given role.
 java.util.Collection AuthorizationServiceInterface.getRealmNames(SessionToken caller)
          Obtain the names of all of the realms known to the system.
 java.util.Map AuthorizationServiceInterface.getRoleDescriptions(SessionToken caller)
          Obtain the names of all of the roles and their descriptions known to the system.
 java.util.Collection AuthorizationServiceInterface.getRoleNamesForPrincipal(SessionToken caller, MetaMatrixPrincipalName principal)
          Returns a Collection of String names of MetaMatrix roles to which the given principal is assigned.
 boolean AuthorizationServiceInterface.hasPolicy(SessionToken caller, AuthorizationRealm realm, java.lang.String policyName)
           
 boolean AuthorizationServiceInterface.isCallerInRole(SessionToken caller, java.lang.String roleName)
          Verify that caller is in the specified logical role.
 void AuthorizationServiceInterface.migratePolicies(SessionToken token, EntitlementMigrationReport rpt, java.lang.String targetVDBName, java.lang.String targetVDBVersion, java.util.Set targetNodes, java.util.Collection sourcePolicies, AdminOptions options)
           
 boolean AuthorizationServiceInterface.removePrincipalFromAllPolicies(SessionToken caller, MetaMatrixPrincipalName principal)
          Remove given Principal from ALL AuthorizationPolicies to which he belongs.
 

Uses of AuthorizationMgmtException in com.metamatrix.platform.security.authorization.service
 

Methods in com.metamatrix.platform.security.authorization.service that throw AuthorizationMgmtException
 boolean AuthorizationServiceImpl.checkAccess(SessionToken sessionToken, java.lang.String contextName, AuthorizationPermission request)
          Return whether the specified account has authorization to access the specified resource.
 boolean AuthorizationServiceImpl.checkAccess(SessionToken sessionToken, java.lang.String contextName, AuthorizationPermission request, boolean fetchDependants)
          Return whether the specified account has authorization to access the specified resource and all its dependant resources.
 boolean AuthorizationServiceImpl.containsPolicy(SessionToken caller, AuthorizationPolicyID policyID)
          Return whether there is an existing policy with the specified ID.
 java.util.Set AuthorizationServiceImpl.executeTransaction(SessionToken administrator, 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.
 PermissionDataNode AuthorizationServiceImpl.fillPermissionNodeTree(PermissionDataNode root, AuthorizationPolicyID policyID)
          Takes a tree of PermissionDataNodeImpls that have their Resources filled in and fills in all permissions on resources that are found in the given AuthorizationPolicyID.

If any permissions are found that have no corresponding data node, a AuthorizationMgmtException is thrown noting the missing resource name(s).
 java.util.Collection AuthorizationServiceImpl.findAllPolicyIDs(SessionToken caller)
          Locate the IDs of all of the policies that are accessible by the caller.
 java.util.Collection AuthorizationServiceImpl.findPolicyIDs(SessionToken caller, java.util.Collection principals)
          Locate the IDs of all of the policies that apply to the specified principals and that are accessible by the caller.
 java.util.List AuthorizationServiceImpl.getElementEntitlements(AuthorizationRealm realm, java.util.Collection elementNames)
          Returns a List of entitlements to the given element pattern in the given realm.
 java.util.List AuthorizationServiceImpl.getElementEntitlements(AuthorizationRealm realm, java.lang.String elementNamePattern)
          Returns a List of entitlements to the given element pattern in the given realm.
 java.util.List AuthorizationServiceImpl.getGroupEntitlements(AuthorizationRealm realm, java.util.Collection groupNames)
          Returns a List of entitlements to the given fully qualified group name in the given realm.
 java.util.List AuthorizationServiceImpl.getGroupEntitlements(AuthorizationRealm realm, java.lang.String fullyQualifiedGroupName)
          Returns a List of entitlements to the given fully qualified group name in the given realm.
 java.util.Collection AuthorizationServiceImpl.getInaccessibleResources(SessionToken sessionToken, java.lang.String contextName, java.util.Collection requests)
          Of those resources specified, return the subset for which the specified account does NOT have authorization to access.
 java.util.Collection AuthorizationServiceImpl.getPolicIDsForResourceInRealm(SessionToken caller, AuthorizationRealm realm, java.lang.String resourceName)
          Returns a Collection of AuthorizationPolicyIDs that have AuthorizationPermissionsImpl on the given resource that exists in the given AuthorizationRealm.
 java.util.Collection AuthorizationServiceImpl.getPolicies(SessionToken caller, java.util.Collection policyIDs)
          Locate the policies that have the specified IDs.
 java.util.Collection AuthorizationServiceImpl.getPoliciesInRealm(SessionToken caller, AuthorizationRealm realm)
          Returns a Collection of AuthorizationPolicys that have AuthorizationPermissionsImpl in the given AuthorizationRealm.
NOTE: It is the responsibility of the caller to determine which of the AuthorizationPolicy's AuthorizationPermissionsImpl are actually in the given AuthorizationRealm.
 AuthorizationPolicy AuthorizationServiceImpl.getPolicy(SessionToken caller, AuthorizationPolicyID policyID)
          Locate the policy that has the specified ID.
 java.util.Collection AuthorizationServiceImpl.getPolicyIDsInPartialRealm(SessionToken caller, AuthorizationRealm realm)
          Returns a Collection of AuthorizationPolicyIDs that have AuthorizationPermissionsImpl that exist in the given partial AuthorizationRealm.
The implementation is such that all AuthorizationPolicyIDs whose AuthorizationRealm starts with the given AuthorizationRealm are returned.
 java.util.Collection AuthorizationServiceImpl.getPolicyIDsInRealm(SessionToken caller, AuthorizationRealm realm)
          Returns a Collection of AuthorizationPolicyIDs in the given AuthorizationRealm.
 java.util.Collection AuthorizationServiceImpl.getPolicyIDsWithPermissionsInRealm(SessionToken caller, AuthorizationRealm realm)
          Returns a Collection of AuthorizationPolicyIDs that have AuthorizationPermissionsImpl in the given AuthorizationRealm.
NOTE: It is the responsibility of the caller to determine which of the AuthorizationPolicy's AuthorizationPermissionsImpl are actually in the given AuthorizationRealm.
 java.util.Collection AuthorizationServiceImpl.getPrincipalsForRole(SessionToken caller, java.lang.String roleName)
          Returns a collection MetaMatrixPrincipalName objects containing the name of the principal along with its type which belong to the given role.
 java.util.Collection AuthorizationServiceImpl.getRealmNames(SessionToken caller)
          Obtain the names of all of the realms known to the system.
 java.util.Map AuthorizationServiceImpl.getRoleDescriptions(SessionToken caller)
          Obtain the names of all of the roles and their descriptions known to the system.
 java.util.Collection AuthorizationServiceImpl.getRoleNamesForPrincipal(SessionToken caller, MetaMatrixPrincipalName principal)
          Returns a Collection of String names of MetaMatrix roles to which the given principal is assigned.
 boolean AuthorizationServiceImpl.hasPolicy(SessionToken caller, AuthorizationRealm realm, java.lang.String policyName)
           
 boolean AuthorizationServiceImpl.isCallerInRole(SessionToken caller, java.lang.String roleName)
          Verify that caller is in the specified logical role.
 void AuthorizationServiceImpl.migratePolicies(SessionToken token, EntitlementMigrationReport rpt, java.lang.String targetVDBName, java.lang.String targetVDBVersion, java.util.Set targetNodes, java.util.Collection sourcePolicies, AdminOptions options)
           
 boolean AuthorizationServiceImpl.removePrincipalFromAllPolicies(SessionToken caller, MetaMatrixPrincipalName principal)
          Remove given Principal from ALL AuthorizationPolicies to which he belongs.
 

Uses of AuthorizationMgmtException in com.metamatrix.platform.security.authorization.spi
 

Methods in com.metamatrix.platform.security.authorization.spi that throw AuthorizationMgmtException
 java.util.Set AuthorizationSourceTransaction.executeActions(AuthorizationPolicyID target, java.util.List actions, java.lang.String grantor)
          Execute the actions on given object.
 



Copyright © 2009. All Rights Reserved.