|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Security
Used to define named collections of SecurityConstraint objects.
Field Summary | |
static String |
DOCUMENT_TYPE
|
Fields inherited from interface org.apache.jetspeed.page.document.Node |
PATH_SEPARATOR, PATH_SEPARATOR_CHAR |
Fields inherited from interface org.apache.jetspeed.om.common.SecuredResource |
EDIT_ACTION, VIEW_ACTION |
Method Summary | |
List |
getGlobalSecurityConstraintsRefs()
getGlobalSecurityConstraintsRefs |
SecurityConstraintsDef |
getSecurityConstraintsDef(String name)
getSecurityConstraintsDef |
List |
getSecurityConstraintsDefs()
getSecurityConstraintsDefs |
void |
setGlobalSecurityConstraintsRefs(List constraintsRefs)
setGlobalSecurityConstraintsRefs |
void |
setSecurityConstraintsDefs(List definitions)
setSecurityConstraintsDefs |
Methods inherited from interface org.apache.jetspeed.page.document.Node |
getMetadata, getName, getParent, getPath, getShortTitle, getTitle, getType, getUrl, isHidden, setParent, setPath |
Methods inherited from interface org.apache.jetspeed.om.page.BaseElement |
getId, getShortTitle, getTitle, setId, setShortTitle, setTitle |
Methods inherited from interface org.apache.jetspeed.om.common.SecuredResource |
checkAccess, checkConstraints, checkPermissions, getConstraintsEnabled, getPermissionsEnabled, getSecurityConstraints, setSecurityConstraints |
Field Detail |
public static final String DOCUMENT_TYPE
Method Detail |
public List getSecurityConstraintsDefs()
getSecurityConstraintsDefs
public void setSecurityConstraintsDefs(List definitions)
setSecurityConstraintsDefs
public SecurityConstraintsDef getSecurityConstraintsDef(String name)
getSecurityConstraintsDef
name
- of security constraints definition to return
public List getGlobalSecurityConstraintsRefs()
getGlobalSecurityConstraintsRefs
public void setGlobalSecurityConstraintsRefs(List constraintsRefs)
setGlobalSecurityConstraintsRefs
constraintsRefs
- global security constraints references
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |