public class Authentication extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Authentication.Type |
| Modifier and Type | Method and Description |
|---|---|
static Authentication |
getAuthentication(List<String> auth) |
static Authentication |
getAuthentication(List<String> auth,
Authentication.Type type) |
String |
getDomain() |
String |
getPassword() |
Authentication.Type |
getType() |
String |
getUsername() |
Boolean |
isAuthenticable() |
Boolean |
usePreemptiveAuthentication() |
public static Authentication getAuthentication(List<String> auth)
public static Authentication getAuthentication(List<String> auth, Authentication.Type type)
public String getUsername()
public String getPassword()
public String getDomain()
public Authentication.Type getType()
public Boolean isAuthenticable()
public Boolean usePreemptiveAuthentication()
Copyright © 2022. All rights reserved.