public class LoggedInSession extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LoggedInSession.SAML2SSO
A static nested class which represents the SAML 2.0 specific single-sign-on (SSO) details to be held
in a user logged-in session.
|
| Constructor and Description |
|---|
LoggedInSession() |
| Modifier and Type | Method and Description |
|---|---|
LoggedInSession.SAML2SSO |
getSAML2SSO() |
void |
setSAML2SSO(LoggedInSession.SAML2SSO saml2SSO) |
public LoggedInSession.SAML2SSO getSAML2SSO()
public void setSAML2SSO(LoggedInSession.SAML2SSO saml2SSO)
Copyright © 2016 WSO2. All rights reserved.