Interface AuthoritiesSupplier


public interface AuthoritiesSupplier
Implement this interface to supply a list of authorities that we would like to validate against the Principal to see if this service can be accessed.
  • Method Summary

    Modifier and Type
    Method
    Description
    getAuthorities(org.chenile.core.context.ChenileExchange exchange)
     
  • Method Details

    • getAuthorities

      String[] getAuthorities(org.chenile.core.context.ChenileExchange exchange)