public interface ClientDetectionInterface
ClientDetectionInterface
interface needs to be implemented
by services and applications serving multiple clients, to determine the
client from which the request has originated. This interface detects the
client type from the client request.Modifier and Type | Method and Description |
---|---|
String |
getClientType(javax.servlet.http.HttpServletRequest request)
Detects the client type based on the request object.
|
String getClientType(javax.servlet.http.HttpServletRequest request) throws ClientDetectionException
request
- HTTP Servlet RequestClientDetectionException
- when there is an error retrieving client dataCopyright © 2010–2025 Open Identity Platform Community. All rights reserved.