Class RequireRoleAnnotationAspect

java.lang.Object
org.pac4j.springframework.annotation.RequireRoleAnnotationAspect

public class RequireRoleAnnotationAspect extends Object
The aspect to define the annotations.
Since:
3.2.0
Author:
Jerome Leleu
  • Constructor Details

    • RequireRoleAnnotationAspect

      public RequireRoleAnnotationAspect()
  • Method Details

    • isAuthenticated

      protected List<org.pac4j.core.profile.UserProfile> isAuthenticated()
    • beforeRequireAnyRole

      public void beforeRequireAnyRole(RequireAnyRole requireAnyRole)
    • beforeRequireAllRoles

      public void beforeRequireAllRoles(RequireAllRoles requireAllRoles)