AuthorizorChooser

Provides an SPI to select from multiple Authorizor s if more than one are present on the classpath.

API

AuthorizorChooser.java
interface AuthorizorChooser {
  Authorizor chooseFrom(List<Authorizor> authorizors)     (1)
}

Members

chooseFrom(List)