com.centrasite.control.auth.api.impl
Class ComponentPermission

java.lang.Object
  extended by java.security.Permission
      extended by java.security.BasicPermission
          extended by com.centrasite.control.auth.api.impl.BasePermission
              extended by com.centrasite.control.auth.api.impl.ComponentPermission
All Implemented Interfaces:
Permission, java.io.Serializable, java.security.Guard

public class ComponentPermission
extends BasePermission

Permission over Component.

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from class com.centrasite.control.auth.api.impl.BasePermission
BasePermission.BasePermissionCollection
 
Field Summary
 
Fields inherited from class com.centrasite.control.auth.api.impl.BasePermission
CREATE_ALL_ASSETS, MANAGE_ALL_ASSETS, MANAGE_ALL_CONSUMER_APPLICATIONS, MANAGE_ALL_GROUPS, MANAGE_ALL_ORGANIZATIONS, MANAGE_ALL_POLICY_ACTIONS, MANAGE_ALL_REPORTS, MANAGE_ALL_SUB_ORGANIZATIONS, MANAGE_ALL_SUPPORTING_DOCUMENTS, MANAGE_ALL_TARGET_TYPE, MANAGE_ALL_TARGETS, MANAGE_ALL_TAXONOMY, MANAGE_ALL_USERS, MANAGE_ASSET_TYPES, MANAGE_LIFECYCLE_MODELS, MANAGE_POLICIES, MANAGE_REGISTRY_SETTINGS, MANAGE_ROLES, MANAGE_SYSTEM_WIDE_LIFECYCLE_MODELS, MANAGE_SYSTEM_WIDE_POLICIES, MANAGE_SYSTEM_WIDE_ROLES, MANAGE_UDDI_SUBSCRIPTIONS, PREFIX_PERMISSION, REGISTER_AS_CONSUMER, USE_ADMINISTRATION_UI, USE_REPORTS_UI, USE_SMH_UI, USE_THE_BROWSE_AND_SEARCH_UI, USE_THE_HOME_UI, USE_THE_LCM_UI, USE_THE_OPERATIONS_UI, USE_THE_POLICY_UI, VIEW_ALL_ASSETS, VIEW_APPROVAL_HISTORY, VIEW_POLICY_LOG, VIEW_SYSTEM_AUDIT_LOG
 
Constructor Summary
ComponentPermission(java.lang.String name, java.lang.String actions)
           
 
Method Summary
 
Methods inherited from class com.centrasite.control.auth.api.impl.BasePermission
equals, getActions, hashCode, implies, newPermissionCollection
 
Methods inherited from class java.security.Permission
checkGuard, getName, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.centrasite.control.auth.api.Permission
getName
 

Constructor Detail

ComponentPermission

public ComponentPermission(java.lang.String name,
                           java.lang.String actions)