Plumtree PEIs  
 

ILoginActions2 Interface

This interface was created to allow developers the ability to create functions that can be dynamically discovered by the Plumtree application for the purposes of performing some functionality when a particular login based event occurs.

NOTE: Should this interface be implemented more than once within the Dynamic Discovery process, the implementations will be processed in the order that they are displayed within the representative XML file. All implementations will be called.

NOTE: In the case where a Redirect object is returned, the first implementation of the interface that actually returns a valid Redirect will be the one that will be processed.

NOTE: To return an error message on a failed login event, use the OnFailedLogin method in the ILoginActions interface instead.

NOTE: PEIs implementing the ILoginActions2 interface are loaded exactly the same as PEIs implementing the ILoginActions interface.

For a list of all members of this type, see ILoginActions2 Members.

public interface ILoginActions2 : ILoginActions

Types that implement ILoginActions2

Type Description

Requirements

Namespace: com.plumtree.uiinfrastructure.pei

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

ILoginActions2 Members | com.plumtree.uiinfrastructure.pei Namespace