public interface TicketValidator
Implementations must accept CAS proxy tickets, in addition to CAS service
tickets. If proxy tickets should be rejected, this is resolved by a CasProxyDecider
implementation (not by the TicketValidator
).
Implementations may request a proxy granting ticket if wish, although this behaviour is not mandatory.
Modifier and Type | Method and Description |
---|---|
TicketResponse |
confirmTicketValid(String serviceTicket)
Returns information about the ticket, if it is valid for this service.
|
TicketResponse confirmTicketValid(String serviceTicket) throws AuthenticationException
Must throw an
AuthenticationException
if the ticket is not valid for this service.
serviceTicket
- DOCUMENT ME!AuthenticationException
- DOCUMENT ME!Copyright © 2017. All rights reserved.