Abstract Credentials object to make extension easily
----------------------------------------------------
Key: GTNWCI-30
URL:
https://issues.jboss.org/browse/GTNWCI-30
Project: GateIn Web Container Integration
Issue Type: Enhancement
Reporter: kien nguyen
We have object org.gatein.wci.security.Credentials, it should be "interface"
instead of being "class", for reason: Credentials are not always
username/password?
In my case, when I integrate OAuth within GateIn, my credentials are not
username/password. They are another information such as consumer key, current logged user,
etc.
So I think better way we should abstract Credentials object to make extension easily. In
every implementation, it itself will indicate detail information of Credentials object.
See javax.jcr.Credentials object for reference design
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira