Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


oracle.security.jps.service.sso
Interface SsoServiceConfig


public interface SsoServiceConfig

This interface defines APIs for managing SSO service settings specified in the JPS configuration.

Since:
11gR1+
Version:
1.0
Author:
yiwawang

Field Summary
static java.lang.String COOKIE_NAME_LOGIN_CANCELURL_PROP
          Config property for the response parameter/cookie name of login cancel url.
static java.lang.String PARAM_NAME_AUTOLOGIN_TARGETURL_PROP
          Config property for the response parameter name of auto-login target url.
static java.lang.String PARAM_NAME_AUTOLOGIN_TOKEN_PROP
          Config property for the response parameter name of auto-login token.
static java.lang.String PARAM_NAME_IMP_FAILURE_URL_PROP
          Config property for the response parameter name of impersonation failure url.
static java.lang.String PARAM_NAME_IMP_SUCCESS_URL_PROP
          Config property for the response parameter name of impersonation success url.
static java.lang.String PARAM_NAME_IMP_TARGET_URL_PROP
          Config property for the response parameter name of impersonation target url.
static java.lang.String PARAM_NAME_IMP_USER_ID_PROP
          Config property for the response parameter name of impersonatee uid.
static java.lang.String PARAM_NAME_LOGIN_SUCCESSURL_PROP
          Config property for the response parameter name of login success url.
static java.lang.String PARAM_NAME_LOGOUT_TARGETURL_PROP
          Config property for the response parameter name of logout target url.

 

Method Summary
 ExtendedProperty getExtendedProperty()
          Gets the combined extended properties of an SSO ServiceInstance and ServiceProvider.
 java.util.Map<java.lang.String,java.lang.String> getProperties()
          Gets the combined properties of an SSO ServiceInstance and ServiceProvider.

 

Field Detail

PARAM_NAME_LOGIN_SUCCESSURL_PROP

static final java.lang.String PARAM_NAME_LOGIN_SUCCESSURL_PROP
Config property for the response parameter name of login success url.
See Also:
Constant Field Values

COOKIE_NAME_LOGIN_CANCELURL_PROP

static final java.lang.String COOKIE_NAME_LOGIN_CANCELURL_PROP
Config property for the response parameter/cookie name of login cancel url.
See Also:
Constant Field Values

PARAM_NAME_AUTOLOGIN_TARGETURL_PROP

static final java.lang.String PARAM_NAME_AUTOLOGIN_TARGETURL_PROP
Config property for the response parameter name of auto-login target url.
See Also:
Constant Field Values

PARAM_NAME_AUTOLOGIN_TOKEN_PROP

static final java.lang.String PARAM_NAME_AUTOLOGIN_TOKEN_PROP
Config property for the response parameter name of auto-login token.
See Also:
Constant Field Values

PARAM_NAME_LOGOUT_TARGETURL_PROP

static final java.lang.String PARAM_NAME_LOGOUT_TARGETURL_PROP
Config property for the response parameter name of logout target url.
See Also:
Constant Field Values

PARAM_NAME_IMP_SUCCESS_URL_PROP

static final java.lang.String PARAM_NAME_IMP_SUCCESS_URL_PROP
Config property for the response parameter name of impersonation success url.
See Also:
Constant Field Values

PARAM_NAME_IMP_FAILURE_URL_PROP

static final java.lang.String PARAM_NAME_IMP_FAILURE_URL_PROP
Config property for the response parameter name of impersonation failure url.
See Also:
Constant Field Values

PARAM_NAME_IMP_USER_ID_PROP

static final java.lang.String PARAM_NAME_IMP_USER_ID_PROP
Config property for the response parameter name of impersonatee uid.
See Also:
Constant Field Values

PARAM_NAME_IMP_TARGET_URL_PROP

static final java.lang.String PARAM_NAME_IMP_TARGET_URL_PROP
Config property for the response parameter name of impersonation target url.
See Also:
Constant Field Values

Method Detail

getProperties

java.util.Map<java.lang.String,java.lang.String> getProperties()
Gets the combined properties of an SSO ServiceInstance and ServiceProvider.
Returns:
the combined properties of an SSO service instance and provider

getExtendedProperty

ExtendedProperty getExtendedProperty()
Gets the combined extended properties of an SSO ServiceInstance and ServiceProvider.
Returns:
the combined extended properties of an SSO service instance and provider

Skip navigation links

Oracle Fusion Middleware Management Java API Reference for Oracle Entitlements Server
11g Release 1 (11.1.1)

E22649-02 ESAPI


Copyright © 2011, Oracle. All rights reserved.