planetj.dataengine.security
Class OptionalSignonPropertyGroup

java.lang.Object
  |
  +--java.util.AbstractMap
        |
        +--java.util.HashMap
              |
              +--planetj.property.PropertyGroup
                    |
                    +--planetj.dataengine.security.OptionalSignonPropertyGroup
All Implemented Interfaces:
Cloneable, Comparable, Map, Serializable

public class OptionalSignonPropertyGroup
extends PropertyGroup

Insert the type's description here. Creation date: (12/3/2002 7:29:57 PM)

See Also:
Serialized Form

Field Summary
static String DEFAULT_PASSWORD_LABEL
          The default password label value
static String DEFAULT_TITLE
          The default title value
static String DEFAULT_USER_LABEL
          The default user label value
static String OPTIONAL_SIGNON
          The property group's name
static String PASSWORD_LABEL
          The password label to display
static String TITLE
          The optional signon title
static String USER_LABEL
          The user label to display
 
Fields inherited from class planetj.property.PropertyGroup
ALL_FALSE, ALL_TRUE, BOOLEAN_PROPERTY, DATE_PROPERTY, DOUBLE_PROPERTY, INTEGER_PROPERTY, LIST_PROPERTY, ROW_COLLECTION_KEY, STRING_PROPERTY
 
Constructor Summary
OptionalSignonPropertyGroup()
          OptionalSignonPropertyGroup constructor comment.
OptionalSignonPropertyGroup(int initialCapacity)
          OptionalSignonPropertyGroup constructor comment.
OptionalSignonPropertyGroup(String pName)
          OptionalSignonPropertyGroup constructor comment.
 
Method Summary
 List getAllPropertyNames()
          Gets a List containing the names of all the supported properties, not including metaproperties.
 String getPasswordLabel()
          Deprecated. The password label must be the same as the FD external name - you can always specify a different FD to use if you don't like the default name
static String getPasswordLabel(Application app)
          Deprecated. The user label must be the same as the FD external name - you can always specify a different FD to use if you don't like the default name
 List getRequiredPropertyNames()
          Gets a List containing the names of all the required properties.
 String getTitle()
          Gets the title to use for the optional signon area
static String getTitle(Application app)
          Get the optional signon title to use
 String getUserLabel()
          Deprecated. The user label must be the same as the FD external name - you can always specify a different FD to use if you don't like the default name
static String getUserLabel(Application app)
          Deprecated. The user label must be the same as the FD external name - you can always specify a different FD to use if you don't like the default name
 
Methods inherited from class planetj.property.PropertyGroup
add, addProperty, addProperty, append, clone, compareTo, compareTo, compareTo, containsProperty, createProperty, getAllMetapropertyNames, getAllSetBooleanPropertyNames, getAllSetIntPropertyNames, getAllSetListPropertyNames, getAllSetPropertyNames, getAllSetStringPropertyNames, getBooleanValue, getDateValue, getDoubleValue, getIntValue, getListValue, getName, getProperty, getPropertyType, getStringValue, getValue, isMergeableOnList, isMetaproperty, iterator, mergeOnList, put, put, put, setName, toString, updateProperty
 
Methods inherited from class java.util.HashMap
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
 
Methods inherited from class java.util.AbstractMap
equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals, hashCode
 

Field Detail

OPTIONAL_SIGNON

public static final String OPTIONAL_SIGNON
The property group's name

See Also:
Constant Field Values

USER_LABEL

public static final String USER_LABEL
The user label to display

See Also:
Constant Field Values

DEFAULT_USER_LABEL

public static final String DEFAULT_USER_LABEL
The default user label value

See Also:
Constant Field Values

PASSWORD_LABEL

public static final String PASSWORD_LABEL
The password label to display

See Also:
Constant Field Values

DEFAULT_PASSWORD_LABEL

public static final String DEFAULT_PASSWORD_LABEL
The default password label value

See Also:
Constant Field Values

TITLE

public static final String TITLE
The optional signon title

See Also:
Constant Field Values

DEFAULT_TITLE

public static final String DEFAULT_TITLE
The default title value

See Also:
Constant Field Values
Constructor Detail

OptionalSignonPropertyGroup

public OptionalSignonPropertyGroup()
OptionalSignonPropertyGroup constructor comment.


OptionalSignonPropertyGroup

public OptionalSignonPropertyGroup(int initialCapacity)
OptionalSignonPropertyGroup constructor comment.

Parameters:
initialCapacity - int

OptionalSignonPropertyGroup

public OptionalSignonPropertyGroup(String pName)
OptionalSignonPropertyGroup constructor comment.

Parameters:
pName - java.lang.String
Method Detail

getAllPropertyNames

public List getAllPropertyNames()
Gets a List containing the names of all the supported properties, not including metaproperties.

Specified by:
getAllPropertyNames in class PropertyGroup

getPasswordLabel

public String getPasswordLabel()
Deprecated. The password label must be the same as the FD external name - you can always specify a different FD to use if you don't like the default name

Gets the label to use for the password entry field


getPasswordLabel

public static String getPasswordLabel(Application app)
Deprecated. The user label must be the same as the FD external name - you can always specify a different FD to use if you don't like the default name

Get the password label to use for optional signon


getRequiredPropertyNames

public List getRequiredPropertyNames()
Gets a List containing the names of all the required properties.

Specified by:
getRequiredPropertyNames in class PropertyGroup

getTitle

public String getTitle()
Gets the title to use for the optional signon area


getTitle

public static String getTitle(Application app)
Get the optional signon title to use


getUserLabel

public String getUserLabel()
Deprecated. The user label must be the same as the FD external name - you can always specify a different FD to use if you don't like the default name

Gets the label to use for the user entry field


getUserLabel

public static String getUserLabel(Application app)
Deprecated. The user label must be the same as the FD external name - you can always specify a different FD to use if you don't like the default name

Get the user label to use for optional signon