[jboss-jira] [JBoss JIRA] (ELY-39) Ensure all algorithms are on the password interfaces and not private implementations.
Darran Lofthouse (JIRA)
issues at jboss.org
Thu Aug 7 14:34:30 EDT 2014
[ https://issues.jboss.org/browse/ELY-39?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Darran Lofthouse updated ELY-39:
--------------------------------
Description:
Some algorithm names are in the password implementations, the problem with this is they are not visible to other classes in the project wanting to create instances of them.
was:
The mechanism names are currently in the password implementations, this means they can not be used by classes in other packages or outside of Elytron.
In addition to this a password provider whilst obtained by using an algorithm can decide on what password type to return based on the passwordspec so we should not assume a tight coupling of password and algorithm name.
> Ensure all algorithms are on the password interfaces and not private implementations.
> -------------------------------------------------------------------------------------
>
> Key: ELY-39
> URL: https://issues.jboss.org/browse/ELY-39
> Project: WildFly Elytron
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Components: API / SPI
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Fix For: 1.0.0.Beta1
>
>
> Some algorithm names are in the password implementations, the problem with this is they are not visible to other classes in the project wanting to create instances of them.
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
More information about the jboss-jira
mailing list