|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.auth.StandardUser org.apache.cocoon.auth.impl.PipelineSecurityHandler.PipelineSHUser
public static class PipelineSecurityHandler.PipelineSHUser
The internal user class.
Field Summary | |
---|---|
protected List |
roles
The cached list of roles for this user. |
protected Document |
userInfo
The document delivered by the pipeline. |
Fields inherited from class org.apache.cocoon.auth.StandardUser |
---|
attributes, id |
Constructor Summary | |
---|---|
PipelineSecurityHandler.PipelineSHUser(Document info,
String id)
Create a new user object. |
Method Summary | |
---|---|
protected void |
calculateContextInfo()
Internal method that calculates the context information. |
Document |
getUserInfo()
Return the pipeline document. |
Methods inherited from class org.apache.cocoon.auth.StandardUser |
---|
getAttribute, getAttributeNames, getId, isUserInRole, removeAttribute, setAttribute |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected final Document userInfo
protected List roles
Constructor Detail |
---|
public PipelineSecurityHandler.PipelineSHUser(Document info, String id)
info
- The pipeline document.id
- The unique id of the user.Method Detail |
---|
public Document getUserInfo()
protected void calculateContextInfo()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |