프로퍼티 | 타입 | 설명 | |
---|---|---|---|
DetermineReturnUrl | string | ||
GenerateCallbackUri | |||
GetAuthenticationProvider | IAuthenticationProvider |
메소드 | 설명 | |
---|---|---|
AuthenticateCallback ( SimpleAuthentication.Mvc.AuthenticateCallBackInputModel inputModel ) : System.Web.Mvc.ActionResult | ||
RedirectToProvider ( SimpleAuthentication.Mvc.RedirectToProviderInputModel inputModel ) : System.Web.Mvc.RedirectResult | ||
SimpleAuthenticationController ( ) : System | ||
SimpleAuthenticationController ( IAuthenticationCallbackProvider callbackProvider, ICache cache ) : System | ||
SimpleAuthenticationController ( IAuthenticationCallbackProvider callbackProvider, ICache cache, IConfigurationOptions configurationOptions ) : System | ||
SimpleAuthenticationController ( IAuthenticationCallbackProvider callbackProvider, IConfigurationOptions configurationOptions ) : System |
메소드 | 설명 | |
---|---|---|
OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void |
메소드 | 설명 | |
---|---|---|
DetermineReturnUrl ( string returnUrl ) : string | ||
GenerateCallbackUri ( string providerName, |
||
GetAuthenticationProvider ( string providerKey ) : IAuthenticationProvider |
public AuthenticateCallback ( SimpleAuthentication.Mvc.AuthenticateCallBackInputModel inputModel ) : System.Web.Mvc.ActionResult | ||
inputModel | SimpleAuthentication.Mvc.AuthenticateCallBackInputModel | |
리턴 | System.Web.Mvc.ActionResult |
protected OnActionExecuting ( System.Web.Mvc.ActionExecutingContext filterContext ) : void | ||
filterContext | System.Web.Mvc.ActionExecutingContext | |
리턴 | void |
public RedirectToProvider ( SimpleAuthentication.Mvc.RedirectToProviderInputModel inputModel ) : System.Web.Mvc.RedirectResult | ||
inputModel | SimpleAuthentication.Mvc.RedirectToProviderInputModel | |
리턴 | System.Web.Mvc.RedirectResult |
public SimpleAuthenticationController ( ) : System | ||
리턴 | System |
public SimpleAuthenticationController ( IAuthenticationCallbackProvider callbackProvider, ICache cache ) : System | ||
callbackProvider | IAuthenticationCallbackProvider | |
cache | ICache | |
리턴 | System |
public SimpleAuthenticationController ( IAuthenticationCallbackProvider callbackProvider, ICache cache, IConfigurationOptions configurationOptions ) : System | ||
callbackProvider | IAuthenticationCallbackProvider | |
cache | ICache | |
configurationOptions | IConfigurationOptions | |
리턴 | System |
public SimpleAuthenticationController ( IAuthenticationCallbackProvider callbackProvider, IConfigurationOptions configurationOptions ) : System | ||
callbackProvider | IAuthenticationCallbackProvider | |
configurationOptions | IConfigurationOptions | |
리턴 | System |