Uses of Interface
de.msi.oauth.flow.params.header.fields.HeaderField
| Package | Description |
|---|---|
| de.msi.oauth.flow.params.header.fields | |
| de.msi.oauth.flow.signature.base |
-
Uses of HeaderField in de.msi.oauth.flow.params.header.fields
Methods in de.msi.oauth.flow.params.header.fields that return HeaderField Modifier and Type Method Description static HeaderFieldHeaderField. of(String key)Creates a new instance of aHeaderFieldwith an empty (null) value.static HeaderFieldHeaderField. of(String key, String value)Creates a new instance of aHeaderField.Methods in de.msi.oauth.flow.params.header.fields that return types with arguments of type HeaderField Modifier and Type Method Description Collection<HeaderField>HeaderFields. fields()Retrieve the header fields, represented as aMapwhereas thekeyof every entry represents a header field's key and thevalueof every entry represents its associated header field's value.Method parameters in de.msi.oauth.flow.params.header.fields with type arguments of type HeaderField Modifier and Type Method Description static HeaderFieldsHeaderFields. of(Set<? extends HeaderField> headerFields)Creates a new instance ofHeaderFields. -
Uses of HeaderField in de.msi.oauth.flow.signature.base
Methods in de.msi.oauth.flow.signature.base with parameters of type HeaderField Modifier and Type Method Description SignatureBaseStringBuilderDefaultSignatureBaseStringBuilder. add(HeaderField headerField)SignatureBaseStringBuilderSignatureBaseStringBuilder. add(HeaderField headerField)Add a newHeaderField.