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