Novell ACCESS MANAGER 3.1 SP1 - IDENTITY SERVER Manual page 321

Identity server guide
Table of Contents

Advertisement

Extension Element
name (required): The name of the data model extension. This name must be the name of the XML
element that will be used in the data model.
class (optional): The Java class name of the data model instance class. Because data model instance
class files are assumed to reside in the root's package, only the filename is needed. If this attribute is
omitted, then the value of the name attribute must be the instance class filename.
syntax: The syntax of this data model extension. Possible values are:
String
LocalizedString
Container
format: Required if the syntax is String or LocalizedString. The syntax of this data model
extension. Possible values are:
Caselgnore
CaseExtract
URI
URL
Date
DateNoYear
CountryCode
LanguageCode
KeyInfo
Number
upper: The upper bound of a numeric value. Use this attribute only if the format attribute value is
Number. The value is a signed integer. If this attribute is omitted, the default value is
java.lang.Integer.MAX_VALUE.
lower (optional): The lower bound of a numeric value. This attribute is only used if the format
attribute value is Number. The value is a signed integer. If this attribute is omitted, the default value
is java.lang.Integer.MIN_VALUE.
min (required): The cardinality of the XML element represented by this data model extension. It is
the minimum number of elements allowed. The value is an unsigned integer. If this attribute is
omitted, the default value is 0.
max (required): The cardinality of the XML element represented by this data model extension. It is
the maximum number of elements allowed. The value is an unsigned integer. If this attribute is
omitted, the default value is 1. The value UNBOUNDED may be used to indicate that there are no
bounds.
namingClass: (required if syntax equals Container and max is UNBOUNDED). The class that is
used as the naming attribute for the container. The class must represent one of the immediate
children of the container. This class is used to name each instance of the container.
Data Model Extension XML 321

Advertisement

Table of Contents
loading

This manual is also suitable for:

Access manager 3.1 sp1

Table of Contents