public class CreationTemplate extends Template
Template
,
SearchTemplate
,
Serialized FormModifier and Type | Method and Description |
---|---|
Object |
clone()
Returns a copy of the template.
|
Attr |
getAttribute(String attributeName)
Gets the value of a given attribute in the template.
|
ArrayList |
getCreationClasses()
Get the classes that the CreationTemplate is associated with.
|
String |
getNamingAttribute()
Gets the naming attribute.
|
String[] |
getOptionalAttributeNames()
Gets a list of optional attribute names defined in the object.
|
AttrSet |
getOptionalAttributeSet()
Gets the optional attributes for object creation.
|
String[] |
getRequiredAttributeNames()
Gets a list of required attribute names defined in the object.
|
AttrSet |
getRequiredAttributeSet()
Gets the required attributes for object creation.
|
String[] |
getValidatedAttributeNames()
Gets a list of attribute names registered for validation.
|
Enumeration |
getValidation(String attrName)
Gets enumeration of ValidationElement for the attribute name
|
String |
toString()
Render the object.
|
public Attr getAttribute(String attributeName)
attributeName
- Name of attribute for which to return valuesnull
if
attributeName is null
, or the attribute is not
found.public String[] getRequiredAttributeNames()
public String[] getOptionalAttributeNames()
public AttrSet getRequiredAttributeSet()
public AttrSet getOptionalAttributeSet()
public ArrayList getCreationClasses()
public Enumeration getValidation(String attrName)
attrName
- Attribute namepublic String[] getValidatedAttributeNames()
public String getNamingAttribute()
Copyright © 2010-2013, ForgeRock All Rights Reserved.