Uses of Class
com.uwyn.rife.engine.Site

Packages that use Site
com.uwyn.rife.authentication Provides classes, interfaces and elements for credentials, authentication sessions and "remember me" management. 
com.uwyn.rife.authentication.credentialsmanagers Provides classes and interfaces for managing RoleUser credentials. 
com.uwyn.rife.engine Provides classes, interfaces and elements for the web application engine. 
com.uwyn.rife.test Provides classes and interfaces for the out-of-container testing framework. 
 

Uses of Site in com.uwyn.rife.authentication
 

Methods in com.uwyn.rife.authentication with parameters of type Site
static SessionValidator SessionValidatorRetriever.getSessionValidator(Site site, String authElementId, ElementInfo reference)
          Retrieves a SessionValidator manager from an Authenticated element in a Site.
static String AuthenticationUtils.startAuthenticationSession(Site site, String authElementId, ElementInfo reference, long userId, String hostIp, boolean remembered)
          Starts a new authentication session for a particular user and Authenticated element in a site.
 

Uses of Site in com.uwyn.rife.authentication.credentialsmanagers
 

Methods in com.uwyn.rife.authentication.credentialsmanagers with parameters of type Site
static RoleUsersManager RoleUsersManagerRetriever.getRoleUsersManager(Site site, String authElementId, ElementInfo reference)
          Retrieves a RoleUsersManager manager from an Authenticated element in a Site.
 

Uses of Site in com.uwyn.rife.engine
 

Methods in com.uwyn.rife.engine that return Site
static Site Site.getRepInstance()
          Retrieves the default object as a Site from the participant that was returned by getRepParticipant().
 Site Gate.getSite()
           
 Site SiteBuilder.getSite()
           
 Site ElementSupport.getSite()
          Retrieves the site in which this element is declared.
 Site ElementInfo.getSite()
           
 

Methods in com.uwyn.rife.engine with parameters of type Site
 void SiteListener.modified(Site outdatedSite)
          This method is called when any of the resources that were used during the construction of the site has been detected as being modified.
 void Site.populateFromOther(Site otherSite)
          Populates this site instance from another site instance.
 

Constructors in com.uwyn.rife.engine with parameters of type Site
Gate(Site site)
           
 

Uses of Site in com.uwyn.rife.test
 

Constructors in com.uwyn.rife.test with parameters of type Site
MockConversation(Site site)
          Creates a new MockConversation instance for a particular site.
 



Copyright © 2001-2007 Uwyn sprl/bvba. All Rights Reserved.