public class CmisAuthenticationImpl extends LinkedHashMap<String,Object> implements CmisAuthentication
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>AUTH_BASIC, AUTH_CERT, AUTH_FORM, AUTH_KERBEROS, AUTH_LTPA, AUTH_NONE, AUTH_NTLM, AUTH_OAUTH, AUTH_OIDC, AUTH_SAML, AUTH_USERNAME_TOKEN, KEY_DISPLAY_NAME, KEY_DOCUMENTATION_URL, KEY_PREFERENCE, KEY_TYPE| Constructor and Description |
|---|
CmisAuthenticationImpl(CmisEndpoint endpoint) |
CmisAuthenticationImpl(CmisEndpoint endpoint,
String type) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDisplayName() |
String |
getDocumentationUrl() |
CmisEndpoint |
getEndpoint() |
Integer |
getPreference() |
protected String |
getString(String key) |
String |
getType() |
boolean |
requiresCookies() |
clear, containsValue, entrySet, forEach, get, getOrDefault, keySet, removeEldestEntry, replaceAll, valuesclone, compute, computeIfAbsent, computeIfPresent, containsKey, isEmpty, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, sizeequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitclear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuespublic CmisAuthenticationImpl(CmisEndpoint endpoint)
public CmisAuthenticationImpl(CmisEndpoint endpoint, String type)
public String getType()
getType in interface CmisAuthenticationpublic String getDisplayName()
getDisplayName in interface CmisAuthenticationpublic String getDocumentationUrl()
getDocumentationUrl in interface CmisAuthenticationpublic Integer getPreference()
getPreference in interface CmisAuthenticationpublic CmisEndpoint getEndpoint()
getEndpoint in interface CmisAuthenticationpublic boolean requiresCookies()
requiresCookies in interface CmisAuthenticationCopyright © 2009–2017 The Apache Software Foundation. All rights reserved.