Class QueryServiceAttribute
- java.lang.Object
-
- com.tivoli.am.fim.trustserver.sts.utilities.QueryServiceAttribute
-
- All Implemented Interfaces:
java.io.Serializable
public class QueryServiceAttribute extends java.lang.Object implements java.io.SerializableProvides a utility class for managing attributes for query service requests to the TFIM trust service. Should only be constructed by the IDMappingExtUtils class in this same package.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static intMAX_VALUES_UNDEFINEDstatic intMAX_VALUES_UNLIMITED
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMaxValues()java.lang.StringgetName()java.lang.StringgetType()booleanisOptional()voidsetMaxValues(int maxValues)voidsetName(java.lang.String name)voidsetOptional(boolean optional)voidsetType(java.lang.String type)java.lang.StringtoString()
-
-
-
Field Detail
-
MAX_VALUES_UNDEFINED
public static final int MAX_VALUES_UNDEFINED
- See Also:
- Constant Field Values
-
MAX_VALUES_UNLIMITED
public static final int MAX_VALUES_UNLIMITED
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public java.lang.String getName()
-
setName
public void setName(java.lang.String name)
-
getType
public java.lang.String getType()
-
setType
public void setType(java.lang.String type)
-
isOptional
public boolean isOptional()
-
setOptional
public void setOptional(boolean optional)
-
getMaxValues
public int getMaxValues()
-
setMaxValues
public void setMaxValues(int maxValues)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-