Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Access Management Mobile and Social


oracle.security.idaas.rp.client
Class RPClientConstants

java.lang.Object
  extended by oracle.security.idaas.rp.client.RPClientConstants


public class RPClientConstants
extends java.lang.Object

Constants defined for the RP client.

Since:
11g Release 2 (11.1.2)
Version:
11g Release 2 (11.1.2)

Field Summary
static java.lang.String APPLICATION_ID_PARAM
          "applicationID"
static java.lang.String APPLICATION_PARAM
          "application"
static int DEFAULT_SOCKS_PORT
          1080L
static java.lang.String GET
          "GET"
static int MAX_RESPONSE_BUFFER_SIZE
          8192
static java.lang.String PROTOCOL_PARAM
          "protocol"
static java.lang.String PROVIDER_PARAM
          "provider"
static java.lang.String PROXY_AUTHZ_HEADER
          Proxy http header property name
static java.lang.String PROXY_HOST
          Config key proxy.host
static java.lang.String PROXY_PASSWORD
          Config key proxy.password
static java.lang.String PROXY_PORT
          Config key proxy.port
static java.lang.String PROXY_PROTOCOL
          Config key proxy.protocol=http|socks|direct
static java.lang.String PROXY_USERNAME
          Config key proxy.username
static java.lang.String RP_SERVER_CONNECTION_PASSWORD
          Config key rp.server.connection.password
static java.lang.String RP_SERVER_CONNECTION_SAE_ALGO
          Config key rp.server.connection.sae.algorithm
static java.lang.String RP_SERVER_CONNECTION_SAE_CERT_CLASS
          Config key rp.server.connection.sae.certclass
static java.lang.String RP_SERVER_CONNECTION_SAE_CRYPTOTYPE
          Config key rp.server.connection.sae.cryptotype
static java.lang.String RP_SERVER_CONNECTION_SAE_KEYSTOREFILE
          Config key rp.server.connection.sae.keystorefile
static java.lang.String RP_SERVER_CONNECTION_SAE_KEYSTOREPASS
          Config key rp.server.connection.sae.keystorepass
static java.lang.String RP_SERVER_CONNECTION_SAE_KEYSTORETYPE
          Config key rp.server.connection.sae.keystoretype
static java.lang.String RP_SERVER_CONNECTION_SAE_KEYSTRENGTH
          Config key rp.server.connection.sae.keystrength
static java.lang.String RP_SERVER_CONNECTION_SAE_PRIVATEKEYALIAS
          Config key rp.server.connection.sae.privatekeyalias
static java.lang.String RP_SERVER_CONNECTION_SAE_PRIVATEKEYPASS
          Config key rp.server.connection.sae.privatekeypass
static java.lang.String RP_SERVER_CONNECTION_SAE_PUBLICKEYALIAS
          Config key rp.server.connection.sae.publickeyalias
static java.lang.String RP_SERVER_CONNECTION_SAE_SHAREDSECRET
          Config key rp.server.connection.sae.sharedsecret
static java.lang.String RP_SERVER_CONNECTION_SAE_SIG_VALIDITY_DURATION
          Config key rp.server.connection.sae.sigvalidityduration
static java.lang.String RP_SERVER_CONNECTION_TIMEOUT
          Config key rp.server.connection.timeout
static java.lang.String RP_SERVER_CONNECTION_USERNAME
          Config key rp.server.connection.username
static java.lang.String RP_SERVER_HOSTURL
          Config key rp.server.hosturl
static java.lang.String RP_SERVER_IDP_SERVICE
          Config key rp.server.idp.service
static java.lang.String RP_SERVER_INIT_SERVICE
          Config.key rp.server.init.service
static java.lang.String SAE_TOKEN_PARAM
          "saeToken"
static java.lang.String SELECTED_IDP_PARAM
          "selectedIDP"
static java.lang.String URL_PARAM
          "url"

 

Constructor Summary
RPClientConstants()
           

 

Method Summary

 

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

 

Field Detail

PROXY_AUTHZ_HEADER

public static final java.lang.String PROXY_AUTHZ_HEADER
Proxy http header property name
See Also:
Constant Field Values

GET

public static final java.lang.String GET
"GET"
See Also:
Constant Field Values

DEFAULT_SOCKS_PORT

public static final int DEFAULT_SOCKS_PORT
1080L
See Also:
Constant Field Values

MAX_RESPONSE_BUFFER_SIZE

public static final int MAX_RESPONSE_BUFFER_SIZE
8192
See Also:
Constant Field Values

APPLICATION_PARAM

public static final java.lang.String APPLICATION_PARAM
"application"
See Also:
Constant Field Values

APPLICATION_ID_PARAM

public static final java.lang.String APPLICATION_ID_PARAM
"applicationID"
See Also:
Constant Field Values

SELECTED_IDP_PARAM

public static final java.lang.String SELECTED_IDP_PARAM
"selectedIDP"
See Also:
Constant Field Values

URL_PARAM

public static final java.lang.String URL_PARAM
"url"
See Also:
Constant Field Values

SAE_TOKEN_PARAM

public static final java.lang.String SAE_TOKEN_PARAM
"saeToken"
See Also:
Constant Field Values

PROVIDER_PARAM

public static final java.lang.String PROVIDER_PARAM
"provider"
See Also:
Constant Field Values

