Package org.miaixz.bus.http.secure
Class Challenge
java.lang.Object
org.miaixz.bus.http.secure.Challenge
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the auth params, includingrealmandcharsetif present, but as strings.charset()Returns the charset that should be used to encode the credentials.booleaninthashCode()realm()Returns the protection space.scheme()Returns the authentication scheme, likeBasic.toString()withCharset(Charset charset) 该副本需要使用charset编码的凭据.
-
Constructor Details
-
Challenge
-
Challenge
-
-
Method Details
-
withCharset
-
scheme
Returns the authentication scheme, likeBasic. -
authParams
-
realm
Returns the protection space. -
charset
Returns the charset that should be used to encode the credentials. -
equals
-
hashCode
-
toString
-