Interface SecurityChecker

All Known Implementing Classes:
AnnotatedSecurityChecker, NoCheckSecurityChecker

public interface SecurityChecker
Declares behavior for annotated security checkers.
Since:
6.0
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
     
  • Method Details

    • isAllowedFor

      boolean isAllowedFor(AccessType accessType)