|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ResolvedType
- object type this plug-in resolves topublic interface ResolutionPlugIn<ResolvedType>
A base interface for plugins that provide attributes.
Method Summary | |
---|---|
List<String> |
getDependencyIds()
Gets the IDs of the resolution plugins this plugin is dependent on. |
String |
getId()
Returns the unqiue 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. |
Method Detail |
---|
String getId()
List<String> getDependencyIds()
ResolvedType resolve(ShibbolethResolutionContext resolutionContext) throws AttributeResolutionException
resolutionContext
- the context for the resolution
AttributeResolutionException
- the problem that occured during the resolutionvoid validate() throws AttributeResolutionException
AttributeResolutionException
- if the plug-in has an invalid internal state
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |