com.plumtree.server
Interface IPTGuestLoginInfo


public interface IPTGuestLoginInfo

This is the Info object of IPTGuestLogin.

Author:
William Adjie-Winoto

Method Summary
 boolean GetGuestRedirectToLogin()
          Gets the boolean flag indicating whether guest should be redirected to the login page or default page (mypage or community page depending on the sub-portal configuration).
 int GetGuestUserID()
          Gets the user ID of the guest user.
 java.lang.String GetGuestUserName()
          Gets the username of the guest user.
 int GetObjectID()
          Gets the ID of the object.
 boolean GetRedirectOnLogout()
          After logging out the user will normally go to the login page.
 int GetSSOVendor()
          Gets the SSOVendor setting.
 int GetSubPortalID()
          Gets the ID of Subportal associated with this Guest Login.
 

Method Detail

GetObjectID

int GetObjectID()
Gets the ID of the object.

Returns:
int

GetGuestUserID

int GetGuestUserID()
Gets the user ID of the guest user.

Returns:
int the user ID of the guest user.

GetGuestUserName

java.lang.String GetGuestUserName()
Gets the username of the guest user.

Returns:
String the username of the guest user.

GetSSOVendor

int GetSSOVendor()
Gets the SSOVendor setting.

Returns:
int the SSOVendor value

GetGuestRedirectToLogin

boolean GetGuestRedirectToLogin()
Gets the boolean flag indicating whether guest should be redirected to the login page or default page (mypage or community page depending on the sub-portal configuration).

Returns:
boolean the flag

GetRedirectOnLogout

boolean GetRedirectOnLogout()
After logging out the user will normally go to the login page. If this flag is false, the guest user will go to their default page (mypage or community).

Returns:
boolean the flag

GetSubPortalID

int GetSubPortalID()
Gets the ID of Subportal associated with this Guest Login.

Returns:
int the subportal ID