Packagecom.adobe.idp.um.api.infomodel
Interfacepublic interface ResourceTypeACL

This class creates the access control list (ACL) for a resource type.



Public Methods
 MethodDefined By
  
String[] getDefaultPerms()
Retrieves the default permissions to which the default principals will be assigned for a resource instance that is being registered.
ResourceTypeACL
  
Retrieves the default principals to which the default permissions will be assigned for a resource instance that is being registered.
ResourceTypeACL
  
String getResTypeId()
Retrieves the resource type identifier for which this ACL is being created.
ResourceTypeACL
  
void setDefaultPerms(String[] plist)
Sets the default permissions to which the default permissions will be assigned for a resource instance that is being registered.
ResourceTypeACL
  
void setDefaultPrincipals(String[] plist)
Sets the default principals to which the default permissions will be assigned for a resource instance that is being registered.
ResourceTypeACL
  
void setResTypeId(String resTypeID)
Sets the resource type identifier for which this ACL is being created.
ResourceTypeACL
Method Detail
getDefaultPerms()
public String[] getDefaultPerms()

Retrieves the default permissions to which the default principals will be assigned for a resource instance that is being registered. The resource instance is of the resource type for which this resource type default ACL is being created.

Returns
An array of permission identifiers.
getDefaultPrincipals() 
public String[] getDefaultPrincipals()

Retrieves the default principals to which the default permissions will be assigned for a resource instance that is being registered. The resource instance is of the resource type for which this resource type default ACL is being created.

Returns
An array of principal identifiers.
getResTypeId() 
public String getResTypeId()

Retrieves the resource type identifier for which this ACL is being created.

Returns
The resource type identifier for which this ACL is being created.
setDefaultPerms() 
public void setDefaultPerms(String[] plist)

Sets the default permissions to which the default permissions will be assigned for a resource instance that is being registered. The resource instance is of the resource type for which this resource type default ACL is being created.

Parameters

plist — An array of permission identifiers.

setDefaultPrincipals() 
public void setDefaultPrincipals(String[] plist)

Sets the default principals to which the default permissions will be assigned for a resource instance that is being registered. The resource instance is of the resource type for which this resource type default ACL is being created.

Parameters

plist — An array of principal identifiers.

setResTypeId() 
public void setResTypeId(String resTypeID)

Sets the resource type identifier for which this ACL is being created.

Parameters

resTypeID — The resource type identifier for which this ACL is being created.





 

Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/livecycle/8.2/programLC/programmer/javadoc/com/adobe/idp/um/api/infomodel/ResourceTypeACL.html