Package | Description |
---|---|
org.acegisecurity.providers.cas |
An authentication provider that can process JA-SIG Central Authentication Service (CAS)
service tickets and proxy tickets.
|
org.acegisecurity.providers.cas.ticketvalidator |
Implementations that validate service tickets.
|
Modifier and Type | Method and Description |
---|---|
TicketResponse |
TicketValidator.confirmTicketValid(String serviceTicket)
Returns information about the ticket, if it is valid for this service.
|
Modifier and Type | Method and Description |
---|---|
TicketResponse |
CasProxyTicketValidator.confirmTicketValid(String serviceTicket) |
protected TicketResponse |
CasProxyTicketValidator.validateNow(ProxyTicketValidator pv)
Perform the actual remote invocation.
|
Copyright © 2016. All rights reserved.