com.plumtree.portalpages.browsing.login
Interface ILoginModelRO

All Superinterfaces:
IModelRO, IMVCObject
All Known Implementing Classes:
LoginModel

public interface ILoginModelRO
extends IModelRO

Read Only Login Model interface

Author:
BenG

Method Summary
 int GetAccessStyle()
           
 int GetAllowDefaultAuthSourceMode()
          Get Auth Source Mode
 java.lang.String GetName()
          Return the name of the MVC object.
 boolean GetShowAuthSources()
           
 

Method Detail

GetAccessStyle

int GetAccessStyle()
Returns:

GetShowAuthSources

boolean GetShowAuthSources()
Returns:

GetAllowDefaultAuthSourceMode

int GetAllowDefaultAuthSourceMode()
Get Auth Source Mode

Returns:
int the AllowDefaultLoginPageAuthSource value from PTConfig.xml

GetName

java.lang.String GetName()
Description copied from interface: IMVCObject
Return the name of the MVC object.

Specified by:
GetName in interface IMVCObject
Returns:
the name of the object.
See Also:
com.plumtree.xpshared.activityspace.IModel#GetName()



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