C# 클래스 dk.nita.saml20.Actions.SamlPrincipalAction

Sets the SamlPrincipal on the current http context
상속: IAction
파일 보기 프로젝트 열기: symplified/Symplified.Auth

공개 메소드들

메소드 설명
LoginAction ( dk.nita.saml20.protocol.AbstractEndpointHandler handler, HttpContext context, Saml20Assertion assertion ) : void

Action performed during login.

LogoutAction ( dk.nita.saml20.protocol.AbstractEndpointHandler handler, HttpContext context, bool IdPInitiated ) : void

Action performed during logout.

메소드 상세

LoginAction() 공개 메소드

Action performed during login.
public LoginAction ( dk.nita.saml20.protocol.AbstractEndpointHandler handler, HttpContext context, Saml20Assertion assertion ) : void
handler dk.nita.saml20.protocol.AbstractEndpointHandler The handler initiating the call.
context System.Web.HttpContext The current http context.
assertion Saml20Assertion The saml assertion of the currently logged in user.
리턴 void

LogoutAction() 공개 메소드

Action performed during logout.
public LogoutAction ( dk.nita.saml20.protocol.AbstractEndpointHandler handler, HttpContext context, bool IdPInitiated ) : void
handler dk.nita.saml20.protocol.AbstractEndpointHandler The handler.
context System.Web.HttpContext The context.
IdPInitiated bool During IdP initiated logout some actions such as redirecting should not be performed
리턴 void