org.apache.deltaspike.security.impl.authorization
Class SecurityParameterValueRedefiner
java.lang.Object
org.apache.deltaspike.security.impl.authorization.SecurityParameterValueRedefiner
- All Implemented Interfaces:
- ParameterValueRedefiner
public class SecurityParameterValueRedefiner
- extends Object
- implements ParameterValueRedefiner
Responsible for supplying requested method invocation values to the security binding method.
|
Constructor Summary |
SecurityParameterValueRedefiner(javax.enterprise.context.spi.CreationalContext<?> creationalContext,
javax.interceptor.InvocationContext invocation)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityParameterValueRedefiner
public SecurityParameterValueRedefiner(javax.enterprise.context.spi.CreationalContext<?> creationalContext,
javax.interceptor.InvocationContext invocation)
redefineParameterValue
public Object redefineParameterValue(ParameterValueRedefiner.ParameterValue value)
- Specified by:
redefineParameterValue in interface ParameterValueRedefiner
Copyright © 2011-2012 The Apache Software Foundation. All Rights Reserved.