| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.metamatrix.platform.security.api.service.AuthorizationServicePropertyNames
public class AuthorizationServicePropertyNames
| Field Summary | |
|---|---|
| static java.lang.String | CONNECTION_DATABASEThe environment property name for the name of the authorization store database. | 
| static java.lang.String | CONNECTION_DRIVERThe environment property name for the class of the driver. | 
| static java.lang.String | CONNECTION_FACTORYThe environment property name for the class that is to be used for the ManagedConnectionFactory implementation. | 
| static java.lang.String | CONNECTION_PASSWORDThe environment property name for the password that is to be used for connecting to the authorization store. | 
| static java.lang.String | CONNECTION_POOL_MAXIMUM_AGEThe 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_USERSThe environment property name for the maximum number of concurrent users of a single authorization connection. | 
| static java.lang.String | CONNECTION_PRINCIPALThe environment property name for the username that is to be used for connecting to the authorization store. | 
| static java.lang.String | CONNECTION_PROTOCOLThe environment property name for the protocol for connecting to the authorization store. | 
| static java.lang.String | CONNECTION_RETRIESThe 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_ENABLEDThe environment property the determines whether data access authorization will be performed. | 
| static java.lang.String | DEFAULT_FACTORY_CLASSThe default authorization factory class when no class is specified. | 
| static java.lang.String | METABASE_AUTHORIZATION_ENABLEDThe 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 | 
|---|
public static final java.lang.String DATA_ACCESS_AUTHORIZATION_ENABLED
public static final java.lang.String METABASE_AUTHORIZATION_ENABLED
public static final java.lang.String CONNECTION_FACTORY
public static final java.lang.String CONNECTION_RETRIES
public static final java.lang.String CONNECTION_DRIVER
public static final java.lang.String CONNECTION_PROTOCOL
public static final java.lang.String CONNECTION_DATABASE
public static final java.lang.String CONNECTION_PRINCIPAL
public static final java.lang.String CONNECTION_PASSWORD
public static final java.lang.String CONNECTION_POOL_MAXIMUM_AGE
public static final java.lang.String CONNECTION_POOL_MAXIMUM_CONCURRENT_USERS
public static final java.lang.String DEFAULT_FACTORY_CLASS
| Constructor Detail | 
|---|
public AuthorizationServicePropertyNames()
| 
 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||