All Superinterfaces:
Role
All Known Implementing Classes:
Role.OfName
Enclosing interface:
Role

public static interface Role.Flat extends Role
  • Nested Class Summary

    Nested classes/interfaces inherited from interface ch.raffael.meldioc.library.http.server.undertow.security.Role

    Role.Flat, Role.Hierarchy<R extends Role>, Role.OfName
  • Method Summary

    Modifier and Type
    Method
    Description
    default boolean
    implies(Role role)
     

    Methods inherited from interface ch.raffael.meldioc.library.http.server.undertow.security.Role

    name
  • Method Details

    • implies

      default boolean implies(Role role)
      Specified by:
      implies in interface Role