|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ManagedProtectedResource
A ManagedProtectedResource
represents any resource that is
individually managed by Portal Access Control, e.g. portlets, pages, groups.
It provides the access control related information, such as the owner of the
resource and the role type blocks set for the resource. See
RoleData
for information about role mappings.
AccessControlHome
,
ManagedProtectedResourceModel
Method Summary | |
---|---|
java.util.SortedSet<RoleType> |
getInheritanceBlockedRoleTypes()
Returns those role types the resource blocks for inheritance (i.e. |
Principal |
getOwner()
Returns the owner of the resource. |
java.util.SortedSet<RoleType> |
getPropagationBlockedRoleTypes()
Returns those role types the resource blocks for propagation (i.e. |
boolean |
isExternalized()
Indicates whether the resource has been externalized to an external security manager in order to manage access control by this external component. |
boolean |
isPrivate()
Returns the information whether the resource is private (i.e. |
Methods inherited from interface com.ibm.portal.Identifiable |
---|
getObjectID |
Method Detail |
---|
Principal getOwner()
boolean isPrivate()
true
if the resource is private, false
if the resource is shared.boolean isExternalized()
true
if the resource is externalized,
false
otherwise.java.util.SortedSet<RoleType> getPropagationBlockedRoleTypes()
List
of RoleType
objects representing
the role types blocked for propagation, never null.java.util.SortedSet<RoleType> getInheritanceBlockedRoleTypes()
List
of RoleType
objects representing
the role types blocked for inheritance, never null.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |