public interface SsoServiceConfig
| Modifier and Type | Field and Description | 
|---|---|
| static java.lang.String | AUTO_LOGIN_URL_PROPConfig property for auto login url. | 
| static java.lang.String | COOKIE_NAME_LOGIN_CANCELURL_PROPConfig property for the response parameter/cookie name of login cancel url. | 
| static java.lang.String | IMP_BEGIN_URL_PROPConfig property for impersonation begin url. | 
| static java.lang.String | IMP_END_URL_PROPConfig property for impersonation begin url. | 
| static java.lang.String | LOGIN_URL_PREFIXConfig property for prefix of login url. | 
| static java.lang.String | LOGOUT_URL_PROPConfig property for logout url. | 
| static java.lang.String | PARAM_NAME_AUTOLOGIN_TARGETURL_PROPConfig property for the response parameter name of auto-login target url. | 
| static java.lang.String | PARAM_NAME_AUTOLOGIN_TOKEN_PROPConfig property for the response parameter name of auto-login token. | 
| static java.lang.String | PARAM_NAME_IMP_FAILURE_URL_PROPConfig property for the response parameter name of impersonation failure url. | 
| static java.lang.String | PARAM_NAME_IMP_SUCCESS_URL_PROPConfig property for the response parameter name of impersonation success url. | 
| static java.lang.String | PARAM_NAME_IMP_TARGET_URL_PROPConfig property for the response parameter name of impersonation target url. | 
| static java.lang.String | PARAM_NAME_IMP_USER_ID_PROPConfig property for the response parameter name of impersonatee uid. | 
| static java.lang.String | PARAM_NAME_LOGIN_SUCCESSURL_PROPConfig property for the response parameter name of login success url. | 
| static java.lang.String | PARAM_NAME_LOGOUT_TARGETURL_PROPConfig property for the response parameter name of logout target url. | 
| Modifier and Type | Method and Description | 
|---|---|
| ExtendedProperty | getExtendedProperty()Gets the combined extended properties of an SSO  ServiceInstanceandServiceProvider. | 
| java.util.Map<java.lang.String,java.lang.String> | getProperties()Gets the combined properties of an SSO  ServiceInstanceandServiceProvider. | 
static final java.lang.String PARAM_NAME_LOGIN_SUCCESSURL_PROP
static final java.lang.String COOKIE_NAME_LOGIN_CANCELURL_PROP
static final java.lang.String PARAM_NAME_AUTOLOGIN_TARGETURL_PROP
static final java.lang.String PARAM_NAME_AUTOLOGIN_TOKEN_PROP
static final java.lang.String PARAM_NAME_LOGOUT_TARGETURL_PROP
static final java.lang.String PARAM_NAME_IMP_SUCCESS_URL_PROP
static final java.lang.String PARAM_NAME_IMP_FAILURE_URL_PROP
static final java.lang.String PARAM_NAME_IMP_USER_ID_PROP
static final java.lang.String PARAM_NAME_IMP_TARGET_URL_PROP
static final java.lang.String LOGIN_URL_PREFIX
static final java.lang.String AUTO_LOGIN_URL_PROP
static final java.lang.String LOGOUT_URL_PROP
static final java.lang.String IMP_BEGIN_URL_PROP
static final java.lang.String IMP_END_URL_PROP
java.util.Map<java.lang.String,java.lang.String> getProperties()
ServiceInstance and ServiceProvider.ExtendedProperty getExtendedProperty()
ServiceInstance and ServiceProvider.