ContextType
- contextual information expected by the attribute authoritypublic interface AttributeAuthority<ContextType extends AttributeRequestContext>
Modifier and Type | Method and Description |
---|---|
Map<String,BaseAttribute> |
getAttributes(ContextType requestContext)
Gets the attributes for the principal identified in the request.
|
Map<String,BaseAttribute> getAttributes(ContextType requestContext) throws AttributeRequestException
requestContext
- contextual information for the attribute requestAttributeRequestException
- thrown if there is a problem retrieving the attributesCopyright © 1999–2014. All rights reserved.