API Overview API Index Package Overview Direct link to this page
JDK 1.6
  org.ietf.jgss. GSSName View Source
Author(s)
Mayank Upadhyay
Since
1.4
Version
1.8, 11/17/05
Serial
Hierarchy
 GSSName
Subinterfaces
Description
public interface GSSName
  This interface encapsulates a single GSS-API principal entity.
Methods
Hide/Show inherited methods
public GSSName canonicalize (Oid mech) throws GSSException
  Creates a name that is canonicalized for some mechanism.
public boolean equals (GSSName another) throws GSSException
  Compares two GSSName objects to determine if they refer to the same entity.
public boolean equals (Object another)
  Compares this GSSName object to another Object that might be a GSSName.
public byte export () throws GSSException
  Returns a canonical contiguous byte representation of a mechanism name (MN), suitable for direct, byte by byte comparison by authorization functions.
public Oid getStringNameType () throws GSSException
  Returns the name type of the printable representation of this name that can be obtained from the toString method.
public int hashCode ()
  Returns a hashcode value for this GSSName.
public boolean isAnonymous ()
  Tests if this name object represents an anonymous entity.
public boolean isMN ()
  Tests if this name object represents a Mechanism Name (MN).
public String toString ()
  Returns a textual representation of the GSSName object.
Fields
Hide/Show inherited fields
publicfinalstatic Oid NT_ANONYMOUS
  Name type for representing an anonymous entity.
publicfinalstatic Oid NT_EXPORT_NAME
  Name type used to indicate an exported name produced by the export method.
publicfinalstatic Oid NT_HOSTBASED_SERVICE
  Oid indicating a host-based service name form.
publicfinalstatic Oid NT_MACHINE_UID_NAME
  Name type to indicate a numeric user identifier corresponding to a user on a local system.
publicfinalstatic Oid NT_STRING_UID_NAME
  Name type to indicate a string of digits representing the numeric user identifier of a user on a local system.
publicfinalstatic Oid NT_USER_NAME
  Name type to indicate a named user on a local system.
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar