|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sourceid.saml20.adapter.gui.TableDescriptor
public class TableDescriptor
A class that describes to the PingFederate server the way a table of fields should be rendered.
AdapterConfigurationGuiDescriptor.addTable(TableDescriptor),
FieldDescriptor,
RowValidator| Constructor Summary | |
|---|---|
TableDescriptor(java.lang.String name,
java.lang.String description)
Create a TableDescriptor with a name and description. |
|
TableDescriptor(java.lang.String name,
java.lang.String description,
java.util.List<FieldDescriptor> row)
Create a TableDescriptor with a name, description and a list of fields that comprise a row in the table. |
|
| Method Summary | |
|---|---|
void |
addRowField(FieldDescriptor fieldDescriptor)
Add a FieldDescriptor to the list of fields that make up a row in this table. |
void |
addValidator(RowValidator validator)
Add a RowValidator to the ordered list of RowValidator for this table. |
java.lang.String |
getDescription()
Gets the description of this table. |
java.lang.String |
getName()
Gets the name of this table. |
java.util.List<FieldDescriptor> |
getRowFields()
Gets the List of FieldDescriptors that make up a row in this table. |
java.util.List<RowValidator> |
getValidationChain()
Gets the list of RowValidators for this table |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TableDescriptor(java.lang.String name,
java.lang.String description)
name - the name of the table.description - a description of the table.
public TableDescriptor(java.lang.String name,
java.lang.String description,
java.util.List<FieldDescriptor> row)
name - the name of the table.description - a description of the table.row - a List of FieldDescriptors that describe a row in the table.| Method Detail |
|---|
public java.lang.String getDescription()
public java.lang.String getName()
public java.util.List<FieldDescriptor> getRowFields()
public void addRowField(FieldDescriptor fieldDescriptor)
fieldDescriptor - the field to add as the last field in the row.public void addValidator(RowValidator validator)
validator - the validatorpublic java.util.List<RowValidator> getValidationChain()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||