PROTOCOL_PARAM

public static final java.lang.String PROTOCOL_PARAM
"protocol"
See Also:
Constant Field Values

RP_SERVER_HOSTURL

public static final java.lang.String RP_SERVER_HOSTURL
Config key rp.server.hosturl
See Also:
Constant Field Values

RP_SERVER_IDP_SERVICE

public static final java.lang.String RP_SERVER_IDP_SERVICE
Config key rp.server.idp.service
See Also:
Constant Field Values

RP_SERVER_INIT_SERVICE

public static final java.lang.String RP_SERVER_INIT_SERVICE
Config.key rp.server.init.service
See Also:
Constant Field Values

RP_SERVER_CONNECTION_TIMEOUT

public static final java.lang.String RP_SERVER_CONNECTION_TIMEOUT
Config key rp.server.connection.timeout
See Also:
Constant Field Values

RP_SERVER_CONNECTION_USERNAME

public static final java.lang.String RP_SERVER_CONNECTION_USERNAME
Config key rp.server.connection.username
See Also:
Constant Field Values

RP_SERVER_CONNECTION_PASSWORD

public static final java.lang.String RP_SERVER_CONNECTION_PASSWORD
Config key rp.server.connection.password
See Also:
Constant Field Values

RP_SERVER_CONNECTION_SAE_ALGO

public static final java.lang.String RP_SERVER_CONNECTION_SAE_ALGO
Config key rp.server.connection.sae.algorithm
See Also:
Constant Field Values

RP_SERVER_CONNECTION_SAE_SHAREDSECRET

public static final java.lang.String RP_SERVER_CONNECTION_SAE_SHAREDSECRET
Config key rp.server.connection.sae.sharedsecret
See Also:
Constant Field Values

RP_SERVER_CONNECTION_SAE_KEYSTRENGTH

public static final java.lang.String RP_SERVER_CONNECTION_SAE_KEYSTRENGTH
Config key rp.server.connection.sae.keystrength
See Also:
Constant Field Values

RP_SERVER_CONNECTION_SAE_CRYPTOTYPE

public static final java.lang.String RP_SERVER_CONNECTION_SAE_CRYPTOTYPE
Config key rp.server.connection.sae.cryptotype
See Also:
Constant Field Values

RP_SERVER_CONNECTION_SAE_KEYSTOREFILE

public static final java.lang.String RP_SERVER_CONNECTION_SAE_KEYSTOREFILE
Config key rp.server.connection.sae.keystorefile
See Also:
Constant Field Values

RP_SERVER_CONNECTION_SAE_KEYSTORETYPE

public static final java.lang.String RP_SERVER_CONNECTION_SAE_KEYSTORETYPE
Config key rp.server.connection.sae.keystoretype
See Also:
Constant Field Values

RP_SERVER_CONNECTION_SAE_KEYSTOREPASS

public static final java.lang.String RP_SERVER_CONNECTION_SAE_KEYSTOREPASS
Config key rp.server.connection.sae.keystorepass
See Also:
Constant Field Values

RP_SERVER_CONNECTION_SAE_PRIVATEKEYALIAS

public static final java.lang.String RP_SERVER_CONNECTION_SAE_PRIVATEKEYALIAS
Config key rp.server.connection.sae.privatekeyalias
See Also:
Constant Field Values

RP_SERVER_CONNECTION_SAE_PUBLICKEYALIAS

public static final java.lang.String RP_SERVER_CONNECTION_SAE_PUBLICKEYALIAS
Config key rp.server.connection.sae.publickeyalias
See Also:
Constant Field Values

RP_SERVER_CONNECTION_SAE_PRIVATEKEYPASS

public static final java.lang.String RP_SERVER_CONNECTION_SAE_PRIVATEKEYPASS
Config key rp.server.connection.sae.privatekeypass
See Also:
Constant Field Values

RP_SERVER_CONNECTION_SAE_SIG_VALIDITY_DURATION

public static final java.lang.String RP_SERVER_CONNECTION_SAE_SIG_VALIDITY_DURATION
Config key rp.server.connection.sae.sigvalidityduration
See Also:
Constant Field Values

RP_SERVER_CONNECTION_SAE_CERT_CLASS

public static final java.lang.String RP_SERVER_CONNECTION_SAE_CERT_CLASS
Config key rp.server.connection.sae.certclass
See Also:
Constant Field Values

PROXY_HOST

public static final java.lang.String PROXY_HOST
Config key proxy.host
See Also:
Constant Field Values

PROXY_PORT

public static final java.lang.String PROXY_PORT
Config key proxy.port
See Also:
Constant Field Values

PROXY_PROTOCOL

public static final java.lang.String PROXY_PROTOCOL
Config key proxy.protocol=http|socks|direct
See Also:
Constant Field Values

PROXY_USERNAME

public static final java.lang.String PROXY_USERNAME
Config key proxy.username
See Also:
Constant Field Values

PROXY_PASSWORD

public static final java.lang.String PROXY_PASSWORD
Config key proxy.password
See Also:
Constant Field Values

Constructor Detail

RPClientConstants

public RPClientConstants()

Skip navigation links

Copyright (c) 2012,
Oracle All Rights Reserved.
Built 06/05/2012 17:18:07 PDT