com.novell.security.sso
Interface SSInfo


public interface SSInfo

Interface that contains Novell SecretStore constants.

Since:
2.1
Version:
3.2
Author:
Steve Kinser

Field Summary
static int NSSO_ADMIN_LAST_MOD_F
          Deprecated. Use NSSS_ADMIN_LAST_MOD_F
static int NSSO_ADMIN_UNLOCKED_F
          Deprecated. Use NSSS_ADMIN_UNLOCKED_F
static int NSSO_ALL_STRINGS_UNICODE_F
          Deprecated. Use NSSS_ALL_STRINGS_UNICODE_F
static int NSSO_CREATE_ID_F
          Deprecated. As of 3.1.
static byte NSSO_CRYPTO_DOMESTIC_ENGINE
          Deprecated. Use NSSS_CRYPTO_DOMESTIC_ENGINE
static byte NSSO_CRYPTO_EXPORT_ENGINE
          Deprecated. Use NSSS_CRYPTO_EXPORT_ENGINE
static byte NSSO_CRYPTO_UNDETERMINED_ENGINE
          Deprecated. Use NSSS_CRYPTO_UNDETERMINED_ENGINE
static int NSSO_ENHANCED_PROTECT_INFO_F
          Deprecated. Use NSSS_ENHANCED_PROTECT_INFO_F
static int NSSO_ENHANCED_PROTECTION_F
          Deprecated. Use NSSS_ENHANCED_PROTECTION_F
static int NSSO_EP_MASTER_PWORD_PRESENT_F
          Deprecated. Use NSSS_EP_MASTER_PWORD_PRESENT_F
static int NSSO_EP_MASTER_PWORD_USED_F
          Deprecated. Use NSSS_EP_MASTER_PWORD_USED_F
static int NSSO_EP_PASSWORD_USED_F
          Deprecated. Use NSSS_EP_PASSWORD_USED_F
static int NSSO_EP_PWORD_PRESENT_F
          Deprecated. Use NSSS_EP_PWORD_PRESENT_F
static int NSSO_JUMBO_ENUM_BUF_LEN
          Deprecated. Use NSSS_JUMBO_ENUM_BUF_LEN
static int NSSO_MP_NOT_ALLOWED_F
          Deprecated. Use NSSS_MP_NOT_ALLOWED_F
static int NSSO_REMOVE_LOCK_FROM_STORE_F
          Deprecated. Use NSSS_REMOVE_LOCK_FROM_STORE_F
static int NSSO_REPAIR_THE_STORE_F
          Deprecated. Use NSSS_REPAIR_THE_STORE_F
static int NSSO_SECRET_LOCKED_F
          Deprecated. Use NSSS_SECRET_LOCKED_F
static int NSSO_SECRET_NOT_INITIALIZED_F
          Deprecated. Use NSSS_SECRET_NOT_INITIALIZED_F
static int NSSO_SET_TREE_NAME_F
          Deprecated. Use NSSS_SET_TREE_NAME_F
static int NSSO_STORE_NOT_SYNCED_F
          Deprecated. Use NSSS_STORE_NOT_SYNCED_F
static int NSSO_VERSION_NUMBER
          Deprecated. Use NSSS_VERSION_NUMBER
static int NSSS_ADMIN_LAST_MOD_F
          Output only flag that specifies that the last secret modification was made by an admin.
static int NSSS_ADMIN_UNLOCKED_F
          Output only flag that specifies that an administrator has unlocked SecretStore.
static int NSSS_ALL_STRINGS_UNICODE_F
          Input only flag that specifies that all strings are in unicode.
static int NSSS_CHK_SID_FOR_COLLISION_F
          Input only flag that specifies that the setValue method should check for secret ID collisions.
static int NSSS_CREATE_ID_F
          The create ID constant that is provided for backwards compatibility only.
static byte NSSS_CRYPTO_DOMESTIC_ENGINE
          Output only flag that specifies that the crypto strength is domestic.
static byte NSSS_CRYPTO_EXPORT_ENGINE
          Output only flag that specifies that the crypto strength is export.
