Package ch.tocco.nice2.security.impl
Class NullPolicyProcessor
java.lang.Object
ch.tocco.nice2.security.impl.NullPolicyProcessor
- All Implemented Interfaces:
- PolicyProcessor
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionvoidprocessPolicy(PolicyBuilder policy, Object target) Post-process the given policy.
- 
Constructor Details- 
NullPolicyProcessorpublic NullPolicyProcessor()
 
- 
- 
Method Details- 
processPolicyDescription copied from interface:PolicyProcessorPost-process the given policy. On phase `LOGIN`, the `target` is the principal being logged in, on phase `GUARD`, it's the object being guarded. On phase `LOGIN` the `policy` is the entire policy containing all rules that affect the current user, on phase `GUARD` the policy only contains the rules that are relevant to the guarded objects (the entire policy, if needed, can be retrieved from theSecurityContext).- Specified by:
- processPolicyin interface- PolicyProcessor
 
 
-