ContextType - contextual information expected by the attribute authoritypublic interface AttributeAuthority<ContextType extends AttributeRequestContext>
| 修飾子とタイプ | メソッドと説明 |
|---|---|
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 © 2012. All Rights Reserved.