C# 클래스 Gramps.Helpers.CASHelper

파일 보기 프로젝트 열기: ucdavis/Gramps

공개 메소드들

메소드 설명
GetReturnUrl ( ) : string
Login ( ) : string

Login to the campus DistAuth system using CAS

LoginAndRedirect ( ) : void

Performs the CAS Login and automatically redirects to the desired page, if possible. Will do nothing if the user is already authenticated

메소드 상세

GetReturnUrl() 공개 정적인 메소드

public static GetReturnUrl ( ) : string
리턴 string

Login() 공개 정적인 메소드

Login to the campus DistAuth system using CAS
public static Login ( ) : string
리턴 string

LoginAndRedirect() 공개 정적인 메소드

Performs the CAS Login and automatically redirects to the desired page, if possible. Will do nothing if the user is already authenticated
public static LoginAndRedirect ( ) : void
리턴 void