Class QueryServiceAttribute
java.lang.Object
com.tivoli.am.fim.trustserver.sts.utilities.QueryServiceAttribute
- All Implemented Interfaces:
Serializable
Provides 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:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionint
getName()
getType()
boolean
void
setMaxValues
(int maxValues) void
void
setOptional
(boolean optional) void
toString()
-
Field Details
-
MAX_VALUES_UNDEFINED
public static final int MAX_VALUES_UNDEFINED- See Also:
-
MAX_VALUES_UNLIMITED
public static final int MAX_VALUES_UNLIMITED- See Also:
-
-
Method Details