Метод | Описание | |
---|---|---|
LoginAction ( dk.nita.saml20.protocol.AbstractEndpointHandler handler, |
Action performed during login.
|
|
LogoutAction ( dk.nita.saml20.protocol.AbstractEndpointHandler handler, |
Action performed during logout.
|
public LoginAction ( dk.nita.saml20.protocol.AbstractEndpointHandler handler, |
||
handler | dk.nita.saml20.protocol.AbstractEndpointHandler | The handler initiating the call. |
context | The current http context. | |
assertion | Saml20Assertion | The saml assertion of the currently logged in user. |
Результат | void |
public LogoutAction ( dk.nita.saml20.protocol.AbstractEndpointHandler handler, |
||
handler | dk.nita.saml20.protocol.AbstractEndpointHandler | The handler. |
context | The context. | |
IdPInitiated | bool | During IdP initiated logout some actions such as redirecting should not be performed |
Результат | void |