|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object edu.internet2.middleware.shibboleth.wayf.HandlerConfig
public class HandlerConfig
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 | |
---|---|
String |
getErrorJspFile()
Get the name of the error jsp File this instance uses. |
String |
getJspFile()
Get the name of the jsp File this instance uses. |
boolean |
getLookupSp()
Do we lookup the SP or just return all the IdPs?. |
boolean |
getProvideList()
Do we provide a list of IdPs?. |
boolean |
getProvideListOfLists()
Do we provide a list of lists of IdPs?. |
boolean |
getWarnOnBadBinding()
Do ignore badly formed bindings or just warn |
boolean |
isIgnoredForMatch(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 |
---|
public HandlerConfig()
public HandlerConfig(Element config, HandlerConfig defaultValue) throws ShibbolethConfigurationException
config
- - The XML with the configuration info.defaultValue
- - The default if nothing is specified.
ShibbolethConfigurationException
- - if we see somethin wrong.Method Detail |
---|
public boolean isIgnoredForMatch(String str)
str
- - The string to lookup.
public String getJspFile()
public String getErrorJspFile()
public boolean getProvideListOfLists()
public boolean getProvideList()
public boolean getLookupSp()
public boolean getWarnOnBadBinding()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |