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 AttributeTypeRequired AttributeType: accessControlSchemestatic AttributeTypeRequired AttributeType: administrativeRolestatic AttributeTypeOptional AttributeType: atn-amhsmd-namingcontextstatic AttributeTypeOptional AttributeType: authorityRevocationListstatic AttributeTypeOptional AttributeType: caCertificatestatic AttributeTypeOptional AttributeType: certificateRevocationListstatic AttributeTypeRequired AttributeType: collectiveExclusionsstatic AttributeTypeOptional AttributeType: commonNamestatic AttributeTypeOptional AttributeType: countryNamestatic AttributeTypeOptional AttributeType: crossCertificatePairstatic AttributeTypeOptional AttributeType: domainComponentstatic AttributeTypeRequired AttributeType: dsaStrongAuthP12filestatic AttributeTypeRequired AttributeType: dsaStrongAuthPPHRfilestatic AttributeTypeRequired AttributeType: dseTypestatic AttributeTypeOptional AttributeType: duaMiscDataTypestatic AttributeTypeRequired AttributeType: entryACIstatic AttributeTypeOptional AttributeType: givenNamestatic AttributeTypeOptional AttributeType (may be null): globalDomainIdstatic AttributeTypeOptional AttributeType: hasSubordinatesstatic AttributeTypeOptional AttributeType: isodeDSPFilterAllowPeersstatic AttributeTypeOptional AttributeType: isodeDSPFilterAllowUnknownstatic AttributeTypeOptional (may be null): isodeMonitorModestatic AttributeTypeOptional AttributeType: localityNamestatic AttributeTypeOptional AttributeType (may be null): mtaNamestatic AttributeTypeOptional AttributeType: objectclassstatic AttributeTypeOptional AttributeType: organizationalUnitNamestatic AttributeTypeOptional AttributeType: organizationNamestatic AttributeTypeOptional AttributeType: prescriptiveACIstatic AttributeTypeOptional AttributeType (may be null): rbacSecurityPolicystatic AttributeTypeOptional AttributeType (may be null): sioClearanceCatalogstatic AttributeTypeOptional AttributeType (may be null): sioLabelCatalogstatic AttributeTypeOptional AttributeType (may be null): sioPolicystatic AttributeTypeOptional AttributeType (may be null): sioReferencestatic AttributeTypeOptional AttributeType (may be null): sioSecondaryPoliciesstatic AttributeTypeOptional AttributeType: userCertificatestatic AttributeTypeOptional AttributeType: subentryACIstatic AttributeTypeOptional AttributeType: subtreeSpecificationstatic AttributeTypeOptional AttributeType: surnamestatic intDN syntax.static AttributeTypeOptional AttributeType (may be null): tlsKeyInfoPathsstatic AttributeTypeOptional AttributeType: uidstatic AttributeTypeOptional AttributeType: userCertificatestatic AttributeTypeOptional AttributeType: userPasswordstatic AttributeTypeOptional AttributeType (may be null): xep258LabelCatalog -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidinit()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.
-