Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
A
B
C
D
G
L
M
O
P
S
T
V
A
addParameter(StringBuffer, String, String, boolean)
- Method in class org.jasig.portlet.search.mvc.
GsaSearchController
B
buildGoogleSearchUrl(String, String, String)
- Method in class org.jasig.portlet.search.mvc.
GsaSearchController
C
ConfiguredSearch
- Class in
org.jasig.portlet.search.mvc
ConfiguredSearch represents a high-level search configuration.
ConfiguredSearch()
- Constructor for class org.jasig.portlet.search.mvc.
ConfiguredSearch
D
DirectorySearchResultsController
- Class in
org.jasig.portlet.search.mvc
DirectorySearchResultsController()
- Constructor for class org.jasig.portlet.search.mvc.
DirectorySearchResultsController
G
get(String)
- Method in class org.jasig.portlet.search.ldap.
Person
Get an individual attribute for this Person.
getAllowedAttributes(PortletRequest)
- Method in class org.jasig.portlet.search.ldap.
LdapSearchServiceImpl
getAttributes()
- Method in class org.jasig.portlet.search.ldap.
Person
Get a map of attributes for this Person.
getAttributeTypeMap()
- Method in class org.jasig.portlet.search.ldap.
LdapSearchServiceImpl
getDisplay()
- Method in class org.jasig.portlet.search.ldap.
PersonAttribute
getFullName()
- Method in class org.jasig.portlet.search.ldap.
Person
Get the full display name of this Person.
getFullNameAttribute()
- Method in class org.jasig.portlet.search.ldap.
PersonAttributesMapper
Get the key that maps the full name attribute
getJsonResponse(HttpServletRequest, HttpServletResponse)
- Method in class org.jasig.portlet.search.mvc.
DirectorySearchResultsController
getKey()
- Method in class org.jasig.portlet.search.ldap.
PersonAttribute
getName()
- Method in class org.jasig.portlet.search.mvc.
ConfiguredSearch
getRoles()
- Method in class org.jasig.portlet.search.ldap.
PersonAttribute
getRoles()
- Method in class org.jasig.portlet.search.mvc.
ConfiguredSearch
getSearchView(RenderRequest)
- Method in class org.jasig.portlet.search.mvc.
TabbedSearchController
googleBaseUrl
- Variable in class org.jasig.portlet.search.mvc.
GsaSearchController
googleParameters
- Variable in class org.jasig.portlet.search.mvc.
GsaSearchController
GoogleSearchFrameController
- Class in
org.jasig.portlet.search.mvc
GoogleSearchFrameController constructs data for a google search IFrame.
GoogleSearchFrameController()
- Constructor for class org.jasig.portlet.search.mvc.
GoogleSearchFrameController
googleSearchServlet
- Variable in class org.jasig.portlet.search.mvc.
GsaSearchController
googleStylesheetName
- Variable in class org.jasig.portlet.search.mvc.
GsaSearchController
GsaSearchController
- Class in
org.jasig.portlet.search.mvc
GsaSearchController performs searches against a Google Search Appliance.
GsaSearchController()
- Constructor for class org.jasig.portlet.search.mvc.
GsaSearchController
L
LdapSearchServiceImpl
- Class in
org.jasig.portlet.search.ldap
LdapSearchServiceImpl()
- Constructor for class org.jasig.portlet.search.ldap.
LdapSearchServiceImpl
M
mapFromAttributes(Attributes)
- Method in class org.jasig.portlet.search.ldap.
PersonAttributesMapper
O
org.jasig.portlet.search.ldap
- package org.jasig.portlet.search.ldap
org.jasig.portlet.search.mvc
- package org.jasig.portlet.search.mvc
P
Person
- Class in
org.jasig.portlet.search.ldap
This Person class represents a person found via directory search.
Person()
- Constructor for class org.jasig.portlet.search.ldap.
Person
PersonAttribute
- Class in
org.jasig.portlet.search.ldap
PersonAttribute()
- Constructor for class org.jasig.portlet.search.ldap.
PersonAttribute
PersonAttribute(String, String, List<String>)
- Constructor for class org.jasig.portlet.search.ldap.
PersonAttribute
PersonAttributesMapper
- Class in
org.jasig.portlet.search.ldap
PersonAttributesMapper constructs a Person object from an Attributes object returned from LDAP.
PersonAttributesMapper(String)
- Constructor for class org.jasig.portlet.search.ldap.
PersonAttributesMapper
Construct a new PersonAttributesMapper
PersonSearchController
- Class in
org.jasig.portlet.search.mvc
PersonSearchController performs directory searches for person information against an LDAP directory.
PersonSearchController()
- Constructor for class org.jasig.portlet.search.mvc.
PersonSearchController
put(String, String)
- Method in class org.jasig.portlet.search.ldap.
Person
Set an individual attribute for this Person.
S
searchDirectory(String, PortletRequest)
- Method in class org.jasig.portlet.search.ldap.
LdapSearchServiceImpl
Search the configured LDAP directory with the specified search term
searchGoogle(HttpServletRequest)
- Method in class org.jasig.portlet.search.mvc.
GoogleSearchFrameController
searchGsa(HttpServletRequest)
- Method in class org.jasig.portlet.search.mvc.
GsaSearchController
searchPersonDirectory(ActionRequest, ActionResponse)
- Method in class org.jasig.portlet.search.mvc.
PersonSearchController
setAjaxPortletSupportService(AjaxPortletSupportService)
- Method in class org.jasig.portlet.search.mvc.
DirectorySearchResultsController
setAjaxPortletSupportService(AjaxPortletSupportService)
- Method in class org.jasig.portlet.search.mvc.
PersonSearchController
setAttributes(List<PersonAttribute>)
- Method in class org.jasig.portlet.search.ldap.
LdapSearchServiceImpl
setAttributes(Map<String, String>)
- Method in class org.jasig.portlet.search.ldap.
Person
Set the map of attributes for this Person.
setConfiguredSearches(List<ConfiguredSearch>)
- Method in class org.jasig.portlet.search.mvc.
TabbedSearchController
Set the list of configured search engines.
setDisplay(String)
- Method in class org.jasig.portlet.search.ldap.
PersonAttribute
setFullName(String)
- Method in class org.jasig.portlet.search.ldap.
Person
Set the full display name of this Person.
setGoogleBaseUrl(String)
- Method in class org.jasig.portlet.search.mvc.
GsaSearchController
Set the base URL for Google searches.
setGoogleKeys(Map<String, String>)
- Method in class org.jasig.portlet.search.mvc.
GoogleSearchFrameController
Set a map of Google search API keys to use.
setGoogleParameters(Map<String, String>)
- Method in class org.jasig.portlet.search.mvc.
GsaSearchController
Set a map of parameter names and values for google searches.
setGoogleStylesheetName(String)
- Method in class org.jasig.portlet.search.mvc.
GsaSearchController
Set the name of the google stylesheet to use in the "more results" link.
setGsaSearchEngines(List<String>)
- Method in class org.jasig.portlet.search.mvc.
TabbedSearchController
Set the list of GSA search sites.
setKey(String)
- Method in class org.jasig.portlet.search.ldap.
PersonAttribute
setLdapTemplate(LdapTemplate)
- Method in class org.jasig.portlet.search.ldap.
LdapSearchServiceImpl
setName(String)
- Method in class org.jasig.portlet.search.mvc.
ConfiguredSearch
setPersonAttributesMapper(PersonAttributesMapper)
- Method in class org.jasig.portlet.search.ldap.
LdapSearchServiceImpl
setPersonSearchService(LdapSearchServiceImpl)
- Method in class org.jasig.portlet.search.mvc.
PersonSearchController
setQueryAttribute(String)
- Method in class org.jasig.portlet.search.ldap.
LdapSearchServiceImpl
Set the LDAP attribute to run queries against.
setReturnedLimit(int)
- Method in class org.jasig.portlet.search.ldap.
LdapSearchServiceImpl
Set the limit for the number of Person objects that should be returned from an LDAP search.
setRoles(List<String>)
- Method in class org.jasig.portlet.search.ldap.
PersonAttribute
setRoles(List<String>)
- Method in class org.jasig.portlet.search.mvc.
ConfiguredSearch
setSearchBase(String)
- Method in class org.jasig.portlet.search.ldap.
LdapSearchServiceImpl
Set the search base for LDAP directory search.
setVCardTemplate(Resource)
- Method in class org.jasig.portlet.search.mvc.
VCardController
Set the VCard template file to be used.
setView(View)
- Method in class org.jasig.portlet.search.mvc.
GsaSearchController
Set the View for the GSA search controller.
showVCard(HttpServletRequest, HttpServletResponse, OutputStream)
- Method in class org.jasig.portlet.search.mvc.
VCardController
T
TabbedSearchController
- Class in
org.jasig.portlet.search.mvc
TabbedSearchController is the main portlet controller for the tabbed search portlet.
TabbedSearchController()
- Constructor for class org.jasig.portlet.search.mvc.
TabbedSearchController
V
VCardController
- Class in
org.jasig.portlet.search.mvc
VCardController()
- Constructor for class org.jasig.portlet.search.mvc.
VCardController
A
B
C
D
G
L
M
O
P
S
T
V
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2010
Jasig
. All Rights Reserved.