public class StaticDataConnector extends BaseDataConnector
| Modifier and Type | Field and Description |
|---|---|
private Map<String,BaseAttribute> |
attributes
Source Data.
|
| Constructor and Description |
|---|
StaticDataConnector(List<BaseAttribute<String>> staticAttributes)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,BaseAttribute> |
resolve(ShibbolethResolutionContext resolutionContext)
Performs the attribute resolution for this plugin.
|
void |
validate()
Validate the internal state of this plug-in.
|
getFailoverDependencyId, setFailoverDependencyIdsgetDependencyIds, getId, getValuesFromAllDependencies, getValuesFromAttributeDependency, getValuesFromConnectorDependency, setIdclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDependencyIds, getIdprivate Map<String,BaseAttribute> attributes
public StaticDataConnector(List<BaseAttribute<String>> staticAttributes)
staticAttributes - attributes this data connector will returnpublic Map<String,BaseAttribute> resolve(ShibbolethResolutionContext resolutionContext) throws AttributeResolutionException
resolutionContext - the context for the resolutionAttributeResolutionException - the problem that occurred during the resolutionpublic void validate()
throws AttributeResolutionException
AttributeResolutionException - if the plug-in has an invalid internal stateCopyright © 1999-2015. All Rights Reserved.