|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AccessControlTemplateInterface
This is the interface for an AccessControlTemplate object. It doesn't provide methods for updating the template because that should ideally be done through the ISecurity interfaces, and not by direct manipulation of metadata. If someone can present a compelling need to update the template directly, I'll add the methods.
Field Summary |
---|
Fields inherited from interface com.sas.services.information.metadata.MetadataInterface |
---|
METADATA_STATE_DELETED, METADATA_STATE_DESTROYED, METADATA_STATE_NEW, METADATA_STATE_NORMAL, PERMISSION_READMETADATA, PERMISSION_WRITEMETADATA |
Method Summary | |
---|---|
java.util.List |
getAccessControlItems()
Get the access control items for this template. |
AuthorizationBaseInterface |
getAuthorizationDefinitionUtil()
Obtain the AuthorizationUtil Interface for this object |
java.util.List |
getObjects()
Get the list of objects that this template protects. |
java.lang.String |
getUse()
Get the use string. |
void |
setUse(java.lang.String use)
Set the use String. |
Methods inherited from interface com.sas.services.information.publicobject.PublicObjectInterface |
---|
addProcessorInterface, getContainer, getIdentifier, getName, getObjectURI, getPathUrl, getProcessorInterface, getTypeDescriptor |
Method Detail |
---|
java.lang.String getUse() throws ServiceException, java.rmi.RemoteException
ServiceException
- If a repository error occurs.
java.rmi.RemoteException
- In the event of remote object failure.void setUse(java.lang.String use) throws ServiceException, java.rmi.RemoteException
use
- The use new String.
ServiceException
- If a repository error occurs.
java.rmi.RemoteException
- In the event of remote object failure.java.util.List getAccessControlItems() throws ServiceException, java.rmi.RemoteException
ServiceException
- If a repository error occurs.
java.rmi.RemoteException
- In the event of remote object failure.java.util.List getObjects() throws ServiceException, java.rmi.RemoteException
ServiceException
- If a repository error occurs.
java.rmi.RemoteException
- In the event of remote object failure.AuthorizationBaseInterface getAuthorizationDefinitionUtil() throws ServiceException, java.rmi.RemoteException
ServiceException
- If a metadata server error occurs.
java.rmi.RemoteException
- In the event of remote object failure.
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |