Uploaded image for project: 'WildFly Elytron'
  1. WildFly Elytron
  2. ELY-808

XML Parsing Deferred into Function

    XMLWordPrintable

Details

    Description

      e.g.

                          case "clear-password": {
                              function = andThenOp(function, credentialSource -> credentialSource.with(IdentityCredentials.NONE.withCredential(new PasswordCredential(ClearPassword.createRaw(ClearPassword.ALGORITHM_CLEAR, parseClearPassword(reader))))));
                              break;
                          }
      

      The parsing of clear password is deferred until later.

      Attachments

        Issue Links

          Activity

            People

              darran.lofthouse@redhat.com Darran Lofthouse
              darran.lofthouse@redhat.com Darran Lofthouse
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: