Uses of Interface
com.spotfire.server.userdir.UserPrincipal

Packages that use UserPrincipal
com.spotfire.server.userdir Package containing API for modifying users and groups in the server. 
 

Uses of UserPrincipal in com.spotfire.server.userdir
 

Methods in com.spotfire.server.userdir that return UserPrincipal
 UserPrincipal UserDirectory.createUserPrincipal(String name, String password)
          Creates a new user principal in the directory.
 UserPrincipal UserDirectory.getUserPrincipal(String name)
          Returns the user principal with the specified name from the directory.
 UserPrincipal[] UserDirectory.getUserPrincipals()
          Returns an array containing all user principals in the directory.
 UserPrincipal[] UserDirectory.getUserPrincipals(String regExp)
          Returns an array containing all user principals with names that matches the given regular expression.
 

Methods in com.spotfire.server.userdir with parameters of type UserPrincipal
 boolean UserDirectory.isAdministrator(UserPrincipal user)
           
 void UserDirectory.setPassword(UserPrincipal user, String password)
          Changes the password for a user
 



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