[jboss-jira] [JBoss JIRA] (ELY-467) Integrate CredentialStore with mechanism configuration so mechanisms can obtain the credentials they require.
Darran Lofthouse (JIRA)
issues at jboss.org
Mon Jun 13 08:52:00 EDT 2016
[ https://issues.jboss.org/browse/ELY-467?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13251487#comment-13251487 ]
Darran Lofthouse commented on ELY-467:
--------------------------------------
We have decided to implement this by making use of a reference to a SecurityFactory<Credential> - however we could still add a SecurityFactory implementation that contains a reference to a CredentialStore and the name of the alias it should use.
e.g. the CredentialStore interface could have a method like the following: -
static SecurityFactory<Credential> toSecurityFactory(String alias, Class<? extends Credential> type);
> Integrate CredentialStore with mechanism configuration so mechanisms can obtain the credentials they require.
> -------------------------------------------------------------------------------------------------------------
>
> Key: ELY-467
> URL: https://issues.jboss.org/browse/ELY-467
> Project: WildFly Elytron
> Issue Type: Feature Request
> Components: API / SPI, Credential Store
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Fix For: 1.1.0.Beta6
>
>
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
More information about the jboss-jira
mailing list