public interface Assertion
CentralAuthenticationService.validateServiceTicket(String, org.jasig.cas.authentication.principal.Service)| Modifier and Type | Method and Description |
|---|---|
List<Authentication> |
getChainedAuthentications()
Gets a list of all authentications that have occurred during a CAS SSO session.
|
Authentication |
getPrimaryAuthentication()
Gets the authentication event that is basis of this assertion.
|
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.
|
Authentication getPrimaryAuthentication()
List<Authentication> getChainedAuthentications()
boolean isFromNewLogin()
Service getService()
Copyright © 2004-2015 Apereo. All Rights Reserved.