C# Class Agribusiness.Web.Helpers.CASHelper

Show file Open project: ucdavis/Agribusiness

Public Methods

Method 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 method

public static GetReturnUrl ( ) : string
return string

Login() public static method

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

LoginAndRedirect() public static method

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
return void