public interface Assertion extends Serializable
This is a published and supported CAS Server 3 API.
| Modifier and Type | Method and Description |
|---|---|
List<Authentication> |
getChainedAuthentications()
Get a List of Authentications which represent the owners of the
GrantingTickets which granted the ticket that was validated.
|
Service |
getService()
Method to obtain the service for which we are asserting this ticket is
valid for.
|
boolean |
isFromNewLogin()
True if the validated ticket was granted in the same transaction as that
in which its grantor GrantingTicket was originally issued.
|
List<Authentication> getChainedAuthentications()
boolean isFromNewLogin()
Service getService()
Copyright © 2004-2012 Jasig. All Rights Reserved.