|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.shibboleth.common.attribute.resolver.provider.ShibbolethResolutionContext
public class ShibbolethResolutionContext
Contextual information for performing an attribute resolution.
Constructor Summary | |
---|---|
ShibbolethResolutionContext(SAMLProfileRequestContext context)
Constructor. |
Method Summary | |
---|---|
SAMLProfileRequestContext |
getAttributeRequestContext()
Gets the attribute request that started this resolution. |
Map<String,AttributeDefinition> |
getResolvedAttributeDefinitions()
Get an unmodifiable map of the attribute definitions that have been resolved for this request. |
Map<String,DataConnector> |
getResolvedDataConnectors()
Get an unmodifiable map of the data connectors that have been resolved for this request. |
Map<String,ResolutionPlugIn> |
getResolvedPlugins()
Get the resolution plug-ins that have been resolved for this request. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ShibbolethResolutionContext(SAMLProfileRequestContext context)
context
- the attribute request this resolution is being performed forMethod Detail |
---|
public SAMLProfileRequestContext getAttributeRequestContext()
public Map<String,ResolutionPlugIn> getResolvedPlugins()
public Map<String,AttributeDefinition> getResolvedAttributeDefinitions()
getResolvedPlugins()
to retrieve a modifiable collection.
public Map<String,DataConnector> getResolvedDataConnectors()
getResolvedPlugins()
to retrieve a modifiable collection.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |