Uses of Class
org.asynchttpclient.Realm.AuthScheme
-
Packages that use Realm.AuthScheme Package Description org.asynchttpclient -
-
Uses of Realm.AuthScheme in org.asynchttpclient
Methods in org.asynchttpclient that return Realm.AuthScheme Modifier and Type Method Description Realm.AuthScheme
Realm. getScheme()
static Realm.AuthScheme
Realm.AuthScheme. valueOf(String name)
Returns the enum constant of this type with the specified name.static Realm.AuthScheme[]
Realm.AuthScheme. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.asynchttpclient with parameters of type Realm.AuthScheme Modifier and Type Method Description static Realm.Builder
Dsl. realm(Realm.AuthScheme scheme, String principal, String password)
Realm.Builder
Realm.Builder. setScheme(Realm.AuthScheme scheme)
-