|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of AuthorizationMgmtException in com.metamatrix.dqp.service |
---|
Methods in com.metamatrix.dqp.service that throw AuthorizationMgmtException | |
---|---|
java.util.Collection<AuthorizationPolicy> |
AuthorizationService.getPoliciesInRealm(AuthorizationRealm realm)
Returns a Collection of AuthorizationPolicy s
that have AuthorizationPermission s in the given AuthorizationRealm .NOTE: It is the responsibility of the caller to determine which of the AuthorizationPolicy 's AuthorizationPermission s
are actually in the given AuthorizationRealm . |
java.util.Collection<java.lang.String> |
AuthorizationService.getRoleNamesForPrincipal(MetaMatrixPrincipalName principal)
Returns a Collection of String names of MetaMatrix roles to which the given principal is assigned. |
boolean |
AuthorizationService.isCallerInRole(SessionToken session,
java.lang.String roleName)
|
void |
AuthorizationService.updatePoliciesInRealm(AuthorizationRealm realm,
java.util.Collection<AuthorizationPolicy> policies)
|
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 AuthorizationPolicyID s
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 AuthorizationPolicyID s
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 PermissionDataNodeImpl s that have their Resource s
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 AuthorizationPolicyID s
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 AuthorizationPolicy s
that have AuthorizationPermission s in the given AuthorizationRealm .NOTE: It is the responsibility of the caller to determine which of the AuthorizationPolicy 's AuthorizationPermission s
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 AuthorizationPolicyID s
that have AuthorizationPermissions that exist in the given
AuthorizationRealm .The implementation is such that all AuthorizationPolicyID s
whose AuthorizationRealm AuthorizationRealm are returned. |
java.util.Collection |
AuthorizationServiceInterface.getPolicyIDsInRealm(SessionToken caller,
AuthorizationRealm realm)
Returns a Collection of AuthorizationPolicyID s
in the given AuthorizationRealm . |
java.util.Collection |
AuthorizationServiceInterface.getPolicyIDsWithPermissionsInRealm(SessionToken caller,
AuthorizationRealm realm)
Returns a Collection of AuthorizationPolicyID s
that have AuthorizationPermission s in the given AuthorizationRealm .NOTE: It is the responsibility of the caller to determine which of the AuthorizationPolicy 's AuthorizationPermission s
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 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 | |
---|---|
java.util.Collection<AuthorizationPolicy> |
AuthorizationServiceImpl.getPoliciesInRealm(AuthorizationRealm realm)
|
java.util.Collection<java.lang.String> |
AuthorizationServiceImpl.getRoleNamesForPrincipal(MetaMatrixPrincipalName principal)
|
boolean |
AuthorizationServiceImpl.isCallerInRole(SessionToken session,
java.lang.String roleName)
|
void |
AuthorizationServiceImpl.updatePoliciesInRealm(AuthorizationRealm realm,
java.util.Collection<AuthorizationPolicy> policies)
|
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. |
Uses of AuthorizationMgmtException in com.metamatrix.server.dqp.service |
---|
Methods in com.metamatrix.server.dqp.service that throw AuthorizationMgmtException | |
---|---|
java.util.Collection<AuthorizationPolicy> |
PlatformAuthorizationService.getPoliciesInRealm(AuthorizationRealm realm)
|
java.util.Collection<java.lang.String> |
PlatformAuthorizationService.getRoleNamesForPrincipal(MetaMatrixPrincipalName principal)
|
boolean |
PlatformAuthorizationService.isCallerInRole(SessionToken session,
java.lang.String roleName)
|
void |
PlatformAuthorizationService.updatePoliciesInRealm(AuthorizationRealm realm,
java.util.Collection<AuthorizationPolicy> policies)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |