Uses of Class
javax.naming.InvalidNameException
Packages that use InvalidNameException
Package
Description
Provides implementations of
Principal
.Provides the classes and interfaces for accessing naming services.
Provides support for LDAPv3 extended operations and controls.
-
Uses of InvalidNameException in com.sun.security.auth
Constructors in com.sun.security.auth that throw InvalidNameException -
Uses of InvalidNameException in javax.naming
Methods in javax.naming that throw InvalidNameExceptionModifier and TypeMethodDescriptionAdds a single component at a specified position within this composite name.Adds a single component to the end of this composite name.Adds a single component at a specified position within this compound name.Adds a single component to the end of this compound name.Adds a single component at a specified position within this name.Adds a single component to the end of this name.Adds the components of a composite name -- in order -- at a specified position within this composite name.Adds the components of a composite name -- in order -- to the end of this composite name.Adds the components of a compound name -- in order -- at a specified position within this compound name.Adds the components of a compound name -- in order -- to the end of this compound name.Adds the components of a name -- in order -- at a specified position within this name.Adds the components of a name -- in order -- to the end of this name.CompositeName.remove
(int posn) Deletes a component from this composite name.CompoundName.remove
(int posn) Deletes a component from this compound name.Name.remove
(int posn) Removes a component from this name.Constructors in javax.naming that throw InvalidNameExceptionModifierConstructorDescriptionConstructs a new composite name instance by parsing the string n using the composite name syntax (left-to-right, slash separated).CompoundName
(String n, Properties syntax) Constructs a new compound name instance by parsing the string n using the syntax specified by the syntax properties supplied. -
Uses of InvalidNameException in javax.naming.ldap
Methods in javax.naming.ldap that throw InvalidNameExceptionModifier and TypeMethodDescriptionAdds a single component at a specified position within this LDAP name.Adds a single component to the end of this LDAP name.Adds the components of a name -- in order -- at a specified position within this name.Adds the components of a name -- in order -- to the end of this name.LdapName.remove
(int posn) Removes a component from this LDAP name.Constructors in javax.naming.ldap that throw InvalidNameExceptionModifierConstructorDescriptionConstructs an LDAP name from the given distinguished name.Constructs an Rdn from the given string.Constructs an Rdn from the given attribute type and value.Rdn
(Attributes attrSet) Constructs an Rdn from the given attribute set.