@Deprecated public class SessionInformation52North extends Object implements SessionInformation
| Constructor and Description |
|---|
SessionInformation52North(org.dom4j.Document getSessionResponse)
Deprecated.
Creates a new SessionInformation52North Object from a getSession()-Response.
|
SessionInformation52North(String sessionID,
Date expirationDate)
Deprecated.
Creates a new SessionInformation52North Object.
|
| Modifier and Type | Method and Description |
|---|---|
Date |
getExpirationDate()
Deprecated.
Returns the date when the session ID will expire.
|
String |
getSessionID()
Deprecated.
Returns the stored session ID.
|
boolean |
isExpired()
Deprecated.
Checks if the session ID is expired.
|
public SessionInformation52North(org.dom4j.Document getSessionResponse)
throws AuthenticationFailedException
getSessionResponse - DOCUMENT ME!AuthenticationFailedException - net.environmatics.acs.exceptions.AuthenticationFailedExceptionpublic Date getExpirationDate()
public boolean isExpired()
true if expiredpublic String getSessionID()
getSessionID in interface SessionInformationCopyright © 2012–2025 cismet GmbH. All rights reserved.