Package | Description |
---|---|
org.forgerock.http.header |
Processes HTTP message header fields.
|
org.forgerock.http.header.authorization |
Credentials classes for use with the
AuthorizationHeader . |
Modifier and Type | Method and Description |
---|---|
<C> Optional<C> |
AuthorizationHeader.parseCredentials(CredentialsParser<C> parser)
Parse the credentials to a rich type.
|
Modifier and Type | Field and Description |
---|---|
static CredentialsParser<BearerToken> |
BearerToken.PARSER
The parser for
Bearer credentials. |
static CredentialsParser<BasicCredentials> |
BasicCredentials.PARSER
The parser for
Basic credentials. |
Copyright © 2010-2018, ForgeRock All Rights Reserved.