Nitido Inc.

com.nitido.nim
Interface CredentialConstants

All Known Implementing Classes:
AuthenticationServiceImpl, AuthenticationServiceImpl, DataControlImpl, DataControlImpl, DataControlImpl, DataControlServiceImpl, DataControlServiceImpl, DataControlServiceImpl, HelpDeskNugget, HelpDeskNuggetImpl, HelpDeskNuggetImpl, IPlanetSettingsNugget, IPlanetSettingsNuggetImpl, IPlanetSettingsNuggetImpl, IPlanetSettingsNuggetImpl, IPlanetSettingsNuggetImpl, JavaMailNugget, JavaMailNuggetImpl, JavaMailNuggetImpl, WcapNugget

public interface CredentialConstants

Common constants used by the CredentialHelper class.

Any constant names start with CRED_ are the Credential identifying groups supported by most EntityService implementations.

All the other constants are the token keys for a specific type of credential. The token key is usually in the format of type_token_type.

For example, the pwd token key for a CRED_USER type of Credential is the constant USER_PWD.


Field Summary
static java.lang.String CRED_ADMIN
          Constant for Credentials of identifying group "Admin".
static java.lang.String CRED_CONTAINER
          Constant for Credentials of identifying group "Container".
static java.lang.String CRED_HELPDESK
          Constant for Credentials of identifying group "HelpDesk".
static java.lang.String CRED_SYSTEM
          Constant for Credentials of identifying group "System".
static java.lang.String CRED_USER
          Constant for Credentials of identifying group "User".
static java.lang.String KEY_PASSWORD
          Constants for the Credential token key "password".
 

Field Detail

CRED_USER

static final java.lang.String CRED_USER
Constant for Credentials of identifying group "User". This type of credential is usually created by the application.

See Also:
Constant Field Values

CRED_ADMIN

static final java.lang.String CRED_ADMIN
Constant for Credentials of identifying group "Admin". This type of credential is usually created by the application.

See Also:
Constant Field Values

CRED_HELPDESK

static final java.lang.String CRED_HELPDESK
Constant for Credentials of identifying group "HelpDesk". This type of credential is usually created by the application.

See Also:
Constant Field Values

CRED_SYSTEM

static final java.lang.String CRED_SYSTEM
Constant for Credentials of identifying group "System". This type of credential is usually created by the application.

See Also:
Constant Field Values

CRED_CONTAINER

static final java.lang.String CRED_CONTAINER
Constant for Credentials of identifying group "Container". This type of credential is created by the NimletContainer or NimletDriver. Normal application developers do not need this in most cases.

See Also:
Constant Field Values

KEY_PASSWORD

static final java.lang.String KEY_PASSWORD
Constants for the Credential token key "password". After you have create an instance of credential, you should set the password for that credential with a line like: yourCred.setToken(

See Also:
Constant Field Values

Nitido NiM 2.5 Java API

These JavaDoc pages are generated for release/nim_2_5-2.5.44

Copyright © 1999-2009 Nitido Inc.    Proprietary and Confidential.    All Rights Reserved.