static byte NSSS_CRYPTO_UNDETERMINED_ENGINE
          Output only flag that specifies that the crypto strength is undetermined.
static int NSSS_ENHANCED_PROTECT_INFO_F
          Output only flag to indicate that the secret is enhanced protected.
static int NSSS_ENHANCED_PROTECTION_F
          Input only flag to indicate that the secret is to be enhanced protected.
static int NSSS_EP_MASTER_PWORD_PRESENT_F
          Output only flag that specifies that a master password is set on the SecretStore.
static int NSSS_EP_MASTER_PWORD_USED_F
          Input only flag to specify that a master password is being used.
static int NSSS_EP_PASSWORD_USED_F
          Input only flag to specify that an enhanced protection password is being used.
static int NSSS_EP_PWORD_PRESENT_F
          Output only flag that specifies that the secret is protected with an enhanced protection password.
static int NSSS_JUMBO_ENUM_BUF_LEN
          Maximum buffer length for the enumerate operation.
static int NSSS_MP_NOT_ALLOWED_F
          Output only flag that specifies that master password operations have been disabled by policy.
static int NSSS_REMOVE_LOCK_FROM_STORE_F
          Input only flag to specify that all locked secrets are to be deleted.
static int NSSS_REPAIR_THE_STORE_F
          Input only flag to request all possible repair on damaged store.
static int NSSS_SECRET_LOCKED_F
          Output only flag that specifies that a lock exists.
static int NSSS_SECRET_NOT_INITIALIZED_F
          Output only flag that specifies that the secret has not been initialized with a write yet.
static int NSSS_SET_TREE_NAME_F
          Input only flag that specifies that the tree name needs to be set.
static int NSSS_STORE_NOT_SYNCED_F
          Output only flag that specifies that the SecretStore is not synchronized across replicas.
static int NSSS_VERSION_NUMBER
          The SecretStore api version number.
static String SSLDAP_ADD_SECRET_ID_REPLY
          The SecretStore LDAP v3 extended operation reply oid for the add secret id operation.
static String SSLDAP_ADD_SECRET_ID_REQUEST
          The SecretStore LDAP v3 extended operation request oid for the add secret id operation.
static String SSLDAP_ENUMERATE_SECRET_IDS_REPLY
          The SecretStore LDAP v3 extended operation reply oid for the enumerate secret ids operation.
static String SSLDAP_ENUMERATE_SECRET_IDS_REQUEST
          The SecretStore LDAP v3 extended operation request oid for the enumerate secret ids operation.
static String SSLDAP_GET_SERVICE_INFO_REPLY
          The SecretStore LDAP v3 extended operation reply oid for the get service info operation.
static String SSLDAP_GET_SERVICE_INFO_REQUEST
          The SecretStore LDAP v3 extended operation request oid for the get service info operation.
static String SSLDAP_READ_SECRET_REPLY
          The SecretStore LDAP v3 extended operation reply oid for the read secret operation.
static String SSLDAP_READ_SECRET_REQUEST
          The SecretStore LDAP v3 extended operation request oid for the read secret operation.
static String SSLDAP_REMOVE_SECRET_REPLY
          The SecretStore LDAP v3 extended operation reply oid for the remove secret operation.
static String SSLDAP_REMOVE_SECRET_REQUEST
          The SecretStore LDAP v3 extended operation request oid for the remove secret operation.
static String SSLDAP_REMOVE_SECRET_STORE_REPLY
          The SecretStore LDAP v3 extended operation reply oid for the remove SecretStore operation.
static String SSLDAP_REMOVE_SECRET_STORE_REQUEST
          The SecretStore LDAP v3 extended operation request oid for the remove SecretStore operation.
static String SSLDAP_SET_EP_MASTER_PASSWORD_REPLY
          The SecretStore LDAP v3 extended operation reply oid for the set master password operation.
static String SSLDAP_SET_EP_MASTER_PASSWORD_REQUEST
          The SecretStore LDAP v3 extended operation request oid for the set master password operation.
static String SSLDAP_UNLOCK_SECRETS_REPLY
          The SecretStore LDAP v3 extended operation reply oid for the unlock secrets operation.
