com.metamatrix.platform.security.api.service
Class AuthorizationServicePropertyNames

java.lang.Object
  extended by com.metamatrix.platform.security.api.service.AuthorizationServicePropertyNames

public class AuthorizationServicePropertyNames
extends java.lang.Object


Field Summary
static java.lang.String CONNECTION_DATABASE
          The environment property name for the name of the authorization store database.
static java.lang.String CONNECTION_DRIVER
          The environment property name for the class of the driver.
static java.lang.String CONNECTION_FACTORY
          The environment property name for the class that is to be used for the ManagedConnectionFactory implementation.
static java.lang.String CONNECTION_PASSWORD
          The environment property name for the password that is to be used for connecting to the authorization store.
static java.lang.String CONNECTION_POOL_MAXIMUM_AGE
          The environment property name for the maximum number of milliseconds that a authorization connection may remain unused before it becomes a candidate for garbage collection.
static java.lang.String CONNECTION_POOL_MAXIMUM_CONCURRENT_USERS
          The environment property name for the maximum number of concurrent users of a single authorization connection.
static java.lang.String CONNECTION_PRINCIPAL
          The environment property name for the username that is to be used for connecting to the authorization store.
static java.lang.String CONNECTION_PROTOCOL
          The environment property name for the protocol for connecting to the authorization store.
static java.lang.String CONNECTION_RETRIES
          The environment property name for the number of times a method should be retried with a new connection should a connection exception occur.
static java.lang.String DATA_ACCESS_AUTHORIZATION_ENABLED
          The environment property the determines whether data access authorization will be performed.
static java.lang.String DEFAULT_FACTORY_CLASS
          The default authorization factory class when no class is specified.
static java.lang.String METABASE_AUTHORIZATION_ENABLED
          The environment property the determines whether MetaBase authorization will be performed.
 
Constructor Summary
AuthorizationServicePropertyNames()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATA_ACCESS_AUTHORIZATION_ENABLED

public static final java.lang.String DATA_ACCESS_AUTHORIZATION_ENABLED
The environment property the determines whether data access authorization will be performed.
This property defaults to "false" - no entitlement checking.

See Also:
Constant Field Values

METABASE_AUTHORIZATION_ENABLED

public static final java.lang.String METABASE_AUTHORIZATION_ENABLED
The environment property the determines whether MetaBase authorization will be performed.
This property defaults to "false" - no entitlement checking.

See Also:
Constant Field Values

CONNECTION_FACTORY

public static final java.lang.String CONNECTION_FACTORY
The environment property name for the class that is to be used for the ManagedConnectionFactory implementation. This property is required (there is no default).

See Also:
Constant Field Values

CONNECTION_RETRIES

public static final java.lang.String CONNECTION_RETRIES
The environment property name for the number of times a method should be retried with a new connection should a connection exception occur. This property is optional.

See Also:
Constant Field Values

CONNECTION_DRIVER

public static final java.lang.String CONNECTION_DRIVER
The environment property name for the class of the driver. This property is optional.

See Also:
Constant Field Values

CONNECTION_PROTOCOL

public static final java.lang.String CONNECTION_PROTOCOL
The environment property name for the protocol for connecting to the authorization store. This property is optional.

See Also:
Constant Field Values

CONNECTION_DATABASE

public static final java.lang.String CONNECTION_DATABASE
The environment property name for the name of the authorization store database. This property is optional.

See Also:
Constant Field Values

CONNECTION_PRINCIPAL

public static final java.lang.String CONNECTION_PRINCIPAL
The environment property name for the username that is to be used for connecting to the authorization store. This property is optional.

See Also:
Constant Field Values

CONNECTION_PASSWORD

public static final java.lang.String CONNECTION_PASSWORD
The environment property name for the password that is to be used for connecting to the authorization store. This property is optional.

See Also:
Constant Field Values

CONNECTION_POOL_MAXIMUM_AGE

public static final java.lang.String CONNECTION_POOL_MAXIMUM_AGE
The environment property name for the maximum number of milliseconds that a authorization connection may remain unused before it becomes a candidate for garbage collection. This property is optional.

See Also:
Constant Field Values

CONNECTION_POOL_MAXIMUM_CONCURRENT_USERS

public static final java.lang.String CONNECTION_POOL_MAXIMUM_CONCURRENT_USERS
The environment property name for the maximum number of concurrent users of a single authorization connection. This property is optional.

See Also:
Constant Field Values

DEFAULT_FACTORY_CLASS

public static final java.lang.String DEFAULT_FACTORY_CLASS
The default authorization factory class when no class is specified.

See Also:
Constant Field Values
Constructor Detail

AuthorizationServicePropertyNames

public AuthorizationServicePropertyNames()


Copyright © 2009. All Rights Reserved.