Package com.isode.dsapi.util
Class SaslAttributeTypes
java.lang.Object
com.isode.dsapi.util.SaslAttributeTypes
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 Summary
FieldsModifier and TypeFieldDescriptionstatic AttributeType
static AttributeType
static AttributeType
static AttributeType
static AttributeType
static AttributeType
static AttributeType
static AttributeType
static AttributeType
static AttributeType
static AttributeType
static AttributeType
static AttributeType
static AttributeType
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
Returns true if all fields has been initialised successfully.
-
Field Details
-
cn
-
description
-
objectClass
-
mail
-
surname
-
domainComponent
-
isodeSASLGenericBase
-
isodeSASLGenericDomain
-
isodeSASLGenericDomainMatchAttr
-
isodeSASLGenericFullMatchAttr
-
isodeSASLGenericNamingAttr
-
isodeSASLGenericRule
-
isodeSASLGenericUserMatchAttr
-
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
-