@Deprecated public class DelegatedWorkContext extends org.opensaml.messaging.context.BaseContext
AttributeResolverWorkContext.
This is only here because in a moment of madness we pushed the work context into
the scripted definitions. This preserves the function while making it obvious that
we don't want people to use it.| Modifier and Type | Field and Description |
|---|---|
private AttributeResolverWorkContext |
delegate
Deprecated.
The delegate.
|
private org.slf4j.Logger |
log
Deprecated.
log.
|
private String |
logPrefix
Deprecated.
The log prefix.
|
| Constructor and Description |
|---|
DelegatedWorkContext(AttributeResolverWorkContext parent,
String prefix)
Deprecated.
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,ResolvedDataConnector> |
getResolvedDataConnectors()
Deprecated.
|
Map<String,ResolvedAttributeDefinition> |
getResolvedIdPAttributeDefinitions()
Deprecated.
|
void |
recordAttributeDefinitionResolution(AttributeDefinition definition,
IdPAttribute attribute)
Deprecated.
see
AttributeResolverWorkContext#recordAttributeDefinitionResolution(). |
void |
recordDataConnectorResolution(DataConnector connector,
Map<String,IdPAttribute> attributes)
Deprecated.
see
AttributeResolverWorkContext#recordDataConnectorResolution(). |
void |
recordFailoverResolution(DataConnector failedConnector,
DataConnector failoverConnector)
Deprecated.
see
AttributeResolverWorkContext#recordFailoverResolution(). |
addSubcontext, addSubcontext, clearSubcontexts, containsSubcontext, createSubcontext, getParent, getSubcontext, getSubcontext, getSubcontext, getSubcontext, isAutoCreateSubcontexts, iterator, removeSubcontext, removeSubcontext, setAutoCreateSubcontexts, setParentprivate final org.slf4j.Logger log
private final AttributeResolverWorkContext delegate
private final String logPrefix
public DelegatedWorkContext(AttributeResolverWorkContext parent, String prefix)
parent - the value to be delegated.prefix - the log prefix of the calling scripted definition.@Nonnull @NonnullElements @Unmodifiable public Map<String,ResolvedAttributeDefinition> getResolvedIdPAttributeDefinitions()
public void recordAttributeDefinitionResolution(@Nonnull AttributeDefinition definition, @Nullable IdPAttribute attribute) throws ResolutionException
AttributeResolverWorkContext#recordAttributeDefinitionResolution().definition - as the delegate doesattribute - as the delegate doesResolutionException - as the delegate does@Nonnull @NonnullElements @Unmodifiable public Map<String,ResolvedDataConnector> getResolvedDataConnectors()
public void recordDataConnectorResolution(@Nonnull DataConnector connector, @Nullable Map<String,IdPAttribute> attributes) throws ResolutionException
AttributeResolverWorkContext#recordDataConnectorResolution().connector - as the delegate doesattributes - as the delegate doesResolutionException - as the delegate doespublic void recordFailoverResolution(@Nonnull DataConnector failedConnector, @Nonnull DataConnector failoverConnector) throws ResolutionException
AttributeResolverWorkContext#recordFailoverResolution().failedConnector - as the delegate doesfailoverConnector - as the delegate doesResolutionException - as the delegate doesCopyright © 1999–2017 Shibboleth Consortium. All rights reserved.