[jboss-jira] [JBoss JIRA] (ELY-299) Add getCredentialSupport methods that taks the credential type as an argument.

Darran Lofthouse (JIRA) issues at jboss.org
Fri Oct 23 12:56:00 EDT 2015


     [ https://issues.jboss.org/browse/ELY-299?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Darran Lofthouse resolved ELY-299.
----------------------------------
    Resolution: Won't Fix


> Add getCredentialSupport methods that taks the credential type as an argument.
> ------------------------------------------------------------------------------
>
>                 Key: ELY-299
>                 URL: https://issues.jboss.org/browse/ELY-299
>             Project: WildFly Elytron
>          Issue Type: Enhancement
>          Components: API / SPI
>            Reporter: Darran Lofthouse
>            Assignee: Darran Lofthouse
>             Fix For: 1.1.0.Alpha2
>
>
> In ELY-282 getCredentialSupport is being switched to check based on credential name, however at the mechanism level there is still a need to know that the correct type can also be obtained as a mechanism is also dependent on the type.
> If we add getCredentialSupport(String credentialName, Class<?> credentialType) we can convert the methods that just take credential name to be default methods that call getCredentialSupport(credentialName, Object.class);



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the jboss-jira mailing list