Uses of Class
netscape.ldap.LDAPSyntaxSchema
-
Packages that use LDAPSyntaxSchema Package Description netscape.ldap -
-
Uses of LDAPSyntaxSchema in netscape.ldap
Methods in netscape.ldap that return LDAPSyntaxSchema Modifier and Type Method Description LDAPSyntaxSchema
LDAPSchema. getSyntax(java.lang.String name)
Gets the definition of a syntax with the specified name.Methods in netscape.ldap that return types with arguments of type LDAPSyntaxSchema Modifier and Type Method Description java.util.Enumeration<LDAPSyntaxSchema>
LDAPSchema. getSyntaxes()
Get an enumeration of the syntaxes in this schema.Methods in netscape.ldap with parameters of type LDAPSyntaxSchema Modifier and Type Method Description void
LDAPSchema. addSyntax(LDAPSyntaxSchema syntaxSchema)
Add a syntax schema definition to the current schema.
-