static String SSLDAP_UNLOCK_SECRETS_REQUEST
          The SecretStore LDAP v3 extended operation request oid for the unlock secrets operation.
static String SSLDAP_WRITE_SECRET_REPLY
          The SecretStore LDAP v3 extended operation reply oid for the write secret operation.
static String SSLDAP_WRITE_SECRET_REQUEST
          The SecretStore LDAP v3 extended operation request oid for the write secret operation.
 

Field Detail

NSSS_ADMIN_LAST_MOD_F

public static final int NSSS_ADMIN_LAST_MOD_F
Output only flag that specifies that the last secret modification was made by an admin. The value of this flag is 0x00100000.

NSSS_ADMIN_UNLOCKED_F

public static final int NSSS_ADMIN_UNLOCKED_F
Output only flag that specifies that an administrator has unlocked SecretStore. The value of this flag is 0x04000000.
Since:
3.0

NSSS_ALL_STRINGS_UNICODE_F

public static final int NSSS_ALL_STRINGS_UNICODE_F
Input only flag that specifies that all strings are in unicode. This flag is provided for completeness even though it is passed on all calls by the Java API automatically. The value of this flag is 0x00000010.

NSSS_CREATE_ID_F

public static final int NSSS_CREATE_ID_F
The create ID constant that is provided for backwards compatibility only.

NSSS_CRYPTO_DOMESTIC_ENGINE

public static final byte NSSS_CRYPTO_DOMESTIC_ENGINE
Output only flag that specifies that the crypto strength is domestic. The value of this constant is 1.

NSSS_CRYPTO_EXPORT_ENGINE

public static final byte NSSS_CRYPTO_EXPORT_ENGINE
Output only flag that specifies that the crypto strength is export. The value of this constant is 2.

NSSS_CRYPTO_UNDETERMINED_ENGINE

public static final byte NSSS_CRYPTO_UNDETERMINED_ENGINE
Output only flag that specifies that the crypto strength is undetermined. The value of this constant is 0.

NSSS_ENHANCED_PROTECTION_F

public static final int NSSS_ENHANCED_PROTECTION_F
Input only flag to indicate that the secret is to be enhanced protected. The value of this flag is 0x00000001.

NSSS_ENHANCED_PROTECT_INFO_F

public static final int NSSS_ENHANCED_PROTECT_INFO_F
Output only flag to indicate that the secret is enhanced protected. The value of this flag is 0x00040000.

NSSS_EP_MASTER_PWORD_PRESENT_F

public static final int NSSS_EP_MASTER_PWORD_PRESENT_F
Output only flag that specifies that a master password is set on the SecretStore. The value of this flag is 0x00400000.

NSSS_EP_MASTER_PWORD_USED_F

public static final int NSSS_EP_MASTER_PWORD_USED_F
Input only flag to specify that a master password is being used. The value of this flag is 0x00000020.

NSSS_EP_PASSWORD_USED_F

public static final int NSSS_EP_PASSWORD_USED_F
Input only flag to specify that an enhanced protection password is being used. The value of this flag is 0x00000040.

NSSS_EP_PWORD_PRESENT_F

public static final int NSSS_EP_PWORD_PRESENT_F
Output only flag that specifies that the secret is protected with an enhanced protection password. The value of this flag is 0x00200000.

NSSS_JUMBO_ENUM_BUF_LEN

public static final int NSSS_JUMBO_ENUM_BUF_LEN
Maximum buffer length for the enumerate operation. The value of this length is 131072.

NSSS_MP_NOT_ALLOWED_F

public static final int NSSS_MP_NOT_ALLOWED_F
Output only flag that specifies that master password operations have been disabled by policy. The value of this flag is 0x00800000.

NSSS_REMOVE_LOCK_FROM_STORE_F

public static final int NSSS_REMOVE_LOCK_FROM_STORE_F
Input only flag to specify that all locked secrets are to be deleted. This operation in effect removes the lock that was placed on the SecretStore. The value of this flag is 0x00000004.

NSSS_REPAIR_THE_STORE_F

