C# Class Agribusiness.Web.Helpers.CASHelper

Afficher le fichier Open project: ucdavis/Agribusiness

Méthodes publiques

Méthode Description
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

Method Details

GetReturnUrl() public static méthode

public static GetReturnUrl ( ) : string
Résultat string

Login() public static méthode

Login to the campus DistAuth system using CAS
public static Login ( ) : string
Résultat string

LoginAndRedirect() public static méthode

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
Résultat void