Oracle Content Management SDK

oracle.ifs.server
Class OidCredentialManager

java.lang.Object
  |
  +--oracle.ifs.server.OidCredentialManager
All Implemented Interfaces:
CredentialManager

public class OidCredentialManager
extends java.lang.Object
implements CredentialManager

OidCredentialManager authenticates users using Oracle Internet Directory, Oracle's LDAP server.


Field Summary
static java.lang.String IFS_SERVICE_CREDENTIALMANAGER_DEFAULTSUBSCRIBER
          Property whose String value is the default subscriber for this OidCredentialManager.
static java.lang.String IFS_SERVICE_CREDENTIALMANAGER_IFSPASSWORDAPPLICATIONS
          Property whose String[] value is the set of applications that use users' iFS-specific passwords.
static java.lang.String IFS_SERVICE_CREDENTIALMANAGER_SUBSCRIBERS
          Property whose String[] value is the set of subscribers for this OidCredentialManager.
static java.lang.String OPTION_LISTUSERS_MAXIMUMCOUNT
          Option to set the maximum number of users returned.
static java.lang.String OPTION_LISTUSERS_MAXIMUMTIME
          Option to set the maximum wait time.
static java.lang.String OPTION_LISTUSERS_RETURNUSERIDS
          Option to return userids instead of user GUIDs.
static java.lang.String OPTION_LISTUSERS_SUBSCRIBERNAME
          Option to get the users for the specified subscriber.
static java.lang.String OPTION_LISTUSERS_USERGUIDFILTER
          Option to get the users whose user GUID matches a specified pattern.
static java.lang.String OPTION_LISTUSERS_USERIDFILTER
          Option to get the users whose userid matches a specified pattern.
static java.lang.String OPTION_SETPASSWORD_IFSPASSWORD
          Option to set the user's iFS-specific password.
 
Fields inherited from interface oracle.ifs.server.CredentialManager
IFS_SERVICE_CREDENTIALMANAGER_CLASSNAME
 

Field Detail


OPTION_SETPASSWORD_IFSPASSWORD

public static final java.lang.String OPTION_SETPASSWORD_IFSPASSWORD
Option to set the user's iFS-specific password.

This option applies to setPassword and must have a boolean value.

If the value of this option is true, the iFS-specific password is set. If false, null, or unspecified, the SSO password is set.

OPTION_LISTUSERS_SUBSCRIBERNAME

public static final java.lang.String OPTION_LISTUSERS_SUBSCRIBERNAME
Option to get the users for the specified subscriber.

This option applies to listUsers and must have a String value.

The value of this option specifies the subscriber name for which to return users. If null or unspecified, the users are returned for the default subscriber.

OPTION_LISTUSERS_USERIDFILTER

public static final java.lang.String OPTION_LISTUSERS_USERIDFILTER
Option to get the users whose userid matches a specified pattern.

This option applies to listUsers and must have a String value.

The value of this option specifies a filter to apply to userids. Use "*" to indicate zero or more characters in that position. Special characters "*", "(", ")", and "\" must be escaped in accordance with RFC 2254. If null or unspecified, no userid filter is applied to the subscriber's users.

OPTION_LISTUSERS_USERGUIDFILTER

public static final java.lang.String OPTION_LISTUSERS_USERGUIDFILTER
Option to get the users whose user GUID matches a specified pattern.

This option applies to listUsers and must have a String value.

The value of this option specifies a filter to apply to user GUIDs. Use "*" to indicate zero or more characters in that position. Special characters "*", "(", ")", and "\" must be escaped in accordance with RFC 2254. If null or unspecified, no user GUID filter is applied to the subscriber's users.

OPTION_LISTUSERS_MAXIMUMTIME

public static final java.lang.String OPTION_LISTUSERS_MAXIMUMTIME
Option to set the maximum wait time.

This option applies to listUsers and must have an int value.

The value of this option specifies the maximum time to wait, in milliseconds. If 0, null, or unspecified, the operation waits indefinitely.

OPTION_LISTUSERS_MAXIMUMCOUNT

public static final java.lang.String OPTION_LISTUSERS_MAXIMUMCOUNT
Option to set the maximum number of users returned.

This option applies to listUsers and must have a long value.

The value of this option specifies the maximum number of users to return. If 0, null, or unspecified, no limit is applied.

OPTION_LISTUSERS_RETURNUSERIDS

public static final java.lang.String OPTION_LISTUSERS_RETURNUSERIDS
Option to return userids instead of user GUIDs.

This option applies to listUsers and must have a boolean value.

If the value of this option is true, userids are returned. If false, null, or unspecified, user GUIDs are returned.

IFS_SERVICE_CREDENTIALMANAGER_SUBSCRIBERS

public static final java.lang.String IFS_SERVICE_CREDENTIALMANAGER_SUBSCRIBERS
Property whose String[] value is the set of subscribers for this OidCredentialManager.

IFS_SERVICE_CREDENTIALMANAGER_DEFAULTSUBSCRIBER

public static final java.lang.String IFS_SERVICE_CREDENTIALMANAGER_DEFAULTSUBSCRIBER
Property whose String value is the default subscriber for this OidCredentialManager.

IFS_SERVICE_CREDENTIALMANAGER_IFSPASSWORDAPPLICATIONS

public static final java.lang.String IFS_SERVICE_CREDENTIALMANAGER_IFSPASSWORDAPPLICATIONS
Property whose String[] value is the set of applications that use users' iFS-specific passwords.

Oracle Content Management SDK

(c) 2002 Copyright Oracle Corporation. All rights reserved.