public class CredentialsFactory extends Object
| Modifier and Type | Method and Description |
|---|---|
static org.apache.http.auth.Credentials |
produceCredentials(org.apache.tools.ant.Task credentialTask)
This Method shall attempt to produce a usable credential instance from a given credentials task.
|
public static org.apache.http.auth.Credentials produceCredentials(org.apache.tools.ant.Task credentialTask)
throws org.apache.tools.ant.BuildException
credentialTask - The task that shall contain all authentication information.org.apache.tools.ant.BuildException - Shall be thrown if the task is an instance of a valid credentials task type, but did contain
invalid information.Copyright © 2017–2019 SoftVision Development GmbH, Fulda, Germany. All rights reserved.