Uses of Interface
org.forgerock.http.header.authorization.CredentialsParser
-
Packages that use CredentialsParser Package Description org.forgerock.http.header Processes HTTP message header fields.org.forgerock.http.header.authorization Credentials classes for use with theAuthorizationHeader
. -
-
Uses of CredentialsParser in org.forgerock.http.header
Methods in org.forgerock.http.header with parameters of type CredentialsParser Modifier and Type Method Description <C> Optional<C>
AuthorizationHeader. parseCredentials(CredentialsParser<C> parser)
Parse the credentials to a rich type. -
Uses of CredentialsParser in org.forgerock.http.header.authorization
Fields in org.forgerock.http.header.authorization declared as CredentialsParser Modifier and Type Field Description static CredentialsParser<BasicCredentials>
BasicCredentials. PARSER
The parser forBasic
credentials.static CredentialsParser<BearerToken>
BearerToken. PARSER
The parser forBearer
credentials.
-