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

Darran Lofthouse (JIRA) issues at jboss.org
Wed Sep 30 09:12:00 EDT 2015


Darran Lofthouse created ELY-299:
------------------------------------

             Summary: 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.Alpha1


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