C# Класс Catbert4.Helpers.CasHelper

Показать файл Открыть проект

Открытые методы

Метод Описание
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