Package org.wildfly.security
Interface ParametricPrivilegedAction<T,P>
-
- Type Parameters:
T- the action result typeP- the action parameter type
public interface ParametricPrivilegedAction<T,P>A privileged action which accepts a parameter.- Author:
- David M. Lloyd
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Trun(P parameter)Perform the action.
-