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

SAML 1.1 Ticket Validator
This is the .Net port of org.jasig.cas.client.validation.Saml11TicketValidator
상속: AbstractUrlTicketValidator
파일 보기 프로젝트 열기: NIKASoftwareDevs/Orchard

공개 메소드들

메소드 설명
Initialize ( ) : void

Performs Saml11TicketValidator initialization.

Saml11TicketValidator ( ICasServices casServices, IUrlUtil urlUtil ) : System

보호된 메소드들

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

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

RetrieveResponseFromServer ( string validationUrl, string ticket ) : string

Requests CAS ticket validation by the configured CAS server.

메소드 상세

Initialize() 공개 메소드

Performs Saml11TicketValidator 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

RetrieveResponseFromServer() 보호된 메소드

Requests CAS ticket validation by the configured CAS server.
protected RetrieveResponseFromServer ( string validationUrl, string ticket ) : string
validationUrl string the URL to use for ticket validation
ticket string /// the ticket returned by the CAS server from a successful authentication ///
리턴 string

Saml11TicketValidator() 공개 메소드

public Saml11TicketValidator ( ICasServices casServices, IUrlUtil urlUtil ) : System
casServices ICasServices
urlUtil IUrlUtil
리턴 System