public class AuthenticationScheme extends MultiComplexNode
| Constructor and Description |
|---|
AuthenticationScheme(String type,
Boolean primary,
String display,
String value,
String ref) |
AuthenticationScheme(String name,
String description,
String type,
String specUri,
String documentationUri,
Boolean primary,
String display,
String value,
String ref) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAuthenticationType()
The authentication scheme.
|
String |
getDescription()
A description of the authentication scheme.
|
Optional<String> |
getDocumentationUri()
An HTTP-addressable URL pointing to the authentication scheme's usage documentation.
|
String |
getName()
The common authentication scheme name, e.g., HTTP Basic.
|
Optional<String> |
getSpecUri()
An HTTP-addressable URL pointing to the authentication scheme's specification.
|
void |
setAuthenticationType(String type)
The authentication scheme.
|
void |
setDescription(String description)
A description of the authentication scheme.
|
void |
setDocumentationUri(String documentationUri)
An HTTP-addressable URL pointing to the authentication scheme's usage documentation.
|
void |
setName(String name)
The common authentication scheme name, e.g., HTTP Basic.
|
void |
setSpecUri(String specUri)
An HTTP-addressable URL pointing to the authentication scheme's specification.
|
getDisplay, getRef, getType, getValue, isPrimary, setDisplay, setPrimary, setRef, setType, setValueaddAttribute, getArrayAttribute, getBooleanAttribute, getDateTimeAttribute, getDoubleAttribute, getIntegerAttribute, getLongAttribute, getObjectAttribute, getSimpleArrayAttribute, getSimpleArrayAttribute, getSimpleArrayAttributeSet, getSimpleArrayAttributeSet, getStringAttribute, getStringAttribute, isEmpty, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttributeList, setDateTimeAttribute, setDateTimeAttribute, setDateTimeAttribute, setDateTimeAttribute, setStringAttributeList, setStringAttributeList, toPrettyString, toString_at, _childrenEqual, _put, asToken, deepCopy, elements, equals, equals, fieldNames, fields, findParent, findParents, findValue, findValues, findValuesAsText, get, get, getNodeType, hashCode, isEmpty, isObject, path, path, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, put, putAll, putAll, putArray, putNull, putObject, putPOJO, putRawValue, remove, remove, removeAll, replace, required, retain, retain, serialize, serializeWithType, set, setAll, setAll, size, with, withArray, without, withoutarrayNode, arrayNode, asText, binaryNode, binaryNode, booleanNode, missingNode, nullNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, numberNode, objectNode, pojoNode, rawValueNode, textNodefindPath, numberType, required, traverse, traverse_reportRequiredViolation, _this, asBoolean, asBoolean, asDouble, asDouble, asInt, asInt, asLong, asLong, asText, at, at, bigIntegerValue, binaryValue, booleanValue, canConvertToInt, canConvertToLong, decimalValue, doubleValue, findParents, findValues, findValuesAsText, floatValue, has, has, hasNonNull, hasNonNull, intValue, isArray, isBigDecimal, isBigInteger, isBinary, isBoolean, isContainerNode, isDouble, isFloat, isFloatingPointNumber, isInt, isIntegralNumber, isLong, isMissingNode, isNull, isNumber, isPojo, isShort, isTextual, isValueNode, iterator, longValue, numberValue, require, requiredAt, requiredAt, requireNonNull, shortValue, textValueclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAttributeDescription, getAttributeName, getCanonicalValues, getMutability, getReferenceTypes, getReturned, getSchemaAttribute, getScimNodeName, getUniqueness, getValueType, isCaseExact, isMultiValued, isRequiredforEach, spliteratorpublic AuthenticationScheme(String name, String description, String type, String specUri, String documentationUri, Boolean primary, String display, String value, String ref)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public String getAuthenticationType()
public void setAuthenticationType(String type)
public Optional<String> getSpecUri()
public void setSpecUri(String specUri)
public Optional<String> getDocumentationUri()
public void setDocumentationUri(String documentationUri)
Copyright © 2020. All rights reserved.