Package com.isode.dsapi.util
Class DSAttrType
java.lang.Object
com.isode.dsapi.util.DSAttrType
This class contains AttributeTypes that are used statically within
Java-DSAPI.
- Since:
- 14.6
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic AttributeType
Required AttributeType: accessControlSchemestatic AttributeType
Required AttributeType: administrativeRolestatic AttributeType
Optional AttributeType: atn-amhsmd-namingcontextstatic AttributeType
Optional AttributeType: authorityRevocationListstatic AttributeType
Optional AttributeType: caCertificatestatic AttributeType
Optional AttributeType: certificateRevocationListstatic AttributeType
Required AttributeType: collectiveExclusionsstatic AttributeType
Optional AttributeType: commonNamestatic AttributeType
Optional AttributeType: countryNamestatic AttributeType
Optional AttributeType: crossCertificatePairstatic AttributeType
Optional AttributeType: domainComponentstatic AttributeType
Required AttributeType: dsaStrongAuthP12filestatic AttributeType
Required AttributeType: dsaStrongAuthPPHRfilestatic AttributeType
Required AttributeType: dseTypestatic AttributeType
Optional AttributeType: duaMiscDataTypestatic AttributeType
Required AttributeType: entryACIstatic AttributeType
Optional AttributeType: givenNamestatic AttributeType
Optional AttributeType (may be null): globalDomainIdstatic AttributeType
Optional AttributeType: hasSubordinatesstatic AttributeType
Optional AttributeType: isodeDSPFilterAllowPeersstatic AttributeType
Optional AttributeType: isodeDSPFilterAllowUnknownstatic AttributeType
Optional (may be null): isodeMonitorModestatic AttributeType
Optional AttributeType: localityNamestatic AttributeType
Optional AttributeType (may be null): mtaNamestatic AttributeType
Optional AttributeType: objectclassstatic AttributeType
Optional AttributeType: organizationalUnitNamestatic AttributeType
Optional AttributeType: organizationNamestatic AttributeType
Optional AttributeType: prescriptiveACIstatic AttributeType
Optional AttributeType (may be null): rbacSecurityPolicystatic AttributeType
Optional AttributeType (may be null): sioClearanceCatalogstatic AttributeType
Optional AttributeType (may be null): sioLabelCatalogstatic AttributeType
Optional AttributeType (may be null): sioPolicystatic AttributeType
Optional AttributeType (may be null): sioReferencestatic AttributeType
Optional AttributeType (may be null): sioSecondaryPoliciesstatic AttributeType
Optional AttributeType: userCertificatestatic AttributeType
Optional AttributeType: subentryACIstatic AttributeType
Optional AttributeType: subtreeSpecificationstatic AttributeType
Optional AttributeType: surnamestatic int
DN syntax.static AttributeType
Optional AttributeType (may be null): tlsKeyInfoPathsstatic AttributeType
Optional AttributeType: uidstatic AttributeType
Optional AttributeType: userCertificatestatic AttributeType
Optional AttributeType: userPasswordstatic AttributeType
Optional AttributeType (may be null): xep258LabelCatalog -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
init()
Called automatically when DSAPI is initialised.
-
Field Details
-
objectclass
Optional AttributeType: objectclass -
commonName
Optional AttributeType: commonName -
organizationName
Optional AttributeType: organizationName -
organizationalUnitName
Optional AttributeType: organizationalUnitName -
localityName
Optional AttributeType: localityName -
countryName
Optional AttributeType: countryName -
domainComponent
Optional AttributeType: domainComponent -
hasSubordinates
Optional AttributeType: hasSubordinates -
syntax_dn
public static int syntax_dnDN syntax. -
caCertificate
Optional AttributeType: caCertificate -
certificateRevocationList
Optional AttributeType: certificateRevocationList -
authorityRevocationList
Optional AttributeType: authorityRevocationList -
crossCertificatePair
Optional AttributeType: crossCertificatePair -
mtaNameType
Optional AttributeType (may be null): mtaName -
globaldomainIdType
Optional AttributeType (may be null): globalDomainId -
userCertificate
Optional AttributeType: userCertificate -
smimeCertificate
Optional AttributeType: userCertificate -
administrativeRole
Required AttributeType: administrativeRole -
dseType
Required AttributeType: dseType -
accessControlScheme
Required AttributeType: accessControlScheme -
collectiveExclusions
Required AttributeType: collectiveExclusions -
entryACI
Required AttributeType: entryACI -
subentryACI
Optional AttributeType: subentryACI -
prescriptiveACI
Optional AttributeType: prescriptiveACI -
subtreeSpecification
Optional AttributeType: subtreeSpecification -
duaMiscDataType
Optional AttributeType: duaMiscDataType -
uid
Optional AttributeType: uid -
dsaStrongAuthP12FileType
Required AttributeType: dsaStrongAuthP12file -
dsaStrongAuthPPHRFileType
Required AttributeType: dsaStrongAuthPPHRfile -
tlsKeyInfoPaths
Optional AttributeType (may be null): tlsKeyInfoPaths -
rbacSecurityPolicy
Optional AttributeType (may be null): rbacSecurityPolicy -
sioPolicy
Optional AttributeType (may be null): sioPolicy -
sioSecondaryPolicies
Optional AttributeType (may be null): sioSecondaryPolicies -
sioLabelCatalog
Optional AttributeType (may be null): sioLabelCatalog -
xep258LabelCatalog
Optional AttributeType (may be null): xep258LabelCatalog -
sioClearanceCatalog
Optional AttributeType (may be null): sioClearanceCatalog -
sioReference
Optional AttributeType (may be null): sioReference -
isodeMonitorMode
Optional (may be null): isodeMonitorMode -
userPassword
Optional AttributeType: userPassword -
atnAmhsmdNamingcontext
Optional AttributeType: atn-amhsmd-namingcontext -
surname
Optional AttributeType: surname -
givenName
Optional AttributeType: givenName -
isodeDSPFilterAllowUnknown
Optional AttributeType: isodeDSPFilterAllowUnknown -
isodeDSPFilterAllowPeers
Optional AttributeType: isodeDSPFilterAllowPeers
-
-
Constructor Details
-
DSAttrType
public DSAttrType()
-
-
Method Details
-
init
public static void init()Called automatically when DSAPI is initialised.
-