com.wles.blm
Interface SSMProviderTypes

All Known Implementing Classes:
SSMConfigurationManager

public interface SSMProviderTypes

Provides easy access to the string representation of each provider type. This object is used by the SSMConfigurationManager for easy setting of the provider type.


Field Summary
static java.lang.String ADJUDICATION
          An Adjudication Provider is responsible for resolving conflicts when more than one auth provider is configured.
static java.lang.String AUDITING
          An Auditing Service Provider is responsible for collecting all security event information for distribution.
static java.lang.String AUTHENTICATION
          An Authentication provider is responsible for establishing trust by validating a user.
static java.lang.String AUTHORIZATION
          An Authorization provider is responsible for deciding if a user is allowed access for a given resource.
static java.lang.String CREDMAPPING
          A Credential Mapping provider is responsible for generating credentials for external resources.
static java.lang.String ROLEMAPPING
          A Role Mapping provider is responsible for obtaining the set of security roles granted to a user for a resource.
 

Field Detail

ADJUDICATION

public static final java.lang.String ADJUDICATION
An Adjudication Provider is responsible for resolving conflicts when more than one auth provider is configured.

See Also:
Constant Field Values

AUDITING

public static final java.lang.String AUDITING
An Auditing Service Provider is responsible for collecting all security event information for distribution.

See Also:
Constant Field Values

AUTHENTICATION

public static final java.lang.String AUTHENTICATION
An Authentication provider is responsible for establishing trust by validating a user.

See Also:
Constant Field Values

AUTHORIZATION

public static final java.lang.String AUTHORIZATION
An Authorization provider is responsible for deciding if a user is allowed access for a given resource.

See Also:
Constant Field Values

CREDMAPPING

public static final java.lang.String CREDMAPPING
A Credential Mapping provider is responsible for generating credentials for external resources.

See Also:
Constant Field Values

ROLEMAPPING

public static final java.lang.String ROLEMAPPING
A Role Mapping provider is responsible for obtaining the set of security roles granted to a user for a resource.

See Also:
Constant Field Values


Copyright © 2005 BEA Systems Inc. All Rights Reserved.