ResolvedType
- object type this plug-in resolves topublic interface ResolutionPlugIn<ResolvedType>
修飾子とタイプ | メソッドと説明 |
---|---|
List<String> |
getDependencyIds()
Gets the IDs of the resolution plugins this plugin is dependent on.
|
String |
getId()
Returns the unique ID of the plugin.
|
ResolvedType |
resolve(ShibbolethResolutionContext resolutionContext)
Performs the attribute resolution for this plugin.
|
void |
validate()
Validate the internal state of this plug-in.
|
String getId()
List<String> getDependencyIds()
ResolvedType resolve(ShibbolethResolutionContext resolutionContext) throws AttributeResolutionException
resolutionContext
- the context for the resolutionAttributeResolutionException
- the problem that occurred during the resolutionvoid validate() throws AttributeResolutionException
AttributeResolutionException
- if the plug-in has an invalid internal stateCopyright © 2012. All Rights Reserved.