C# Class Org.IdentityConnectors.Framework.Common.Objects.PredefinedAttributeInfos

Exibir arquivo Open project: Tirasa/ConnId

Public Properties

Property Type Description
DESCRIPTION ConnectorAttributeInfo
GROUPS ConnectorAttributeInfo
LAST_LOGIN_DATE ConnectorAttributeInfo
LAST_PASSWORD_CHANGE_DATE ConnectorAttributeInfo
PASSWORD_CHANGE_INTERVAL ConnectorAttributeInfo
SHORT_NAME ConnectorAttributeInfo

Property Details

DESCRIPTION public_oe static_oe property

Attribute that should hold the value of the object's description, if one is available.
public static ConnectorAttributeInfo,Org.IdentityConnectors.Framework.Common.Objects DESCRIPTION
return ConnectorAttributeInfo

GROUPS public_oe static_oe property

Groups that an account or person belong to.
The Attribute values are the UID value of each group that an account has membership in.
public static ConnectorAttributeInfo,Org.IdentityConnectors.Framework.Common.Objects GROUPS
return ConnectorAttributeInfo

LAST_LOGIN_DATE public_oe static_oe property

Last login date for an account.
This is usually used to determine inactivity.
public static ConnectorAttributeInfo,Org.IdentityConnectors.Framework.Common.Objects LAST_LOGIN_DATE
return ConnectorAttributeInfo

LAST_PASSWORD_CHANGE_DATE public_oe static_oe property

Read-only attribute that shows the last date/time the password was changed.
public static ConnectorAttributeInfo,Org.IdentityConnectors.Framework.Common.Objects LAST_PASSWORD_CHANGE_DATE
return ConnectorAttributeInfo

PASSWORD_CHANGE_INTERVAL public_oe static_oe property

Common password policy attribute where the password must be changed every so often.
The value for this attribute is milliseconds since its the lowest common denominator.
public static ConnectorAttributeInfo,Org.IdentityConnectors.Framework.Common.Objects PASSWORD_CHANGE_INTERVAL
return ConnectorAttributeInfo

SHORT_NAME public_oe static_oe property

Attribute that should hold a reasonable value to display for the value of an object.
If this is not present, then the application will have to use the NAME to show the value.
public static ConnectorAttributeInfo,Org.IdentityConnectors.Framework.Common.Objects SHORT_NAME
return ConnectorAttributeInfo