Package org.chenile.samples.security
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 TypeMethodDescriptionString[]getAuthorities(org.chenile.core.context.ChenileExchange exchange)
-
Method Details
-
getAuthorities
-