Modifier and Type | Field and Description |
---|---|
static String |
AUTH_BASIC |
static String |
AUTH_CERT |
static String |
AUTH_FORM |
static String |
AUTH_KERBEROS |
static String |
AUTH_LTPA |
static String |
AUTH_NONE |
static String |
AUTH_NTLM |
static String |
AUTH_OAUTH |
static String |
AUTH_OIDC |
static String |
AUTH_SAML |
static String |
AUTH_USERNAME_TOKEN |
static String |
KEY_DISPLAY_NAME |
static String |
KEY_DOCUMENTATION_URL |
static String |
KEY_PREFERENCE |
static String |
KEY_TYPE |
Modifier and Type | Method and Description |
---|---|
String |
getDisplayName() |
String |
getDocumentationUrl() |
CmisEndpoint |
getEndpoint()
Returns the associated CMIS endpoint.
|
Integer |
getPreference() |
String |
getType() |
boolean |
requiresCookies()
Returns if this authentication method requires cookies.
|
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
static final String KEY_TYPE
static final String KEY_DISPLAY_NAME
static final String KEY_DOCUMENTATION_URL
static final String KEY_PREFERENCE
static final String AUTH_NONE
static final String AUTH_BASIC
static final String AUTH_USERNAME_TOKEN
static final String AUTH_FORM
static final String AUTH_CERT
static final String AUTH_SAML
static final String AUTH_OAUTH
static final String AUTH_OIDC
static final String AUTH_NTLM
static final String AUTH_KERBEROS
static final String AUTH_LTPA
String getType()
String getDisplayName()
String getDocumentationUrl()
Integer getPreference()
CmisEndpoint getEndpoint()
null
boolean requiresCookies()
true
if cookies are required, false
if cookies
are not required (they may be recommended, though)Copyright © 2009–2017 The Apache Software Foundation. All rights reserved.