com.plumtree.portalpages.ext.providers.incomingnetworksearch
Interface INetSearchModelRO

All Superinterfaces:
IEditorModelRO, IModelRO, IMVCObject, IObjEditorModelRO
All Known Implementing Classes:
NetSearchModel

public interface INetSearchModelRO
extends IObjEditorModelRO

Version:
$Revision$
Author:
$author$

Method Summary
 boolean GetAllowGuestAccess()
          Returns true if Guests are allowed to search this serving networked portal.
 int GetExpirationMinutes()
          Returns the duration in minutes before links returned by a network search become invalid.
 java.lang.Object[] GetExposedAuthSources()
          Returns the Auth Sources containing users that will be allowed to search this serving networked portal.
 java.lang.Object[] GetExposedUserGroups()
          Returns the User Groups containing users that will be allowed to search this serving network portal.
 java.lang.String GetFederatedPortalIdentity()
          Returns the identity other portals will use when addressing this serving networked portal.
 java.lang.String GetPortalAuthPassword()
          Returns the password used by a requesting portal to validate its identity with this serving networked portal.
 
Methods inherited from interface com.plumtree.portaluiinfrastructure.editor.IObjEditorModelRO
GetClassID, GetObject, GetObjectDescription, GetObjectID, GetObjectName, GetParentFolderPath, GetPTSession
 
Methods inherited from interface com.plumtree.uiinfrastructure.editor.IEditorModelRO
GetEditorType, GetEnableApplyButton, GetHideLeftNav, GetIsEditorReadOnly
 
Methods inherited from interface com.plumtree.uiinfrastructure.activityspace.IMVCObject
GetName
 

Method Detail

GetAllowGuestAccess

boolean GetAllowGuestAccess()
Returns true if Guests are allowed to search this serving networked portal.

Returns:
boolean

GetExpirationMinutes

int GetExpirationMinutes()
Returns the duration in minutes before links returned by a network search become invalid.

Returns:
int

GetExposedAuthSources

java.lang.Object[] GetExposedAuthSources()
Returns the Auth Sources containing users that will be allowed to search this serving networked portal.

Returns:
Object[]

GetExposedUserGroups

java.lang.Object[] GetExposedUserGroups()
Returns the User Groups containing users that will be allowed to search this serving network portal.

Returns:
Object[]

GetFederatedPortalIdentity

java.lang.String GetFederatedPortalIdentity()
Returns the identity other portals will use when addressing this serving networked portal.

Returns:
String

GetPortalAuthPassword

java.lang.String GetPortalAuthPassword()
Returns the password used by a requesting portal to validate its identity with this serving networked portal.

Returns:
String



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