Class ConnectorAttribute
java.lang.Object
com.exclamationlabs.connid.base.connector.attribute.ConnectorAttribute
public final class ConnectorAttribute extends Object
Describes an immutable Connector Attribute definition - it's name, data type
and ConnId Flags. This needs to be in place so the ConnId Schema can
be built, and also inform the Adapter of the attribute types applicable to
this connector. This implementation does not hold attribute values;
the ConnId Attribute type is still used to hold the actual values.
-
Constructor Summary
Constructors Constructor Description ConnectorAttribute(String attributeName, ConnectorAttributeDataType attributeDataType, Set<org.identityconnectors.framework.common.objects.AttributeInfo.Flags> attributeFlags)
-
Method Summary
Modifier and Type Method Description ConnectorAttributeDataType
getDataType()
Set<org.identityconnectors.framework.common.objects.AttributeInfo.Flags>
getFlags()
String
getName()
-
Constructor Details
-
ConnectorAttribute
public ConnectorAttribute(String attributeName, ConnectorAttributeDataType attributeDataType, Set<org.identityconnectors.framework.common.objects.AttributeInfo.Flags> attributeFlags)
-
-
Method Details