public interface SecurityGrantedAccessAdapter<R,C extends WebContext>
| Modifier and Type | Method and Description |
|---|---|
R |
adapt(C context,
java.util.Collection<CommonProfile> profiles,
java.lang.Object... parameters)
Adapt the current successful action as the expected result.
|
R adapt(C context, java.util.Collection<CommonProfile> profiles, java.lang.Object... parameters) throws java.lang.Exception
context - the web contextparameters - additional parametersprofiles - the profiles granted, can be emptyjava.lang.Exception - any exceptionCopyright © 2019. All Rights Reserved.