Class WSAnnotationAspect
- java.lang.Object
-
- org.pac4j.springframework.annotation.CommonAspect
-
- org.pac4j.springframework.annotation.ws.WSAnnotationAspect
-
public class WSAnnotationAspect extends CommonAspect
The aspect to define the web services annotations.- Since:
- 3.2.0
- Author:
- Jerome Leleu
-
-
Constructor Summary
Constructors Constructor Description WSAnnotationAspect()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
beforeRequireAllRoles(RequireAllRoles requireAllRoles)
void
beforeRequireAnyRole(RequireAnyRole requireAnyRole)
-
Methods inherited from class org.pac4j.springframework.annotation.CommonAspect
isAuthenticated, requireAllRoles, requireAnyRole
-
-
-
-
Method Detail
-
beforeRequireAnyRole
public void beforeRequireAnyRole(RequireAnyRole requireAnyRole)
-
beforeRequireAllRoles
public void beforeRequireAllRoles(RequireAllRoles requireAllRoles)
-
-