From b5c41b83249677bf1dec46de4a7ce97fee55729e Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Thu, 3 Nov 2011 10:53:40 +0100 Subject: import 1.1.3 --- .../middleware/shibboleth/wayf/HandlerConfig.html | 414 --------------------- 1 file changed, 414 deletions(-) delete mode 100644 doc/api/edu/internet2/middleware/shibboleth/wayf/HandlerConfig.html (limited to 'doc/api/edu/internet2/middleware/shibboleth/wayf/HandlerConfig.html') diff --git a/doc/api/edu/internet2/middleware/shibboleth/wayf/HandlerConfig.html b/doc/api/edu/internet2/middleware/shibboleth/wayf/HandlerConfig.html deleted file mode 100644 index 7fcf436..0000000 --- a/doc/api/edu/internet2/middleware/shibboleth/wayf/HandlerConfig.html +++ /dev/null @@ -1,414 +0,0 @@ - - - - - - - -HandlerConfig (Shibboleth Discovery Service 1.1.0 Java API.) - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -
- - - -
- -

- -edu.internet2.middleware.shibboleth.wayf -
-Class HandlerConfig

-
-java.lang.Object
-  extended by edu.internet2.middleware.shibboleth.wayf.HandlerConfig
-
-
-
-
public class HandlerConfig
extends Object
- - -

-Class used by the DiscoveryServiceHandler to handle run time behaviour. -

- -

-


- -

- - - - - - - - - - - - - - -
-Constructor Summary
HandlerConfig() - -
-          Build the 'default default' configuation.
HandlerConfig(Element config, - HandlerConfig defaultValue) - -
-          Parse the Supplied XML element into a new WayfConfig Object.
-  - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-Method Summary
- StringgetErrorJspFile() - -
-          Get the name of the error jsp File this instance uses.
- StringgetJspFile() - -
-          Get the name of the jsp File this instance uses.
- booleangetLookupSp() - -
-          Do we lookup the SP or just return all the IdPs?.
- booleangetProvideList() - -
-          Do we provide a list of IdPs?.
- booleangetProvideListOfLists() - -
-          Do we provide a list of lists of IdPs?.
- booleangetWarnOnBadBinding() - -
-          Do ignore badly formed bindings or just warn
- booleanisIgnoredForMatch(String str) - -
-          Determines if a particular string token should be used for matching when a user searches for origins.
- - - - - - - -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-  -

- - - - - - - - -
-Constructor Detail
- -

-HandlerConfig

-
-public HandlerConfig()
-
-
Build the 'default default' configuation. -

-

-
- -

-HandlerConfig

-
-public HandlerConfig(Element config,
-                     HandlerConfig defaultValue)
-              throws ShibbolethConfigurationException
-
-
Parse the Supplied XML element into a new WayfConfig Object. -

-

-
Parameters:
config - - The XML with the configuration info.
defaultValue - - The default if nothing is specified. -
Throws: -
ShibbolethConfigurationException - - if we see somethin wrong.
-
- - - - - - - - -
-Method Detail
- -

-isIgnoredForMatch

-
-public boolean isIgnoredForMatch(String str)
-
-
Determines if a particular string token should be used for matching when a user searches for origins. -

-

-
Parameters:
str - - The string to lookup. -
Returns:
whether it is or not.
-
-
-
- -

-getJspFile

-
-public String getJspFile()
-
-
Get the name of the jsp File this instance uses. -

-

- -
Returns:
the name.
-
-
-
- -

-getErrorJspFile

-
-public String getErrorJspFile()
-
-
Get the name of the error jsp File this instance uses. -

-

- -
Returns:
the name.
-
-
-
- -

-getProvideListOfLists

-
-public boolean getProvideListOfLists()
-
-
Do we provide a list of lists of IdPs?. -

-

- -
Returns:
whether we do or not.
-
-
-
- -

-getProvideList

-
-public boolean getProvideList()
-
-
Do we provide a list of IdPs?. -

-

- -
Returns:
whether we provide a list of IdPs?.
-
-
-
- -

-getLookupSp

-
-public boolean getLookupSp()
-
-
Do we lookup the SP or just return all the IdPs?. -

-

- -
Returns:
whether or not we lookup the SP
-
-
-
- -

-getWarnOnBadBinding

-
-public boolean getWarnOnBadBinding()
-
-
Do ignore badly formed bindings or just warn -

-

- -
Returns:
whether we warn.
-
-
- -
- - - - - - - - - - - - - - - - - - - -
- -
- - - -
-Copyright © 2006-2009 Internet2. All Rights Reserved. - - -- cgit v1.1