Skip navigation links

Oracle Access Manager Extensibility Java API Reference
11g Release 1 (11.1.1.5)

E22473-01


oracle.security.am.plugin
Class ClientProfile

java.lang.Object
  extended by oracle.security.am.plugin.ClientProfile


public class ClientProfile
extends java.lang.Object

Object encapsulates the client profile.

Since:
OAM 11.1.1.5.0
Version:
OAM 11.1.1.5.0

Constructor Summary
ClientProfile()
           

 

Method Summary
 Protocol getProtocol()
          returns the client protocol.
 java.lang.String getUserAgent()
          returns the user agent header.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ClientProfile

public ClientProfile()

Method Detail

getUserAgent

public java.lang.String getUserAgent()
returns the user agent header.
Returns:
the user agent

getProtocol

public Protocol getProtocol()
returns the client protocol. A Protocol object.
Returns:
the protocol

Skip navigation links

Oracle Access Manager Extensibility Java API Reference
11g Release 1 (11.1.1.5)

E22473-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.