public class ServiceProviderSession extends Object
| Constructor and Description |
|---|
ServiceProviderSession(String serviceProvider,
org.jaggeryjs.hostobjects.web.SessionHostObject session) |
| Modifier and Type | Method and Description |
|---|---|
String |
getServiceProvider() |
String |
getSessionId() |
static String |
getSessionId(org.jaggeryjs.hostobjects.web.SessionHostObject session)
A utility method to invoke the getId method of the provided SessionHostObject
|
void |
invalidate()
Invalidates the session by calling the Session HostObjects invalidate method
|
String |
toString() |
public ServiceProviderSession(String serviceProvider, org.jaggeryjs.hostobjects.web.SessionHostObject session)
public String getServiceProvider()
public String getSessionId()
public static String getSessionId(org.jaggeryjs.hostobjects.web.SessionHostObject session)
session - A SessionHostObjectpublic void invalidate()
Copyright © 2018 WSO2 Inc. All rights reserved.