Uses of Interface
io.avaje.jex.Role

Packages that use Role
Package
Description
 
  • 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
    Routing.Entry.getRoles()
    Return the roles.
    Methods in io.avaje.jex with parameters of type Role
    Modifier and Type
    Method
    Description
    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.withRoles(Set<Role> permittedRoles)
    Specify permittedRoles for the last added handler.