|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuthorizationUtilInterface
Remaining Interface methods for managing authorizations on protected objects.
Note that these methods do not apply to the authorizations that define an ACT.
See parent class AuthorizationBaseInterface
for all other methods used to manage authorizations
on metadata objects.
Method Summary | |
---|---|
void |
applyACT(AccessControlTemplateInterface act)
Apply an ACTs to protect an object |
java.util.List<AccessControlTemplateInterface> |
getACTs()
Get ACTs that protect an object. |
AuthorizationInheritanceInfoInterface |
getInheritanceInfo()
Get Inheritance Info for an object. |
void |
removeACT(AccessControlTemplateInterface act)
Remove an ACT from protecting an object. |
Methods inherited from interface com.sas.services.information.metadata.AuthorizationBaseInterface |
---|
commit, discard, getApplicablePermissions, getAuthorizations, getAuthorizations, getAuthorizationsAll, getAuthorizationsExplained, getAuthorizationsExplained, getAuthorizationsExplainedAll, getCommitOnUpdate, getIdentityInfo, setAuthorizations, setAuthorizations, setCommitOnUpdate |
Method Detail |
---|
java.util.List<AccessControlTemplateInterface> getACTs() throws ServiceException, java.rmi.RemoteException
AccessControlTemplateInterface
objects representing the ACT's
associated to the object.
ServiceException
- If a service level error occurs.
java.rmi.RemoteException
- In the event of a remote object failure.void applyACT(AccessControlTemplateInterface act) throws ServiceException, java.rmi.RemoteException
act
- An AccessControlTemplateInterface
object for the ACT being applied.
java.lang.IllegalArgumentException
- If the act parameter reference is null
ServiceException
- If a service level error occurs.
java.rmi.RemoteException
- In the event of a remote object failure.void removeACT(AccessControlTemplateInterface act) throws ServiceException, java.rmi.RemoteException
act
- An AccessControlTemplateInterface
object for the ACT being removed.
java.lang.IllegalArgumentException
- If the act parameter reference is null
ServiceException
- If a service level error occurs.
java.rmi.RemoteException
- In the event of a remote object failure.AuthorizationInheritanceInfoInterface getInheritanceInfo() throws ServiceException, java.rmi.RemoteException
AuthorizationInheritanceInfoInterface
representing an object's inheritance
ServiceException
- If a service level error occurs.
java.rmi.RemoteException
- In the event of a remote object failure.
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |