|
Oracle Content Management SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.ifs.server.OidCredentialManager
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 |
public static final java.lang.String OPTION_SETPASSWORD_IFSPASSWORD
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.
public static final java.lang.String OPTION_LISTUSERS_SUBSCRIBERNAME
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.
public static final java.lang.String OPTION_LISTUSERS_USERIDFILTER
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.
public static final java.lang.String OPTION_LISTUSERS_USERGUIDFILTER
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.
public static final java.lang.String OPTION_LISTUSERS_MAXIMUMTIME
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.
public static final java.lang.String OPTION_LISTUSERS_MAXIMUMCOUNT
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.
public static final java.lang.String OPTION_LISTUSERS_RETURNUSERIDS
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.
public static final java.lang.String IFS_SERVICE_CREDENTIALMANAGER_SUBSCRIBERS
public static final java.lang.String IFS_SERVICE_CREDENTIALMANAGER_DEFAULTSUBSCRIBER
public static final java.lang.String IFS_SERVICE_CREDENTIALMANAGER_IFSPASSWORDAPPLICATIONS
|
Oracle Content Management SDK | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |