|
|||||||||
| Home >> All >> org >> acegisecurity >> providers >> [ cas overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.acegisecurity.providers.cas
Interface TicketValidator

- 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.
- Version:
- $Id: TicketValidator.java,v 1.2 2005/11/17 00:55:47 benalex Exp $
| Method Summary | |
TicketResponse |
confirmTicketValid(java.lang.String serviceTicket)
Returns information about the ticket, if it is valid for this service. |
| Method Detail |
confirmTicketValid
public TicketResponse confirmTicketValid(java.lang.String serviceTicket) throws org.acegisecurity.AuthenticationException
- Returns information about the ticket, if it is valid for this service.
Must throw an
AuthenticationExceptionif the ticket is not valid for this service.
|
|||||||||
| Home >> All >> org >> acegisecurity >> providers >> [ cas overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC