com.retek.component.security
Class SecurityProperties

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byjava.util.Properties
              extended bycom.retek.component.security.SecurityProperties
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class SecurityProperties
extends java.util.Properties

See Also:
Serialized Form

Field Summary
static com.retek.component.security.SecurityProperties.Property LDAP_AUTHENTICATION_MODE_PROP
           
static com.retek.component.security.SecurityProperties.Property LDAP_AUTHENTICATION_PROVIDER_URL_PROP
           
static com.retek.component.security.SecurityProperties.Property LDAP_BATCH_PASSWORD_PROP
           
static com.retek.component.security.SecurityProperties.Property LDAP_BATCH_URL_PROP
           
static com.retek.component.security.SecurityProperties.Property LDAP_BATCH_USER_PROP
           
static com.retek.component.security.SecurityProperties.Property LDAP_DN_ATTRNAME_PROP
           
static com.retek.component.security.SecurityProperties.Property LDAP_EMPLOYEE_NUM_ATTRNAME_PROP
           
static com.retek.component.security.SecurityProperties.Property LDAP_FIRST_NAME_ATTRNAME_PROP
           
static com.retek.component.security.SecurityProperties.Property LDAP_INITIAL_CONTEXT_FACTORY_NAME_PROP
           
static com.retek.component.security.SecurityProperties.Property LDAP_LAST_NAME_ATTRNAME_PROP
           
static com.retek.component.security.SecurityProperties.Property LDAP_MODIFY_TIMESTAMP_PROP
           
static com.retek.component.security.SecurityProperties.Property LDAP_PHONE_ATTRNAME_PROP
           
static com.retek.component.security.SecurityProperties.Property LDAP_PRIMARY_LOC_ATTRNAME_PROP
           
static com.retek.component.security.SecurityProperties.Property LDAP_SUPERVISOR_ATTRNAME_PROP
           
static com.retek.component.security.SecurityProperties.Property LDAP_USER_BASE_DN_PROP
           
static com.retek.component.security.SecurityProperties.Property LDAP_USERNAME_ATTRNAME_PROP
           
static com.retek.component.security.SecurityProperties.Property LOGIN_MODULE_PROP
           
static java.lang.String PROPS_FILE_NAME
           
 
Fields inherited from class java.util.Properties
defaults
 
Method Summary
static SecurityProperties getInstance()
           
 java.lang.String getProperty(com.retek.component.security.SecurityProperties.Property property)
           
 java.lang.Object setProperty(com.retek.component.security.SecurityProperties.Property property, java.lang.String value)
           
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, propertyNames, save, setProperty, store
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PROPS_FILE_NAME

public static final java.lang.String PROPS_FILE_NAME
See Also:
Constant Field Values

LOGIN_MODULE_PROP

public static final com.retek.component.security.SecurityProperties.Property LOGIN_MODULE_PROP

LDAP_AUTHENTICATION_PROVIDER_URL_PROP

public static final com.retek.component.security.SecurityProperties.Property LDAP_AUTHENTICATION_PROVIDER_URL_PROP

LDAP_USER_BASE_DN_PROP

public static final com.retek.component.security.SecurityProperties.Property LDAP_USER_BASE_DN_PROP

LDAP_AUTHENTICATION_MODE_PROP

public static final com.retek.component.security.SecurityProperties.Property LDAP_AUTHENTICATION_MODE_PROP

LDAP_BATCH_USER_PROP

public static final com.retek.component.security.SecurityProperties.Property LDAP_BATCH_USER_PROP

LDAP_BATCH_PASSWORD_PROP

public static final com.retek.component.security.SecurityProperties.Property LDAP_BATCH_PASSWORD_PROP

LDAP_BATCH_URL_PROP

public static final com.retek.component.security.SecurityProperties.Property LDAP_BATCH_URL_PROP

LDAP_INITIAL_CONTEXT_FACTORY_NAME_PROP

public static final com.retek.component.security.SecurityProperties.Property LDAP_INITIAL_CONTEXT_FACTORY_NAME_PROP

LDAP_DN_ATTRNAME_PROP

public static final com.retek.component.security.SecurityProperties.Property LDAP_DN_ATTRNAME_PROP

LDAP_EMPLOYEE_NUM_ATTRNAME_PROP

public static final com.retek.component.security.SecurityProperties.Property LDAP_EMPLOYEE_NUM_ATTRNAME_PROP

LDAP_FIRST_NAME_ATTRNAME_PROP

public static final com.retek.component.security.SecurityProperties.Property LDAP_FIRST_NAME_ATTRNAME_PROP

LDAP_LAST_NAME_ATTRNAME_PROP

public static final com.retek.component.security.SecurityProperties.Property LDAP_LAST_NAME_ATTRNAME_PROP

LDAP_PRIMARY_LOC_ATTRNAME_PROP

public static final com.retek.component.security.SecurityProperties.Property LDAP_PRIMARY_LOC_ATTRNAME_PROP

LDAP_SUPERVISOR_ATTRNAME_PROP

public static final com.retek.component.security.SecurityProperties.Property LDAP_SUPERVISOR_ATTRNAME_PROP

LDAP_PHONE_ATTRNAME_PROP

public static final com.retek.component.security.SecurityProperties.Property LDAP_PHONE_ATTRNAME_PROP

LDAP_USERNAME_ATTRNAME_PROP

public static final com.retek.component.security.SecurityProperties.Property LDAP_USERNAME_ATTRNAME_PROP

LDAP_MODIFY_TIMESTAMP_PROP

public static final com.retek.component.security.SecurityProperties.Property LDAP_MODIFY_TIMESTAMP_PROP
Method Detail

getInstance

public static SecurityProperties getInstance()

setProperty

public java.lang.Object setProperty(com.retek.component.security.SecurityProperties.Property property,
                                    java.lang.String value)

getProperty

public java.lang.String getProperty(com.retek.component.security.SecurityProperties.Property property)


Copyright © 2004 Retek Inc. All Rights Reserved. - Generated at Fri, 10/22/2004 07:28