Interface AccessCheckHandler.AccessRestriction

All Known Implementing Classes:
AccessCheckHandler.AccessByRole
Enclosing class:
AccessCheckHandler

public static interface AccessCheckHandler.AccessRestriction
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    accessPermitted(io.undertow.security.idm.Account account)
     
  • Method Details

    • accessPermitted

      boolean accessPermitted(io.undertow.security.idm.Account account)