public class ShibbolethResolutionContext extends Object
コンストラクタと説明 |
---|
ShibbolethResolutionContext(SAMLProfileRequestContext context)
Constructor.
|
修飾子とタイプ | メソッドと説明 |
---|---|
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.
|
public ShibbolethResolutionContext(SAMLProfileRequestContext context)
context
- the attribute request this resolution is being performed forpublic 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.Copyright © 2012. All Rights Reserved.