com.ibm.commerce.member.helpers

Class MemberHelper

  • java.lang.Object
    • com.ibm.commerce.member.helpers.MemberHelper


  • public class MemberHelper
    extends java.lang.Object
    This helper class contains common methods to access information regarding member management.
    • Field Detail

      • COPYRIGHT

        public static final java.lang.String COPYRIGHT
        IBM copyright notice field.
        See Also:
        Constant Field Values
    • Constructor Detail

      • MemberHelper

        public MemberHelper()
    • Method Detail

      • isAnyParentOrgLocked

        public static boolean isAnyParentOrgLocked(java.lang.Long aMemberId)
        Returns true if any parent organization of the specified member is locked.
        Parameters:
        aMemberId - The member ID.
        Returns:
        true if any of the member's ancestors are locked; false otherwise.
      • isMemberManagerUsedForAuthentication

        public static boolean isMemberManagerUsedForAuthentication()
        Deprecated. in version 7.0, replaced by isLDAPUsedForAuthentication()
        Determines whether or not LDAP is used for authentication.
        Returns:
        true if LDAP is used for authentication; false otherwise.
      • isLDAPUsedForAuthentication

        public static boolean isLDAPUsedForAuthentication()
        Determines whether or not LDAP is used for authentication.
        Returns:
        true if LDAP is used for authentication; false otherwise.
      • isMemberManagerUsedForProfileStorage

        public static boolean isMemberManagerUsedForProfileStorage()
        Deprecated. in version 7.0, replaced by isLDAPUsedForProfileStorage()
        Determines whether or not LDAP is used for profile storage.
        Returns:
        true if LDAP is used for profile storage; false otherwise.
      • isLDAPUsedForProfileStorage

        public static boolean isLDAPUsedForProfileStorage()
        Determines whether or not LDAP is used for profile storage.
        Returns:
        true if LDAP is used for profile storage; false otherwise.