|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EditableAccessDecisionVoterContext
Interface which allows to provide a custom AccessDecisionVoterContext
implementation
Method Summary | |
---|---|
void |
addMetaData(String key,
Object metaData)
Allows to add custom meta-data. |
void |
addViolation(SecurityViolation securityViolation)
Adds a new SecurityViolation to the context |
void |
setState(AccessDecisionState accessDecisionVoterState)
Updates the state of the context |
Methods inherited from interface org.apache.myfaces.extensions.cdi.core.api.security.AccessDecisionVoterContext |
---|
getMetaData, getMetaDataFor, getState, getViolations |
Method Detail |
---|
void addMetaData(String key, Object metaData)
key
- key for the meta-datametaData
- meta-data which should be addedvoid setState(AccessDecisionState accessDecisionVoterState)
accessDecisionVoterState
- current statevoid addViolation(SecurityViolation securityViolation)
SecurityViolation
to the context
securityViolation
- security-violation which should be added
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |