Interface RoleAttachedPrincipal

All Superinterfaces:
Principal

public interface RoleAttachedPrincipal extends Principal
A user principal with an array of roles.
  • Method Summary

    Modifier and Type
    Method
    Description
     

    Methods inherited from interface io.john.amiscaray.quak.security.auth.principal.Principal

    getSecurityID
  • Method Details

    • getRoles

      Role[] getRoles()
      Returns:
      The user's roles.