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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getRealm()
The authentication realm, if any.java.lang.String
getScheme()
The authentication scheme, such as "basic".
-