com.day.cq.security.impl.resource
Class AuthorizableRequestProperties
java.lang.Object
com.day.cq.security.impl.resource.AuthorizableRequestProperties
public class AuthorizableRequestProperties
- extends Object
Provieds access to relevant RequestParameter via getter. Thus it provieds the
"mapping" of Parameter names to Objekt-Properties.
todo: check for further delete suffixes
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PREFIX_CQ
protected static final String PREFIX_CQ
- See Also:
- Constant Field Values
PARAM_NAME
public static final String PARAM_NAME
- See Also:
- Constant Field Values
PARAM_FIRST_NAME
public static final String PARAM_FIRST_NAME
- See Also:
- Constant Field Values
PARAM_DELETE
protected static final String PARAM_DELETE
- See Also:
- Constant Field Values
PARAM_MEMBER_ACTION
protected static final String PARAM_MEMBER_ACTION
- See Also:
- Constant Field Values
PARAM_USERID
protected static final String PARAM_USERID
- See Also:
- Constant Field Values
PARAM_PASSWORD
protected static final String PARAM_PASSWORD
- See Also:
- Constant Field Values
PARAM_EMAIL
protected static final String PARAM_EMAIL
- See Also:
- Constant Field Values
PARAM_GROUP_NAME
protected static final String PARAM_GROUP_NAME
- See Also:
- Constant Field Values
PARAM_PWDDIGEST
protected static final String PARAM_PWDDIGEST
- See Also:
- Constant Field Values
PARAM_PRIVILEGES
protected static final String PARAM_PRIVILEGES
- See Also:
- Constant Field Values
MEMBER_ACTION_MEBERSHIP
protected static final String MEMBER_ACTION_MEBERSHIP
- See Also:
- Constant Field Values
MEMBER_ACTION_MEBERS
protected static final String MEMBER_ACTION_MEBERS
- See Also:
- Constant Field Values
MEMBER_ACTION_SUDOERS
protected static final String MEMBER_ACTION_SUDOERS
- See Also:
- Constant Field Values
PARAM_MEMBER_ENTRIES
protected static final String PARAM_MEMBER_ENTRIES
- See Also:
- Constant Field Values
SUFFIX_DELETE
protected static final String SUFFIX_DELETE
- See Also:
- Constant Field Values
DEFAULT_PASSWORD_DIGEST
protected static final String DEFAULT_PASSWORD_DIGEST
- See Also:
- Constant Field Values
IGNORED_PARAMETER
protected static final String[] IGNORED_PARAMETER
AuthorizableRequestProperties
public AuthorizableRequestProperties(org.apache.sling.api.request.RequestParameterMap parameter)
isUser
public boolean isUser()
isDelete
public boolean isDelete()
isCreate
public boolean isCreate()
setsPassword
public boolean setsPassword()
setsMembers
public boolean setsMembers()
setsMembership
public boolean setsMembership()
setsSudoers
public boolean setsSudoers()
setPassword
public boolean setPassword()
hasPrivileges
public boolean hasPrivileges()
getUserID
public String getUserID()
getMembership
public org.apache.sling.api.request.RequestParameter[] getMembership()
getMembers
public org.apache.sling.api.request.RequestParameter[] getMembers()
getSudoers
public org.apache.sling.api.request.RequestParameter[] getSudoers()
getPassword
public String getPassword()
getDigest
public String getDigest()
getPrivileges
public org.apache.sling.api.request.RequestParameter[] getPrivileges()
getGroupName
public String getGroupName()
getProperties
public Map<String,org.apache.sling.api.request.RequestParameter[]> getProperties()
Copyright © 2008 Day Management AG. All Rights Reserved.