All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.hfg.ldap.ad.ActiveDirectoryField Maven / Gradle / Ivy

There is a newer version: 20240423
Show newest version
package com.hfg.ldap.ad;

//------------------------------------------------------------------------------
/**
 Active Directory field names.
 
@author J. Alex Taylor, hairyfatguy.com
*/ //------------------------------------------------------------------------------ // com.hfg XML/HTML Coding Library // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public // License as published by the Free Software Foundation; either // version 2.1 of the License, or (at your option) any later version. // // This library is distributed in the hope that it will be useful, // but WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU // Lesser General Public License for more details. // // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software // Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // // J. Alex Taylor, President, Founder, CEO, COO, CFO, OOPS hairyfatguy.com // [email protected] //------------------------------------------------------------------------------ public class ActiveDirectoryField { public static final String ACCOUNT_EXPIRES = "accountExpires"; public static final String BAD_PASSWORD_TIME = "badPasswordTime"; public static final String BAD_PWD_COUNT = "badPwdCount"; public static final String CN = "cn"; public static final String CODE_PAGE = "codePage"; public static final String COUNTRY_CODE = "countryCode"; public static final String DISPLAY_NAME = "displayName"; public static final String DEPARTMENT = "department"; public static final String DISTINGUISHED_NAME = "distinguishedName"; public static final String DS_CORE_PROPAGATION_DATA = "dsCorePropagationData"; public static final String GIVEN_NAME = "givenName"; public static final String INSTANCE_TYPE = "instanceType"; public static final String LAST_LOGOFF = "lastLogoff"; public static final String LAST_LOGON = "lastLogon"; public static final String LAST_LOGON_TIMESTAMP = "lastLogonTimestamp"; public static final String LOCATION = "l"; public static final String LOCKOUT_TIME = "lockoutTime"; public static final String LOGON_COUNT = "logonCount"; public static final String MEMBER_OF = "memberOf"; public static final String MSDS_SUPPORTED_ENCRYPTION_TYPES = "msDS-SupportedEncryptionTypes"; public static final String NAME = "name"; public static final String OBJECT_CATEGORY = "objectCategory"; public static final String OBJECT_GUID = "objectGUID"; public static final String OBJECT_SID = "objectSid"; public static final String PRIMARY_GROUP_ID = "primaryGroupID"; public static final String PWD_LAST_SET = "pwdLastSet"; public static final String SAM_ACCOUNT_NAME = "sAMAccountName"; public static final String SAM_ACCOUNT_TYPE = "sAMAccountType"; public static final String SN = "sn"; public static final String USER_ACCOUNT_CONTROL = "userAccountControl"; public static final String USER_CERTIFICATE = "userCertificate"; public static final String USER_PRINCIPAL_NAME = "userPrincipalName"; public static final String USN_CHANGED = "uSNChanged"; public static final String USN_CREATED = "uSNCreated"; public static final String WHEN_CHANGED = "whenChanged"; public static final String WHEN_CREATED = "whenCreated"; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy