@FunctionalInterface
public interface ServiceTicketValidationAuthorizer
ServiceTicketValidationAuthorizer
.Modifier and Type | Method and Description |
---|---|
void |
authorize(javax.servlet.http.HttpServletRequest request,
Service service,
Assertion assertion)
Is authorized?
|