Uses of Interface
io.avaje.jex.Role

Packages that use Role
Package Description
io.avaje.jex  
  • Uses of Role in io.avaje.jex

    Methods in io.avaje.jex that return types with arguments of type Role
    Modifier and Type Method Description
    Set<Role> Routing.Entry.getRoles()
    Return the roles.
    Methods in io.avaje.jex with parameters of type Role
    Modifier and Type Method Description
    Routing Routing.withRoles​(Role... permittedRoles)
    Specify permittedRoles for the last added handler using varargs.
    Method parameters in io.avaje.jex with type arguments of type Role
    Modifier and Type Method Description
    void AccessManager.manage​(Handler handler, Context ctx, Set<Role> permittedRoles)
    Check that the current user has one of the required roles.
    Routing Routing.withRoles​(Set<Role> permittedRoles)
    Specify permittedRoles for the last added handler.