Class PreRenderUtil
java.lang.Object
org.sourceid.saml20.adapter.gui.event.PreRenderUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FieldDescriptorfindField(List<FieldDescriptor> fieldDescriptorList, String name) For the given field descriptor name, find the field descriptor in the list.static TableDescriptorfindTable(List<TableDescriptor> tableDescriptorList, String name) For the given table descriptor name, find the table descriptor in the list.
-
Constructor Details
-
PreRenderUtil
public PreRenderUtil()
-
-
Method Details
-
findTable
For the given table descriptor name, find the table descriptor in the list.- Parameters:
tableDescriptorList- List of table descriptors to look in.name- Target name of the table descriptor to look for.- Returns:
- The
TableDescriptorthat matches the target string name.
-
findField
For the given field descriptor name, find the field descriptor in the list.- Parameters:
fieldDescriptorList- List of field descriptors to look in.name- Target name of the field descriptor to look for.- Returns:
- The
FieldDescriptorthat matches the target string name.
-