C# 클래스 Kentor.AuthServices.WebSso.AuthServicesUrls

The urls of AuthServices that are used in various messages.
파일 보기 프로젝트 열기: KentorIT/authservices 1 사용 예제들

Private Properties

프로퍼티 타입 설명
AuthServicesUrls System
AuthServicesUrls System

공개 메소드들

메소드 설명
AuthServicesUrls ( Uri assertionConsumerServiceUrl, Uri signInUrl, Uri applicationUrl ) : System

Creates the urls for AuthServices based on the given full urls for assertion consumer service and sign-in

Init ( Uri publicOrigin, string modulePath ) : void

비공개 메소드들

메소드 설명
AuthServicesUrls ( Kentor.AuthServices.WebSso.HttpRequestData request, IOptions options ) : System
AuthServicesUrls ( Uri applicationUrl, string modulePath ) : System

메소드 상세

AuthServicesUrls() 공개 메소드

Creates the urls for AuthServices based on the given full urls for assertion consumer service and sign-in
public AuthServicesUrls ( Uri assertionConsumerServiceUrl, Uri signInUrl, Uri applicationUrl ) : System
assertionConsumerServiceUrl System.Uri The full Url for the Assertion Consumer Service.
signInUrl System.Uri The full Url for sign-in.
applicationUrl System.Uri The full Url for the application root.
리턴 System

Init() 공개 메소드

public Init ( Uri publicOrigin, string modulePath ) : void
publicOrigin System.Uri
modulePath string
리턴 void