[jboss-jira] [JBoss JIRA] (ELY-808) XML Parsing Deferred into Function
Darran Lofthouse (JIRA)
issues at jboss.org
Fri Dec 2 12:07:00 EST 2016
[ https://issues.jboss.org/browse/ELY-808?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Darran Lofthouse updated ELY-808:
---------------------------------
Description:
e.g.
{code}
case "clear-password": {
function = andThenOp(function, credentialSource -> credentialSource.with(IdentityCredentials.NONE.withCredential(new PasswordCredential(ClearPassword.createRaw(ClearPassword.ALGORITHM_CLEAR, parseClearPassword(reader))))));
break;
}
{code}
The parsing of clear password is deferred until later.
> XML Parsing Deferred into Function
> ----------------------------------
>
> Key: ELY-808
> URL: https://issues.jboss.org/browse/ELY-808
> Project: WildFly Elytron
> Issue Type: Bug
> Components: Authentication Client
> Reporter: Darran Lofthouse
> Assignee: Darran Lofthouse
> Fix For: 1.1.0.Beta17
>
>
> e.g.
> {code}
> case "clear-password": {
> function = andThenOp(function, credentialSource -> credentialSource.with(IdentityCredentials.NONE.withCredential(new PasswordCredential(ClearPassword.createRaw(ClearPassword.ALGORITHM_CLEAR, parseClearPassword(reader))))));
> break;
> }
> {code}
> The parsing of clear password is deferred until later.
--
This message was sent by Atlassian JIRA
(v7.2.3#72005)
More information about the jboss-jira
mailing list