Skip navigation links

Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite
10g (10.1.3.2)

B32189-01


oracle.ifs.fdk
Class LoginOptions

java.lang.Object
  extended by oracle.ifs.fdk.LoginOptions


public class LoginOptions
extends java.lang.Object

Constants representing possible login options for in-process clients use only.


Field Summary
static java.lang.String LOGIN_OPTION_APPLICATION_NAME
          The option representing the name of the application requesting a login.
static java.lang.String LOGIN_OPTION_SSO_REALM_GUID
          The SSO/OID realm GUID option (only if SSO is enabled).
static java.lang.String LOGIN_OPTION_SSO_USER_GUID
          The SSO/OID user GUID login option (only if SSO is enabled).

 

Method Summary

 

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

 

Field Detail

LOGIN_OPTION_APPLICATION_NAME

public static final java.lang.String LOGIN_OPTION_APPLICATION_NAME
Description copied from class: LoginOptions
The option representing the name of the application requesting a login. The value of the option is a string such as "FTP", "DAV", etc.

LOGIN_OPTION_SSO_USER_GUID

public static final java.lang.String LOGIN_OPTION_SSO_USER_GUID
Description copied from class: LoginOptions
The SSO/OID user GUID login option (only if SSO is enabled).

LOGIN_OPTION_SSO_REALM_GUID

public static final java.lang.String LOGIN_OPTION_SSO_REALM_GUID
Description copied from class: LoginOptions
The SSO/OID realm GUID option (only if SSO is enabled).

Skip navigation links

Oracle Content Database Web Services Java API Reference for Oracle WebCenter Suite
10g (10.1.3.2)

B32189-01


Copyright © 2002, 2006, Oracle. All rights reserved.