public static final int NSSS_REPAIR_THE_STORE_F
Input only flag to request all possible repair on damaged store. The value of this flag is 0x00000008.

NSSS_SECRET_LOCKED_F

public static final int NSSS_SECRET_LOCKED_F
Output only flag that specifies that a lock exists. The value of this flag is 0x00010000.

NSSS_SECRET_NOT_INITIALIZED_F

public static final int NSSS_SECRET_NOT_INITIALIZED_F
Output only flag that specifies that the secret has not been initialized with a write yet. The value of this flag is 0x00020000.

NSSS_SET_TREE_NAME_F

public static final int NSSS_SET_TREE_NAME_F
Input only flag that specifies that the tree name needs to be set. This flag is automatically used by the NCPSecretStore to set the tree name if one was specified. The value of this flag is 0x00000080.

NSSS_STORE_NOT_SYNCED_F

public static final int NSSS_STORE_NOT_SYNCED_F
Output only flag that specifies that the SecretStore is not synchronized across replicas. The value of this flag is 0x00080000.

NSSS_CHK_SID_FOR_COLLISION_F

public static final int NSSS_CHK_SID_FOR_COLLISION_F
Input only flag that specifies that the setValue method should check for secret ID collisions.
Since:
3.2

NSSS_VERSION_NUMBER

public static final int NSSS_VERSION_NUMBER
The SecretStore api version number. This flag is provided for completeness even though it is passed on all calls by the Java API automatically. The value of this flag is 0x00000304. It has not been changed to 3.2 because this API will still work with 3.0.4 servers.

SSLDAP_GET_SERVICE_INFO_REQUEST

public static final String SSLDAP_GET_SERVICE_INFO_REQUEST
The SecretStore LDAP v3 extended operation request oid for the get service info operation. This oid is provided as a reference. The value of this is "2.16.840.1.113719.1.148.100.1".

SSLDAP_GET_SERVICE_INFO_REPLY

public static final String SSLDAP_GET_SERVICE_INFO_REPLY
The SecretStore LDAP v3 extended operation reply oid for the get service info operation. This oid is provided as a reference. The value of this is "2.16.840.1.113719.1.148.100.2".

SSLDAP_READ_SECRET_REQUEST

public static final String SSLDAP_READ_SECRET_REQUEST
The SecretStore LDAP v3 extended operation request oid for the read secret operation. This oid is provided as a reference. The value of this is "2.16.840.1.113719.1.148.100.3".

SSLDAP_READ_SECRET_REPLY

public static final String SSLDAP_READ_SECRET_REPLY
The SecretStore LDAP v3 extended operation reply oid for the read secret operation. This oid is provided as a reference. The value of this is "2.16.840.1.113719.1.148.100.4".

SSLDAP_WRITE_SECRET_REQUEST

public static final String SSLDAP_WRITE_SECRET_REQUEST
The SecretStore LDAP v3 extended operation request oid for the write secret operation. This oid is provided as a reference. The value of this is "2.16.840.1.113719.1.148.100.5".

SSLDAP_WRITE_SECRET_REPLY

public static final String SSLDAP_WRITE_SECRET_REPLY
The SecretStore LDAP v3 extended operation reply oid for the write secret operation. This oid is provided as a reference. The value of this is "2.16.840.1.113719.1.148.100.6".

SSLDAP_ADD_SECRET_ID_REQUEST

public static final String SSLDAP_ADD_SECRET_ID_REQUEST
The SecretStore LDAP v3 extended operation request oid for the add secret id operation. This oid is provided as a reference. The value of this is "2.16.840.1.113719.1.148.100.7".

SSLDAP_ADD_SECRET_ID_REPLY

public static final String SSLDAP_ADD_SECRET_ID_REPLY
The SecretStore LDAP v3 extended operation reply oid for the add secret id operation. This oid is provided as a reference. The value of this is "2.16.840.1.113719.1.148.100.8".

SSLDAP_REMOVE_SECRET_REQUEST

public static final String SSLDAP_REMOVE_SECRET_REQUEST
The SecretStore LDAP v3 extended operation request oid for the remove secret operation. This oid is provided as a reference. The value of this is "2.16.840.1.113719.1.148.100.9".

