Class HttpAuthentication.Challenge
java.lang.Object
com.launchdarkly.sdk.server.interfaces.HttpAuthentication.Challenge
- Enclosing interface:
- HttpAuthentication
public static class HttpAuthentication.Challenge
extends java.lang.Object
Properties of an HTTP authentication challenge.
-
Constructor Summary
Constructors Constructor Description Challenge(java.lang.String scheme, java.lang.String realm)
Constructs an instance. -
Method Summary
-
Constructor Details
-
Challenge
public Challenge(java.lang.String scheme, java.lang.String realm)Constructs an instance.- Parameters:
scheme
- the authentication schemerealm
- the authentication realm or null
-
-
Method Details