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