Uses of Class
org.identityconnectors.framework.common.objects.AttributeInfo
Packages that use AttributeInfo
-
Uses of AttributeInfo in org.identityconnectors.framework.common.objects
Fields in org.identityconnectors.framework.common.objects declared as AttributeInfoModifier and TypeFieldDescriptionstatic final AttributeInfoOperationalAttributeInfos.CURRENT_PASSWORDUsed in conjunction with password to do an account level password change.static final AttributeInfoPredefinedAttributeInfos.DESCRIPTIONAttribute that should hold the value of the object's description, if one is available.static final AttributeInfoOperationalAttributeInfos.DISABLE_DATEGets/sets the disable date for an object.static final AttributeInfoOperationalAttributeInfos.ENABLEGets/sets the enable status of an object.static final AttributeInfoOperationalAttributeInfos.ENABLE_DATEGets/sets the enable date for an object.static final AttributeInfoPredefinedAttributeInfos.GROUPSGroups that an account belongs to.static final AttributeInfoName.INFOstatic final AttributeInfoPredefinedAttributeInfos.LAST_LOGIN_DATELast login date for an account.static final AttributeInfoPredefinedAttributeInfos.LAST_PASSWORD_CHANGE_DATERead-only attribute that shows the last date/time the password was changed.static final AttributeInfoOperationalAttributeInfos.LOCK_OUTGets/sets the lock out attribute for an object.static final AttributeInfoOperationalAttributeInfos.PASSWORDNormally this is a write-only attribute.static final AttributeInfoPredefinedAttributeInfos.PASSWORD_CHANGE_INTERVALCommon password policy attribute where the password must be changed every so often.static final AttributeInfoOperationalAttributeInfos.PASSWORD_EXPIRATION_DATEGets/sets the password expiration date for an object.static final AttributeInfoOperationalAttributeInfos.PASSWORD_EXPIREDUsed to determine if a password is expired or to expire a password.static final AttributeInfoPredefinedAttributeInfos.SHORT_NAMEAttribute that should hold a reasonable value to display for the value of an object.Methods in org.identityconnectors.framework.common.objects that return AttributeInfoModifier and TypeMethodDescriptionAttributeInfoBuilder.build()Builds anAttributeInfoobject based on the properties set.static AttributeInfoConvenience method to create an AttributeInfo.static AttributeInfoConvenience method to create an AttributeInfo.static AttributeInfoAttributeInfoBuilder.build(String name, Class<?> type, Set<AttributeInfo.Flags> flags) Convenience method to create an AttributeInfo.static AttributeInfoAttributeInfoUtil.find(String name, Set<AttributeInfo> attrs) Find theAttributeInfoof the given name in theSet.Methods in org.identityconnectors.framework.common.objects that return types with arguments of type AttributeInfoModifier and TypeMethodDescriptionObjectClassInfo.getAttributeInfo()static Map<String,AttributeInfo> AttributeInfoUtil.toMap(Collection<? extends AttributeInfo> attributes) Methods in org.identityconnectors.framework.common.objects with parameters of type AttributeInfoModifier and TypeMethodDescriptionObjectClassInfoBuilder.addAttributeInfo(AttributeInfo info) Add the specifiedAttributeInfoobject to theObjectClassInfothat is being built.static booleanAttributeUtil.isSpecial(AttributeInfo attr) Determines whether the specified attribute info is for a special attribute.Method parameters in org.identityconnectors.framework.common.objects with type arguments of type AttributeInfoModifier and TypeMethodDescriptionObjectClassInfoBuilder.addAllAttributeInfo(Collection<AttributeInfo> c) Add to theObjectClassInfothat is being built eachAttributeInfoin the specified collection.voidSchemaBuilder.defineObjectClass(String type, Set<AttributeInfo> attrInfo) Adds another ObjectClassInfo to the schema.static AttributeInfoAttributeInfoUtil.find(String name, Set<AttributeInfo> attrs) Find theAttributeInfoof the given name in theSet.static Map<String,AttributeInfo> AttributeInfoUtil.toMap(Collection<? extends AttributeInfo> attributes) Constructor parameters in org.identityconnectors.framework.common.objects with type arguments of type AttributeInfoModifierConstructorDescriptionObjectClassInfo(String type, Set<AttributeInfo> attrInfo, boolean isContainer) Public only for serialization; Use ObjectClassInfoBuilder instead.