com.plumtree.portalpages.browsing.login
Class LoginModel.TempData

java.lang.Object
  extended by com.plumtree.portalpages.browsing.login.LoginModel.TempData
Enclosing class:
LoginModel

public static class LoginModel.TempData
extends java.lang.Object

This class is used to store the login data on the AClearModel. This is public so that the login model can be extended and overridden. C# translation does not allow protected for inner classes.

Author:
BenG

Field Summary
protected  boolean bDoAttemptLogin
           
protected  boolean bDoAttemptLogout
           
protected  boolean bLoginAttempted
           
protected  boolean bLoginSucceeded
           
protected  boolean bRememberPassword
           
protected  boolean bShowAuthSources
           
protected  boolean bShowAuthSourcesSet
           
protected  int iAccessStyle
           
protected  int iAllowDefaultAuthSource
           
protected  IPTSession m_ptSession
           
protected  java.lang.String sDefaultAuthSourcePrefix
           
protected  java.lang.String sSelectedAuthSource
           
protected  java.lang.String sToken
           
protected  java.lang.String sUserName
           
protected  java.lang.String sUserPass
           
 
Constructor Summary
LoginModel.TempData()
           
 
Method Summary
 int GetAccessStyle()
           
 int GetAllowDefaultAuthSource()
           
 java.lang.String GetDefaultAuthSourcePrefix(AActivitySpace aSpace)
           
 boolean GetDoAttemptLogin()
           
 boolean GetDoAttemptLogout()
           
 boolean GetLoginAttempted()
           
 boolean GetLoginSucceeded()
           
 IPTSession GetPTSession()
           
 boolean GetRememberPassword()
           
 java.lang.String GetSelectedAuthSource(AActivitySpace aSpace)
           
 boolean GetShowAuthSources()
           
 boolean GetShowAuthSourcesSet()
           
 java.lang.String GetToken()
           
 java.lang.String GetUserName()
           
 java.lang.String GetUserPass()
           
 void SetAccessStyle(int i)
           
 void SetAllowDefaultAuthSource(int i)
           
 void SetDefaultAuthSourcePrefix(java.lang.String s)
           
 void SetDoAttemptLogin(boolean b)
           
 void SetDoAttemptLogout(boolean b)
           
 void SetLoginAttempted(boolean b)
           
 void SetLoginSucceeded(boolean b)
           
 void SetPTSession(IPTSession s)
           
 void SetRememberPassword(boolean b)
           
 void SetSelectedAuthSource(java.lang.String s)
           
 void SetShowAuthSources(boolean b)
           
 void SetShowAuthSourcesSet(boolean b)
           
 void SetToken(java.lang.String s)
           
 void SetUserName(java.lang.String s)
           
 void SetUserPass(java.lang.String s)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m_ptSession

protected IPTSession m_ptSession

bDoAttemptLogin

protected boolean bDoAttemptLogin

bDoAttemptLogout

protected boolean bDoAttemptLogout

bLoginAttempted

protected boolean bLoginAttempted

bLoginSucceeded

protected boolean bLoginSucceeded

bRememberPassword

protected boolean bRememberPassword

bShowAuthSources

protected boolean bShowAuthSources

bShowAuthSourcesSet

protected boolean bShowAuthSourcesSet

sSelectedAuthSource

protected java.lang.String sSelectedAuthSource

sToken

protected java.lang.String sToken

sUserName

protected java.lang.String sUserName

sUserPass

protected java.lang.String sUserPass

iAccessStyle

protected int iAccessStyle

iAllowDefaultAuthSource

protected int iAllowDefaultAuthSource

sDefaultAuthSourcePrefix

protected java.lang.String sDefaultAuthSourcePrefix
Constructor Detail

LoginModel.TempData

public LoginModel.TempData()
Method Detail

GetShowAuthSourcesSet

public boolean GetShowAuthSourcesSet()

SetShowAuthSourcesSet

public void SetShowAuthSourcesSet(boolean b)

GetDefaultAuthSourcePrefix

public java.lang.String GetDefaultAuthSourcePrefix(AActivitySpace aSpace)

GetAllowDefaultAuthSource

public int GetAllowDefaultAuthSource()

GetAccessStyle

public int GetAccessStyle()
Returns:

GetSelectedAuthSource

public java.lang.String GetSelectedAuthSource(AActivitySpace aSpace)
Returns:

GetDoAttemptLogin

public boolean GetDoAttemptLogin()
Returns:

GetDoAttemptLogout

public boolean GetDoAttemptLogout()
Returns:

GetLoginAttempted

public boolean GetLoginAttempted()
Returns:

GetLoginSucceeded

public boolean GetLoginSucceeded()
Returns:

GetPTSession

public IPTSession GetPTSession()
Returns:

GetRememberPassword

public boolean GetRememberPassword()
Returns:

GetShowAuthSources

public boolean GetShowAuthSources()
Returns:

GetToken

public java.lang.String GetToken()
Returns:

GetUserName

public java.lang.String GetUserName()
Returns:

GetUserPass

public java.lang.String GetUserPass()
Returns:

SetAccessStyle

public void SetAccessStyle(int i)
Parameters:
i -

SetSelectedAuthSource

public void SetSelectedAuthSource(java.lang.String s)
Parameters:
s -

SetDoAttemptLogin

public void SetDoAttemptLogin(boolean b)
Parameters:
b -

SetDoAttemptLogout

public void SetDoAttemptLogout(boolean b)
Parameters:
b -

SetLoginAttempted

public void SetLoginAttempted(boolean b)
Parameters:
b -

SetLoginSucceeded

public void SetLoginSucceeded(boolean b)
Parameters:
b -

SetPTSession

public void SetPTSession(IPTSession s)
Parameters:
s -

SetRememberPassword

public void SetRememberPassword(boolean b)
Parameters:
b -

SetShowAuthSources

public void SetShowAuthSources(boolean b)
Parameters:
b -

SetToken

public void SetToken(java.lang.String s)
Parameters:
s -

SetUserName

public void SetUserName(java.lang.String s)
Parameters:
s -

SetUserPass

public void SetUserPass(java.lang.String s)
Parameters:
s -

SetAllowDefaultAuthSource

public void SetAllowDefaultAuthSource(int i)

SetDefaultAuthSourcePrefix

public void SetDefaultAuthSourcePrefix(java.lang.String s)



Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.