Uses of Class
org.forgerock.http.header.authorization.BasicCredentials
-
Packages that use BasicCredentials Package Description org.forgerock.http.header.authorization Credentials classes for use with theAuthorizationHeader
. -
-
Uses of BasicCredentials in org.forgerock.http.header.authorization
Fields in org.forgerock.http.header.authorization with type parameters of type BasicCredentials Modifier and Type Field Description static CredentialsParser<BasicCredentials>
BasicCredentials. PARSER
The parser forBasic
credentials.
-