[
https://issues.apache.org/jira/browse/RAMPART-246?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Prabath Siriwardena updated RAMPART-246:
----------------------------------------
Attachment: patch-on-revision-808842.patch
Please find the patch attached to solve this issue.
Usage :
SAMLTokenIssuerConfig samlConfig = new SAMLTokenIssuerConfig(samlConfigElem);
samlConfig.setCallbackHanderName(AttributeCallbackHandler.class.getName());
The AttributeCallbackHandler is an implementation of SAMLCallbackHandler.
/**
* Element name of the attribute call-back handler
*/
private final static QName ATTR_CALLBACK_HANDLER_NAME = new
QName("attrCallbackHandlerName");
Thanks & regards.
-Prabath
> Need to able to set a AttributeCallbackHandler class by name to the
> SAMLTokenIssuerConfig
> -----------------------------------------------------------------------------------------
>
> Key: RAMPART-246
> URL: https://issues.apache.org/jira/browse/RAMPART-246
> Project: Rampart
> Issue Type: Improvement
> Reporter: Prabath Siriwardena
> Assignee: Ruchith Udayanga Fernando
> Attachments: patch-on-revision-808842.patch
>
>
> Need to able to set a AttributeCallbackHandler class by name to the
> SAMLTokenIssuerConfig.
> With current implementation - it only takes an instance - not a class by name.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.