public static final class ALBHTTPClientAuthenticationParams.Builder
extends java.lang.Object
ALBHTTPClientAuthenticationParams.| Constructor and Description |
|---|
Builder()
Constructor with parameters for the required properties of
ALBHTTPClientAuthenticationParams. |
| Modifier and Type | Method and Description |
|---|---|
ALBHTTPClientAuthenticationParams |
build() |
ALBHTTPClientAuthenticationParams.Builder |
setAuthProfilePath(java.lang.String authProfilePath)
Auth Profile to use for validating users.
|
ALBHTTPClientAuthenticationParams.Builder |
setRealm(java.lang.String realm)
Basic authentication realm to present to a user along with the prompt for
credentials.
|
ALBHTTPClientAuthenticationParams.Builder |
setRequestUriPath(ALBStringMatch requestUriPath) |
ALBHTTPClientAuthenticationParams.Builder |
setType(java.lang.String type)
Possible values are:
ALBHTTPClientAuthenticationParams.TYPE_AUTH
type of client authentication. |
public Builder()
ALBHTTPClientAuthenticationParams.public ALBHTTPClientAuthenticationParams.Builder setAuthProfilePath(java.lang.String authProfilePath)
authProfilePath - New value for the property.public ALBHTTPClientAuthenticationParams.Builder setRealm(java.lang.String realm)
realm - New value for the property.public ALBHTTPClientAuthenticationParams.Builder setRequestUriPath(ALBStringMatch requestUriPath)
requestUriPath - New value for the property.public ALBHTTPClientAuthenticationParams.Builder setType(java.lang.String type)
type - New value for the property.public ALBHTTPClientAuthenticationParams build()