Session details are only used by AuthenticationHandler
s
which are also deprecated. This will be removed in a future
release.
@Deprecated public interface SessionDetails
Modifier and Type | Interface and Description |
---|---|
static class |
SessionDetails.DetailType
Deprecated.
The various types of detail.
|
Modifier and Type | Method and Description |
---|---|
Set<SessionDetails.DetailType> |
availableDetails()
Deprecated.
Returns a list of the available details.
|
String |
getConnectorName()
Deprecated.
Returns the configuration name of the server connector that the client
connected to.
|
ClientLocation |
getLocation()
Deprecated.
Returns the Client location information.
|
String |
getServerName()
Deprecated.
Returns the configuration name of the server to which the client is
connected.
|
ClientSummary |
getSummary()
Deprecated.
Returns the client summary.
|
Set<SessionDetails.DetailType> availableDetails()
ClientSummary getSummary()
summary
is
not availableClientLocation getLocation()
location
is not availableString getConnectorName()
connector name
is not availableString getServerName()
SessionDetails.DetailType.SERVER_NAME
is not
availableCopyright © 2020 Push Technology Ltd. All Rights Reserved.