|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sourceid.saml20.adapter.gui.AdapterConfigurationGuiDescriptor
public class AdapterConfigurationGuiDescriptor
A class that describes to the PingFederate server the way a GUI configuration screen should be rendered for an adapter.
AuthnAdapterDescriptor.getConfigurationGuiDescriptor()
,
ConfigurableAuthnAdapter.getAdapterDescriptor()
,
TableDescriptor
,
ConfigurationValidator
,
ActionDescriptor
,
FieldDescriptor
,
Serialized FormConstructor Summary | |
---|---|
AdapterConfigurationGuiDescriptor()
Create a new AdapterConfigurationGuiDescriptor (that is basically empty) |
|
AdapterConfigurationGuiDescriptor(java.lang.String description)
Create a new AdapterConfigurationGuiDescriptor with a description. |
Method Summary | |
---|---|
void |
addAction(ActionDescriptor action)
Add an action to this AdapterConfigurationGuiDescriptor; |
void |
addAdvancedField(FieldDescriptor fieldDescriptor)
Add a an 'advanced' user entry field to this GUI configuration descriptor. |
void |
addField(FieldDescriptor fieldDescriptor)
Add a user entry field to this GUI configuration descriptor. |
void |
addTable(TableDescriptor table)
Add a table to the ordered list of Tables in this AdapterConfigurationGuiDescriptor. |
void |
addValidator(ConfigurationValidator configurationValidator)
Add a ConfigurationValidator to the ordered list of ConfigurationValidators for this AdapterConfigurationGuiDescriptor. |
java.util.List<ActionDescriptor> |
getActions()
Gets the list of ActionDescriptors. |
java.util.List<FieldDescriptor> |
getAdvancedFields()
Gets the ordered list of 'advanced' FieldDescriptors. |
java.lang.String |
getDescription()
Gets the description. |
java.util.List<FieldDescriptor> |
getFields()
Gets the ordered list of FieldDescriptors. |
java.util.List<TableDescriptor> |
getTables()
Gets the ordered list of Tables. |
java.util.List<ConfigurationValidator> |
getValidationChain()
Gets the ordered list of ConfigurationValidators. |
boolean |
hasActions()
|
void |
setDescription(java.lang.String description)
Set the description that will be displayed at the top of the GUI configuration page. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AdapterConfigurationGuiDescriptor()
public AdapterConfigurationGuiDescriptor(java.lang.String description)
description
- the description that will be displayed at the top of the GUI
configuration page.Method Detail |
---|
public void addField(FieldDescriptor fieldDescriptor)
fieldDescriptor
- the field to add.public java.util.List<FieldDescriptor> getFields()
public void addAdvancedField(FieldDescriptor fieldDescriptor)
fieldDescriptor
- the field to add.public java.util.List<FieldDescriptor> getAdvancedFields()
public void addTable(TableDescriptor table)
table
- the Table to add.public java.util.List<TableDescriptor> getTables()
public void addValidator(ConfigurationValidator configurationValidator)
configurationValidator
- public java.util.List<ConfigurationValidator> getValidationChain()
public void addAction(ActionDescriptor action)
action
- the ActionDescriptor to add.public java.util.List<ActionDescriptor> getActions()
public boolean hasActions()
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description
- the new description.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |