|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Assertion
Return from CentralAuthenticationService.validateServiceTicket(String, Service), the Assertion contains a chain of Principal objects. The first is the User's login Principal, while any others are Proxy Principals.
This is a published and supported CAS Server 3 API.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
List<Authentication> getChainedAuthentications()
boolean isFromNewLogin()
Service getService()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||