|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AuthorizationInheritanceInfoInterface
Interface methods to get attributes from an instance of AuthorizationInheritanceInfoInterface.
An AuthorizationInheritanceInfoInterface instance contains authorization inheritance information
Method Summary | |
---|---|
java.lang.String |
getInheritanceRoleName()
Returns the association role name for this object from its direct "child". |
java.util.List<java.lang.String> |
getInheritanceRules()
Returns the List of Strings where each contains an Inheritance Rule (i.e. association to inheritance parent object) name value. |
java.util.List<AuthorizationInheritanceInfoInterface> |
getNextLevelParents()
Returns the List of AuthorizationInheritanceInfoInterface instances at the next Level for this AuthorizationInheritanceInfoInterface |
MetadataInterface |
getObject()
Returns the object for this inheritance instance |
boolean |
HasDirectPermissions()
Returns true if this parent has permissions set directly on it |
boolean |
HasNextLevelParents()
Returns true if this object has direct inheritance parent objects |
boolean |
IsHidden()
Returns true if requester is not permitted to see the inheritance object represented by this instance |
Method Detail |
---|
java.util.List<java.lang.String> getInheritanceRules() throws java.rmi.RemoteException
Strings
>
java.rmi.RemoteException
boolean HasDirectPermissions() throws java.rmi.RemoteException
boolean
java.rmi.RemoteException
boolean HasNextLevelParents() throws java.rmi.RemoteException
boolean
java.rmi.RemoteException
boolean IsHidden() throws java.rmi.RemoteException
boolean
java.rmi.RemoteException
MetadataInterface getObject() throws java.rmi.RemoteException
String
object
java.rmi.RemoteException
java.lang.String getInheritanceRoleName() throws java.rmi.RemoteException
String
object
java.rmi.RemoteException
java.util.List<AuthorizationInheritanceInfoInterface> getNextLevelParents() throws java.rmi.RemoteException
AuthorizationInheritanceInfoInterface
>
java.rmi.RemoteException
|
Foundation |
|
| |||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |