Uses of Class
com.arsdigita.kernel.UserAuthentication

Packages that use UserAuthentication
com.arsdigita.kernel Provides the classes that are essential for building a CCM web application, including ACSObject, packages, parties, and permissions. 
 

Uses of UserAuthentication in com.arsdigita.kernel
 

Methods in com.arsdigita.kernel that return UserAuthentication
static UserAuthentication UserAuthentication.retrieveForUser(User user)
          Retrieves a UserAuthentication object for a user.
static UserAuthentication UserAuthentication.retrieveForUser(OID userOID)
          Retrieves a UserAuthentication object for the user with the specified OID.
static UserAuthentication UserAuthentication.retrieveForUser(BigDecimal userID)
          Retrieves a UserAuthentication object for a user with the specified ID.
static UserAuthentication UserAuthentication.retrieveForLoginName(String loginName)
          Retrieves a UserAuthentication object given a login name (currently, this is the primary email address of the user).
static UserAuthentication UserAuthentication.createForUser(User user)
          Creates a UserAuthentication object for a user.
static UserAuthentication UserAuthentication.createForUser(OID userOID)
          Creates a UserAuthentication object for the user with the specified OID.
static UserAuthentication UserAuthentication.createForUser(BigDecimal userID)
          Creates a UserAuthentication object for the user with the specified ID.
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 20 2004:2337 UTC