public interface ServiceTicketValidationAuthorizersExecutionPlan
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ServiceTicketValidationAuthorizer> |
getAuthorizers()
Gets authorizers.
|
void |
registerAuthorizer(ServiceTicketValidationAuthorizer authz)
Register authorizer.
|
void registerAuthorizer(ServiceTicketValidationAuthorizer authz)
authz
- the authzjava.util.Collection<ServiceTicketValidationAuthorizer> getAuthorizers()