C# 클래스 NGM.CasClient.Client.Validation.TicketValidator.Cas10TicketValidator

CAS 1.0 Ticket Validator
This is the .Net port of org.jasig.cas.client.validation.Cas10TicketValidator
상속: AbstractCasProtocolTicketValidator
파일 보기 프로젝트 열기: NIKASoftwareDevs/Orchard

공개 메소드들

메소드 설명
Cas10TicketValidator ( ICasServices casServices, IUrlUtil urlUtil ) : System.IO
Initialize ( ) : void

Performs Cas10TicketValidator initialization.

보호된 메소드들

메소드 설명
ParseResponseFromServer ( string response, string ticket ) : ICasPrincipal

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

메소드 상세

Cas10TicketValidator() 공개 메소드

public Cas10TicketValidator ( ICasServices casServices, IUrlUtil urlUtil ) : System.IO
casServices ICasServices
urlUtil IUrlUtil
리턴 System.IO

Initialize() 공개 메소드

Performs Cas10TicketValidator initialization.
public Initialize ( ) : void
리턴 void

ParseResponseFromServer() 보호된 메소드

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
리턴 ICasPrincipal