|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.jetspeed.om.page.psml.SecurityConstraintsImpl
SecurityConstraintsImpl
Field Summary | |
private List |
allConstraints
|
private List |
constraints
|
private List |
constraintsRefs
|
private static org.apache.commons.logging.Log |
log
|
private String |
owner
|
Constructor Summary | |
SecurityConstraintsImpl()
|
Method Summary | |
void |
checkConstraints(List actions,
List userPrincipals,
List rolePrincipals,
List groupPrincipals,
org.apache.jetspeed.page.document.DocumentHandlerFactory handlerFactory)
checkConstraints |
private List |
dereferenceSecurityConstraintsRefs(List constraintsRefs,
org.apache.jetspeed.page.document.DocumentHandlerFactory handlerFactory)
dereferenceSecurityConstraintsRefs |
private List |
getAllSecurityConstraints(org.apache.jetspeed.page.document.DocumentHandlerFactory handlerFactory)
getAllSecurityConstraints |
String |
getOwner()
getOwner |
private org.apache.jetspeed.om.page.PageSecurity |
getSecurity(org.apache.jetspeed.page.document.DocumentHandlerFactory handlerFactory)
getSecurity |
List |
getSecurityConstraints()
getSecurityConstraints |
List |
getSecurityConstraintsRefs()
getSecurityConstraintsRefs |
void |
setOwner(String owner)
setOwner |
void |
setSecurityConstraints(List constraints)
setSecurityConstraint |
void |
setSecurityConstraintsRefs(List constraintsRefs)
setSecurityConstraintsRefs |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final org.apache.commons.logging.Log log
private String owner
private List constraints
private List constraintsRefs
private List allConstraints
Constructor Detail |
public SecurityConstraintsImpl()
Method Detail |
public String getOwner()
getOwner
getOwner
in interface org.apache.jetspeed.om.common.SecurityConstraints
SecurityConstraints.getOwner()
public void setOwner(String owner)
setOwner
setOwner
in interface org.apache.jetspeed.om.common.SecurityConstraints
owner
- SecurityConstraints.setOwner(java.lang.String)
public List getSecurityConstraints()
getSecurityConstraints
getSecurityConstraints
in interface org.apache.jetspeed.om.common.SecurityConstraints
SecurityConstraints.getSecurityConstraints()
public void setSecurityConstraints(List constraints)
setSecurityConstraint
setSecurityConstraints
in interface org.apache.jetspeed.om.common.SecurityConstraints
constraints
- SecurityConstraints.setSecurityConstraints(java.util.List)
public List getSecurityConstraintsRefs()
getSecurityConstraintsRefs
getSecurityConstraintsRefs
in interface org.apache.jetspeed.om.common.SecurityConstraints
SecurityConstraints.getSecurityConstraintsRefs()
public void setSecurityConstraintsRefs(List constraintsRefs)
setSecurityConstraintsRefs
setSecurityConstraintsRefs
in interface org.apache.jetspeed.om.common.SecurityConstraints
constraintsRefs
- SecurityConstraints.setSecurityConstraintsRefs(java.util.List)
public void checkConstraints(List actions, List userPrincipals, List rolePrincipals, List groupPrincipals, org.apache.jetspeed.page.document.DocumentHandlerFactory handlerFactory) throws SecurityException
checkConstraints
actions
- userPrincipals
- rolePrincipals
- groupPrincipals
- handlerFactory
-
SecurityException
private List getAllSecurityConstraints(org.apache.jetspeed.page.document.DocumentHandlerFactory handlerFactory)
getAllSecurityConstraints
handlerFactory
-
private List dereferenceSecurityConstraintsRefs(List constraintsRefs, org.apache.jetspeed.page.document.DocumentHandlerFactory handlerFactory)
dereferenceSecurityConstraintsRefs
constraintsRefs
- handlerFactory
-
private org.apache.jetspeed.om.page.PageSecurity getSecurity(org.apache.jetspeed.page.document.DocumentHandlerFactory handlerFactory)
getSecurity
handlerFactory
-
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |