RequestContextType
- the type of attribute request context used by the resolver.public interface AttributeResolver<RequestContextType extends AttributeRequestContext>
修飾子とタイプ | メソッドと説明 |
---|---|
Map<String,BaseAttribute> |
resolveAttributes(RequestContextType requestContext)
Gets all the attributes for a given subject.
|
void |
validate()
Check that the Attribute Resolver is in a valid state and ready to begin receiving resolution requests.
|
Map<String,BaseAttribute> resolveAttributes(RequestContextType requestContext) throws AttributeResolutionException
requestContext
- the attribute resolution context to use to resolve attributesAttributeResolutionException
- thrown if there is a problem resolving the attributes for the subjectvoid validate() throws AttributeResolutionException
AttributeResolutionException
- if resolver is in an invalid stateCopyright © 2012. All Rights Reserved.