SSLDAP_REMOVE_SECRET_REPLY

public static final String SSLDAP_REMOVE_SECRET_REPLY
The SecretStore LDAP v3 extended operation reply oid for the remove secret operation. This oid is provided as a reference. The value of this is "2.16.840.1.113719.1.148.100.10".

SSLDAP_REMOVE_SECRET_STORE_REQUEST

public static final String SSLDAP_REMOVE_SECRET_STORE_REQUEST
The SecretStore LDAP v3 extended operation request oid for the remove SecretStore operation. This oid is provided as a reference. The value of this is "2.16.840.1.113719.1.148.100.11".

SSLDAP_REMOVE_SECRET_STORE_REPLY

public static final String SSLDAP_REMOVE_SECRET_STORE_REPLY
The SecretStore LDAP v3 extended operation reply oid for the remove SecretStore operation. This oid is provided as a reference. The value of this is "2.16.840.1.113719.1.148.100.12".

SSLDAP_ENUMERATE_SECRET_IDS_REQUEST

public static final String SSLDAP_ENUMERATE_SECRET_IDS_REQUEST
The SecretStore LDAP v3 extended operation request oid for the enumerate secret ids operation. This oid is provided as a reference. The value of this is "2.16.840.1.113719.1.148.100.13".

SSLDAP_ENUMERATE_SECRET_IDS_REPLY

public static final String SSLDAP_ENUMERATE_SECRET_IDS_REPLY
The SecretStore LDAP v3 extended operation reply oid for the enumerate secret ids operation. This oid is provided as a reference. The value of this is "2.16.840.1.113719.1.148.100.14".

SSLDAP_UNLOCK_SECRETS_REQUEST

public static final String SSLDAP_UNLOCK_SECRETS_REQUEST
The SecretStore LDAP v3 extended operation request oid for the unlock secrets operation. This oid is provided as a reference. The value of this is "2.16.840.1.113719.1.148.100.15".

SSLDAP_UNLOCK_SECRETS_REPLY

public static final String SSLDAP_UNLOCK_SECRETS_REPLY
The SecretStore LDAP v3 extended operation reply oid for the unlock secrets operation. This oid is provided as a reference. The value of this is "2.16.840.1.113719.1.148.100.16".

SSLDAP_SET_EP_MASTER_PASSWORD_REQUEST

public static final String SSLDAP_SET_EP_MASTER_PASSWORD_REQUEST
The SecretStore LDAP v3 extended operation request oid for the set master password operation. This oid is provided as a reference. The value of this is "2.16.840.1.113719.1.148.100.17".

SSLDAP_SET_EP_MASTER_PASSWORD_REPLY

public static final String SSLDAP_SET_EP_MASTER_PASSWORD_REPLY
The SecretStore LDAP v3 extended operation reply oid for the set master password operation. This oid is provided as a reference. The value of this is "2.16.840.1.113719.1.148.100.18".

NSSO_ADMIN_LAST_MOD_F

public static final int NSSO_ADMIN_LAST_MOD_F
Deprecated. Use NSSS_ADMIN_LAST_MOD_F

Constant provided for backwards compatibility.

NSSO_ADMIN_UNLOCKED_F

public static final int NSSO_ADMIN_UNLOCKED_F
Deprecated. Use NSSS_ADMIN_UNLOCKED_F

Constant provided for backwards compatibility.

NSSO_ALL_STRINGS_UNICODE_F

public static final int NSSO_ALL_STRINGS_UNICODE_F
Deprecated. Use NSSS_ALL_STRINGS_UNICODE_F

Constant provided for backwards compatibility.

NSSO_CREATE_ID_F

public static final int NSSO_CREATE_ID_F
Deprecated. As of 3.1.

Constant provided for backwards compatibility.

NSSO_CRYPTO_DOMESTIC_ENGINE

public static final byte NSSO_CRYPTO_DOMESTIC_ENGINE
Deprecated. Use NSSS_CRYPTO_DOMESTIC_ENGINE

