public abstract class AuthenticationSettings extends Object
| Modifier and Type | Class and Description |
|---|---|
protected static class |
AuthenticationSettings.Defaults |
protected static class |
AuthenticationSettings.Keys |
protected static class |
AuthenticationSettings.Messages |
| Modifier | Constructor and Description |
|---|---|
protected |
AuthenticationSettings(@NonNull Properties properties) |
| Modifier and Type | Method and Description |
|---|---|
String |
getClientId() |
String |
getClientSecret() |
String |
getDataspace() |
String |
getLoginUrl() |
int |
getMaxRetries() |
Properties |
getRelevantProperties() |
String |
getUserAgent() |
static boolean |
hasAll(Properties properties,
Set<String> keys) |
static boolean |
hasAny(Properties properties) |
static AuthenticationSettings |
of(@NonNull Properties properties) |
protected AuthenticationSettings(@NonNull
@NonNull Properties properties)
throws SQLException
SQLExceptionpublic static AuthenticationSettings of(@NonNull @NonNull Properties properties) throws SQLException
SQLExceptionpublic static boolean hasAll(Properties properties, Set<String> keys)
public static boolean hasAny(Properties properties)
public Properties getRelevantProperties()
public String getLoginUrl()
public String getClientId()
public String getClientSecret()
public String getDataspace()
public String getUserAgent()
public int getMaxRetries()
Copyright © 2025. All rights reserved.