简体   繁体   English

如何在WSO2自定义业务流程处理程序中获取用户详细信息?

[英]How to get user details in WSO2 custom business process handler?

I have customized WSO2 ApplicationRegistrationSimpleWorkflowExecutor. 我已经定制了WSO2 ApplicationRegistrationSimpleWorkflowExecutor。 I want to send email with Consumer Key & Consumer Secret to the user. 我想向用户发送包含Consumer Key和Consumer Secret的电子邮件。 I have ApplicationRegistrationWorkflowDTO object in complete method. 我在完整方法中有ApplicationRegistrationWorkflowDTO对象。

Could you please help me to get user profile details Consumer Key & Consumer Secret using ApplicationRegistrationWorkflowDTO . 你能否帮我用ApplicationRegistrationWorkflowDTO获取用户档案详情消费者密钥和消费者秘密。

You can use RemoteUserStoreManagerService to retrieve user claims. 您可以使用RemoteUserStoreManagerService来检索用户声明。 More information is here . 更多信息在这里

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM