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.uiinfrastructure.activityspace.IMVCObject |
GetName |
GetAllowGuestAccess
public boolean GetAllowGuestAccess()
- Returns true if Guests are allowed to search this serving networked
portal.
- Returns:
- boolean
GetExpirationMinutes
public int GetExpirationMinutes()
- Returns the duration in minutes before links returned by a network
search become invalid.
- Returns:
- int
GetExposedAuthSources
public java.lang.Object[] GetExposedAuthSources()
- Returns the Auth Sources containing users that will be allowed to search
this serving networked portal.
- Returns:
- Object[]
GetExposedUserGroups
public java.lang.Object[] GetExposedUserGroups()
- Returns the User Groups containing users that will be allowed to search
this serving network portal.
- Returns:
- Object[]
GetFederatedPortalIdentity
public java.lang.String GetFederatedPortalIdentity()
- Returns the identity other portals will use when addressing this serving
networked portal.
- Returns:
- String
GetPortalAuthPassword
public java.lang.String GetPortalAuthPassword()
- Returns the password used by a requesting portal to validate its
identity with this serving networked portal.
- Returns:
- String