|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TicketValidator
Validates a CAS service ticket.
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.
| Method Summary | |
|---|---|
TicketResponse |
confirmTicketValid(String serviceTicket)
Returns information about the ticket, if it is valid for this service. |
| Method Detail |
|---|
TicketResponse confirmTicketValid(String serviceTicket)
throws AuthenticationException
Must throw an AuthenticationException if the ticket is not
valid for this service.
AuthenticationException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||