Constant provided for backwards compatibility.

NSSO_CRYPTO_EXPORT_ENGINE

public static final byte NSSO_CRYPTO_EXPORT_ENGINE
Deprecated. Use NSSS_CRYPTO_EXPORT_ENGINE

Constant provided for backwards compatibility.

NSSO_CRYPTO_UNDETERMINED_ENGINE

public static final byte NSSO_CRYPTO_UNDETERMINED_ENGINE
Deprecated. Use NSSS_CRYPTO_UNDETERMINED_ENGINE

Constant provided for backwards compatibility.

NSSO_ENHANCED_PROTECTION_F

public static final int NSSO_ENHANCED_PROTECTION_F
Deprecated. Use NSSS_ENHANCED_PROTECTION_F

Constant provided for backwards compatibility.

NSSO_ENHANCED_PROTECT_INFO_F

public static final int NSSO_ENHANCED_PROTECT_INFO_F
Deprecated. Use NSSS_ENHANCED_PROTECT_INFO_F

Constant provided for backwards compatibility.

NSSO_EP_MASTER_PWORD_PRESENT_F

public static final int NSSO_EP_MASTER_PWORD_PRESENT_F
Deprecated. Use NSSS_EP_MASTER_PWORD_PRESENT_F

Constant provided for backwards compatibility.

NSSO_EP_MASTER_PWORD_USED_F

public static final int NSSO_EP_MASTER_PWORD_USED_F
Deprecated. Use NSSS_EP_MASTER_PWORD_USED_F

Constant provided for backwards compatibility.

NSSO_EP_PASSWORD_USED_F

public static final int NSSO_EP_PASSWORD_USED_F
Deprecated. Use NSSS_EP_PASSWORD_USED_F

Constant provided for backwards compatibility.

NSSO_EP_PWORD_PRESENT_F

public static final int NSSO_EP_PWORD_PRESENT_F
Deprecated. Use NSSS_EP_PWORD_PRESENT_F

Constant provided for backwards compatibility.

NSSO_JUMBO_ENUM_BUF_LEN

public static final int NSSO_JUMBO_ENUM_BUF_LEN
Deprecated. Use NSSS_JUMBO_ENUM_BUF_LEN

Constant provided for backwards compatibility.

NSSO_MP_NOT_ALLOWED_F

public static final int NSSO_MP_NOT_ALLOWED_F
Deprecated. Use NSSS_MP_NOT_ALLOWED_F

Constant provided for backwards compatibility.

NSSO_REMOVE_LOCK_FROM_STORE_F

public static final int NSSO_REMOVE_LOCK_FROM_STORE_F
Deprecated. Use NSSS_REMOVE_LOCK_FROM_STORE_F

Constant provided for backwards compatibility.

NSSO_REPAIR_THE_STORE_F

public static final int NSSO_REPAIR_THE_STORE_F
Deprecated. Use NSSS_REPAIR_THE_STORE_F

Constant provided for backwards compatibility.

NSSO_SECRET_LOCKED_F

public static final int NSSO_SECRET_LOCKED_F
Deprecated. Use NSSS_SECRET_LOCKED_F

Constant provided for backwards compatibility.

NSSO_SECRET_NOT_INITIALIZED_F

public static final int NSSO_SECRET_NOT_INITIALIZED_F
Deprecated. Use NSSS_SECRET_NOT_INITIALIZED_F

Constant provided for backwards compatibility.

NSSO_SET_TREE_NAME_F

public static final int NSSO_SET_TREE_NAME_F
Deprecated. Use NSSS_SET_TREE_NAME_F

Constant provided for backwards compatibility.

NSSO_STORE_NOT_SYNCED_F

public static final int NSSO_STORE_NOT_SYNCED_F
Deprecated. Use NSSS_STORE_NOT_SYNCED_F

Constant provided for backwards compatibility.

NSSO_VERSION_NUMBER

public static final int NSSO_VERSION_NUMBER
Deprecated. Use NSSS_VERSION_NUMBER

Constant provided for backwards compatibility.


Copyright © 1997-2003 Novell, Inc. All Rights Reserved.