public final class Authorization extends Authorization implements RequestHeader, SensitiveHttpHeader, scala.Product, java.io.Serializable
HttpHeader.ParsingResult, HttpHeader.ParsingResult$
Constructor and Description |
---|
Authorization(HttpCredentials credentials) |
Modifier and Type | Method and Description |
---|---|
protected Authorization$ |
companion() |
HttpCredentials |
credentials() |
static java.lang.String |
lowercaseName() |
static java.lang.String |
name() |
static scala.util.Either<scala.collection.immutable.List<ErrorInfo>,T> |
parseFromValueString(java.lang.String value) |
static <R extends Rendering> |
render(R r) |
<R extends Rendering> |
renderValue(R r) |
basic, create, oauth2
fastFind, is, isNot, lowercaseName, name, parse, unapply, unsafeToString, value
parse, renderInRequests, renderInResponses
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
renderInRequests
lowercaseName, name, render, renderInResponses, value
toString
$init$, productArity, productElement, productElementName, productElementNames, productIterator, productPrefix
toString
render
public Authorization(HttpCredentials credentials)
public static java.lang.String name()
public static java.lang.String lowercaseName()
public static scala.util.Either<scala.collection.immutable.List<ErrorInfo>,T> parseFromValueString(java.lang.String value)
public HttpCredentials credentials()
credentials
in class Authorization
public <R extends Rendering> Rendering renderValue(R r)
renderValue
in interface ModeledHeader
protected Authorization$ companion()
companion
in interface ModeledHeader