Class UserAccountControlUtil
java.lang.Object
com.atlassian.crowd.directory.ldap.mapper.attribute.UserAccountControlUtil
Helper class to manipulate the values of Active Directory userAccountControl attribute.
- Since:
- v2.7
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
disabledUser
(String currentValue) static String
enabledUser
(String currentValue) static boolean
isUserEnabled
(String userAccountControlValue)
-
Constructor Details
-
UserAccountControlUtil
public UserAccountControlUtil()
-
-
Method Details
-
isUserEnabled
-
enabledUser
-
disabledUser
-