Class SaslAttributeTypes

java.lang.Object
com.isode.dsapi.util.SaslAttributeTypes

public class SaslAttributeTypes extends Object
Provides static access to AttributeTypes specific to SASL. Note that users of this class must ensure that they have invoked DSapi.initialize() before this class is loaded, because it relies on the DSAPI library having been initialised.
Since:
15.0
Author:
mst
  • Field Details

    • cn

      public static AttributeType cn
    • description

      public static AttributeType description
    • objectClass

      public static AttributeType objectClass
    • mail

      public static AttributeType mail
    • surname

      public static AttributeType surname
    • domainComponent

      public static AttributeType domainComponent
    • isodeSASLGenericBase

      public static AttributeType isodeSASLGenericBase
    • isodeSASLGenericDomain

      public static AttributeType isodeSASLGenericDomain
    • isodeSASLGenericDomainMatchAttr

      public static AttributeType isodeSASLGenericDomainMatchAttr
    • isodeSASLGenericFullMatchAttr

      public static AttributeType isodeSASLGenericFullMatchAttr
    • isodeSASLGenericNamingAttr

      public static AttributeType isodeSASLGenericNamingAttr
    • isodeSASLGenericRule

      public static AttributeType isodeSASLGenericRule
    • isodeSASLGenericUserMatchAttr

      public static AttributeType isodeSASLGenericUserMatchAttr
    • isodeSASLGenericUsers

      public static AttributeType isodeSASLGenericUsers
  • Constructor Details

    • SaslAttributeTypes

      public SaslAttributeTypes()
  • Method Details

    • isComplete

      public static boolean isComplete()
      Returns true if all fields has been initialised successfully. False means that one or more attribute types has not been found in current schema and their value is null.
      Returns:
      true if all fields has been initialised successfully