Session details are only used by AuthenticationHandler
s
which are also deprecated. This will be removed in a future
release.
@Deprecated public interface ClientSummary
Modifier and Type | Interface and Description |
---|---|
static class |
ClientSummary.ClientType
Deprecated.
Client type.
|
static class |
ClientSummary.TransportType
Deprecated.
Transport type.
|
Modifier and Type | Method and Description |
---|---|
ClientSummary.ClientType |
getClientType()
Deprecated.
Returns the type of the client.
|
String |
getPrincipal()
Deprecated.
Returns the name of the security principal associated with the session.
|
ClientSummary.TransportType |
getTransportType()
Deprecated.
Returns how the client is connected to the server.
|
String getPrincipal()
ClientSummary.TransportType getTransportType()
ClientSummary.ClientType getClientType()
Copyright © 2020 Push Technology Ltd. All Rights Reserved.