Package oracle.security.am.plugin
Class ClientProfile
java.lang.Object
oracle.security.am.plugin.ClientProfile
Object encapsulates the client profile.
- Since:
- OAM11gR1
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreturns the client protocol.returns the user agent header.
-
Constructor Details
-
ClientProfile
public ClientProfile()
-
-
Method Details
-
getUserAgent
returns the user agent header.- Returns:
- the user agent
-
getProtocol
returns the client protocol. AProtocol
object.- Returns:
- the protocol
-