Uses of Interface
com.metamatrix.platform.admin.api.PermissionDataNode

Packages that use PermissionDataNode
com.metamatrix.console.ui.views.vdb   
com.metamatrix.platform.admin.apiimpl   
com.metamatrix.platform.security.api.service   
com.metamatrix.platform.security.authorization.service   
com.metamatrix.server.admin.api   
com.metamatrix.server.admin.apiimpl   
 

Uses of PermissionDataNode in com.metamatrix.console.ui.views.vdb
 

Methods in com.metamatrix.console.ui.views.vdb that return PermissionDataNode
 PermissionDataNode VDBMetadataTreeNode.getCorrespondingTreeNode()
           
 

Constructors in com.metamatrix.console.ui.views.vdb with parameters of type PermissionDataNode
VDBMetadataTreeNode(java.lang.String nodeName, PermissionDataNode correspondingTreeNode)
           
 

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

Classes in com.metamatrix.platform.admin.apiimpl that implement PermissionDataNode
 class PermissionDataNodeImpl
          Defines a tree node for displaying entitlements.
 

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

Methods in com.metamatrix.platform.security.api.service that return PermissionDataNode
 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).
 

Methods in com.metamatrix.platform.security.api.service with parameters of type PermissionDataNode
 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).
 

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

Methods in com.metamatrix.platform.security.authorization.service that return PermissionDataNode
 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).
 

Methods in com.metamatrix.platform.security.authorization.service with parameters of type PermissionDataNode
 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).
 

Uses of PermissionDataNode in com.metamatrix.server.admin.api
 

Methods in com.metamatrix.server.admin.api that return PermissionDataNode
 PermissionDataNode RuntimeMetadataAdminAPI.getDataNodes(java.lang.String vDBName, java.lang.String vDBVersion)
          Get the tree of data nodes that make op a VDB.
 PermissionDataNode RuntimeMetadataAdminAPI.getEntitlementTree(java.lang.String vDBName, java.lang.String vDBVersion, AuthorizationPolicyID policyID)
          Returns the entitlement tree for a given VDB version.
 

Uses of PermissionDataNode in com.metamatrix.server.admin.apiimpl
 

Methods in com.metamatrix.server.admin.apiimpl that return PermissionDataNode
 PermissionDataNode RuntimeMetadataAdminAPIImpl.getDataNodes(java.lang.String vDBName, java.lang.String vDBVersion)
          Get the tree of data nodes that make op a VDB.
 PermissionDataNode RuntimeMetadataAdminAPIImpl.getEntitlementTree(java.lang.String vDBName, java.lang.String vDBVersion, AuthorizationPolicyID policyID)
          Returns the entitlement tree for a given VDB version.
static PermissionDataNode RuntimeMetadataHelper.getPermissionDataNodes(AuthorizationRealm realm, AuthorizationPolicyID policyID, AuthorizationServiceInterface authSvcProxy)
          Method to provide the task of finding all data nodes in realm, finding any and all permissions assigned to them, uniting these and returning the united objects.
 



Copyright © 2009. All Rights Reserved.