Uses of Class
com.spotfire.server.util.Guid

Packages that use Guid
com.spotfire.server.userdir Package containing API for modifying users and groups in the server. 
com.spotfire.server.util Package containing general utility classes. 
 

Uses of Guid in com.spotfire.server.userdir
 

Methods in com.spotfire.server.userdir that return Guid
 Guid SpotfirePrincipal.getGuid()
           
 

Methods in com.spotfire.server.userdir with parameters of type Guid
 SpotfirePrincipal UserDirectory.getPrincipal(Guid guid)
          Returns the principal with the specified GUID from the directory.
 

Constructors in com.spotfire.server.userdir with parameters of type Guid
NoSuchPrincipalException(String message, Guid guid, String name)
          Constructs a NoSuchPrincipalException with the specified detail message for the principal with the specified GUID and name.
 

Uses of Guid in com.spotfire.server.util
 

Methods in com.spotfire.server.util that return Guid
static Guid Guid.parseGuid(String guid)
          Parses the guid string argument and returns a new Guid instance.
 



Copyright © 2000-2009 TIBCO Software Inc. All Rights Reserved.