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

Packages that use ElementInfo
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.authentication.elements Provides elements for authentication and logout, using the variety of backend stores available. 
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 ElementInfo in com.uwyn.rife.authentication
 

Methods in com.uwyn.rife.authentication with parameters of type ElementInfo
static SessionValidator SessionValidatorRetriever.getSessionValidator(ElementInfo authElementInfo)
          Retrieves a SessionValidator manager from an Authenticated element in a 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(ElementInfo authElementInfo, long userId, String hostIp, boolean remembered)
          Starts a new authentication session for a particular user and 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 ElementInfo in com.uwyn.rife.authentication.credentialsmanagers
 

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

Uses of ElementInfo in com.uwyn.rife.authentication.elements
 

Methods in com.uwyn.rife.authentication.elements that return ElementInfo
 ElementInfo Identified.getAuthElement()
           
 ElementInfo Authenticated.getAuthElement()
          Returns the ElementInfo of this authentication element.
 

Methods in com.uwyn.rife.authentication.elements with parameters of type ElementInfo
static String Authenticated.createAuthenticationRequestAttributeName(ElementInfo elementInfo, String name, String value)
          Creates a name for the current authentication context that can be used to cache the authentication process' result as a request attribute.
 

Uses of ElementInfo in com.uwyn.rife.engine
 

Methods in com.uwyn.rife.engine that return ElementInfo
 ElementInfo ElementInfo.clone()
           
 ElementInfo ElementDeployer.getElementInfo()
          Retrieves the declaration information about the element that is being deployed.
 ElementInfo Submission.getElementInfo()
           
 ElementInfo ElementSupport.getElementInfo()
          Retrieves the declaration information of this element.
 ElementInfo ElementToService.getElementInfo()
          Retrieves the ElementInfo to service an element request.
 ElementInfo FlowLink.getExitTarget(com.uwyn.rife.engine.RequestState state)
           
 ElementInfo GlobalExit.getTarget()
           
 ElementInfo FlowLink.getTarget()
           
 ElementInfo ElementSupport.getTarget()
          Retrieves the information of the target element of the active request.
 ElementInfo Site.resolveId(String id)
          Retrieves the element information in this site that corresponds to provided absolute element ID.
 ElementInfo Site.resolveId(String id, ElementInfo reference)
          Retrieves the element information in this site that corresponds to provided element ID.
 ElementInfo Site.resolveUrl(String url, String pathinfo)
          Looks up the information of the element that is responsible for handling a certain URL and pathinfo.
 ElementInfo Site.searchFallback(String url)
          Searches which element would be used as a fallback for a particilar URL.
 

Methods in com.uwyn.rife.engine that return types with arguments of type ElementInfo
 Stack<ElementInfo> ElementInfo.getInheritanceStack()
           
 Stack<ElementInfo> ElementInfo.getPrecedenceStack()
           
 

Methods in com.uwyn.rife.engine with parameters of type ElementInfo
 void StateStoreSession.exportQueryUrl(CharSequenceDeferred deferred, String url, FlowState state, ElementInfo source, String type, String name)
           
 void StateStoreQuery.exportQueryUrl(CharSequenceDeferred deferred, String url, FlowState state, ElementInfo source, String type, String name)
           
 void StateStore.exportQueryUrl(CharSequenceDeferred deferred, String url, FlowState state, ElementInfo source, String type, String name)
           
static String Site.getAbsoluteId(String id, ElementInfo reference)
          Transforms the provided element ID into an absolute element ID.
 boolean ElementInfo.hasDataLink(ElementInfo target)
           
 boolean ElementInfo.hasFlowLink(ElementInfo target)
           
 ElementInfo Site.resolveId(String id, ElementInfo reference)
          Retrieves the element information in this site that corresponds to provided element ID.
 

Constructors in com.uwyn.rife.engine with parameters of type ElementInfo
ElementToService(ElementInfo elementInfo, String pathInfo)
          Creates a new ElementToService instance.
 

Uses of ElementInfo in com.uwyn.rife.test
 

Methods in com.uwyn.rife.test that return ElementInfo
 ElementInfo MockResponse.getLastElementInfo()
          Retrieves the ElementInfo of the element that was last processed with this response.
 



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