aop
aop copied to clipboard
[FEATURE] Security Support
We could support security in steps.
I'll take a look at this one.
It's yours.Thanks for your contributing.
Hi all.
Due to personal issues, I'm not going to be able to get this done in any reasonable time. I'm unassigning myself from it, so someone can pick it up if they would like.
But, I will keep working on it, as I can, so if nobody else picks it up, I'll get it done sometime.
Can someone give it little background about what's missing here e.g. amqp+ssl support or other AuthN/AuthZ/Encryption? Thanks! CC: @gaoran10 @zongtanghu
SSL and AuthN/AuthZ support.
@frankjkelly Hi, currently, the AoP is lacking in any form of security support.
In the method receiveConnectionStartOk
and receiveConnectionSecureOk
of the class AmqpConnection
, we take a walk around for the auth, if we want to make some security process, we could refer to the qpid-broker-j. Thanks.
Great - thank you for the clarification!