Uses of Class
tech.greenfield.vertx.irked.auth.ParameterEncodedAuthorizationToken
-
Packages that use ParameterEncodedAuthorizationToken Package Description tech.greenfield.vertx.irked.auth -
-
Uses of ParameterEncodedAuthorizationToken in tech.greenfield.vertx.irked.auth
Subclasses of ParameterEncodedAuthorizationToken in tech.greenfield.vertx.irked.auth Modifier and Type Class Description classDigestAuthorizationTokenImplementation of the standard RFC 7616 Digest authentication scheme token Complete implementation of token validation and data access is provided, depending on the specified digest algorithm being available from the JVM cryptography provider.classHOBAAuthorizationTokenImplementation of the standard RFC 7486 Mututal authentication scheme token The token parameters are available from thegetParameter(String)method, though currently no validation is performed to make sure that all required fields are present.classMutualAuthorizationTokenImplementation of the standard RFC 8120 Mututal authentication scheme token The token parameters are available from thegetParameter(String)method, though currently no validation is performed to make sure that all required fields are present.classOAuthAuthorizationTokenImplementation of the standard RFC 5849 OAuth authentication scheme token.
-