C# Class NGM.CasClient.Client.Validation.TicketValidator.Cas10TicketValidator

CAS 1.0 Ticket Validator
This is the .Net port of org.jasig.cas.client.validation.Cas10TicketValidator
Inheritance: AbstractCasProtocolTicketValidator
Afficher le fichier Open project: NIKASoftwareDevs/Orchard

Méthodes publiques

Méthode Description
Cas10TicketValidator ( ICasServices casServices, IUrlUtil urlUtil ) : System.IO
Initialize ( ) : void

Performs Cas10TicketValidator initialization.

Méthodes protégées

Méthode Description
ParseResponseFromServer ( string response, string ticket ) : ICasPrincipal

Parses the response from the server into a CAS Assertion and includes this in a CASPrincipal.

Method Details

Cas10TicketValidator() public méthode

public Cas10TicketValidator ( ICasServices casServices, IUrlUtil urlUtil ) : System.IO
casServices ICasServices
urlUtil IUrlUtil
Résultat System.IO

Initialize() public méthode

Performs Cas10TicketValidator initialization.
public Initialize ( ) : void
Résultat void

ParseResponseFromServer() protected méthode

Parses the response from the server into a CAS Assertion and includes this in a CASPrincipal.
/// Thrown if creation of the Assertion fails. ///
protected ParseResponseFromServer ( string response, string ticket ) : ICasPrincipal
response string the response from the server, in any format.
ticket string The ticket used to generate the validation response
Résultat ICasPrincipal