JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Deprecated API
Contents
Deprecated Methods
Deprecated Methods
Method and Description
io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper.accessToken(JsonObject)
io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper.acr(JsonObject)
io.vertx.rxjava.ext.web.handler.AuthHandler.addAuthorities(Set<String>)
io.vertx.rxjava.ext.web.handler.AuthHandler.addAuthority(String)
io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper.allowedOrigins(JsonObject)
io.vertx.rxjava.ext.web.handler.AuthHandler.authenticateHeader(RoutingContext)
io.vertx.rxjava.ext.web.handler.AuthHandler.authorize(User)
io.vertx.rxjava.ext.web.handler.AuthHandler.authorize(User, Handler<AsyncResult<Void>>)
io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper.authTime(JsonObject)
io.vertx.rxjava.ext.auth.oauth2.OAuth2Response.body()
io.vertx.rxjava.kafka.client.consumer.KafkaConsumerRecord.checksum()
io.vertx.rxjava.ext.auth.User.clearCache()
io.vertx.rxjava.ext.auth.jdbc.JDBCAuth.computeHash(String, String)
io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy.computeHash(String, String, int)
io.vertx.rxjava.ext.auth.jdbc.JDBCAuth.computeHash(String, String, int)
io.vertx.rxjava.ext.auth.ChainAuth.create()
io.vertx.rxjava.ext.web.handler.ChainAuthHandler.create()
io.vertx.rxjava.ext.auth.jdbc.JDBCAuthentication.create(JDBCClient, JDBCHashStrategy, JDBCAuthenticationOptions)
io.vertx.rxjava.ext.auth.mongo.MongoAuth.create(MongoClient, JsonObject)
io.vertx.rxjava.ext.web.handler.VirtualHostHandler.create(String, Handler<RoutingContext>)
io.vertx.rxjava.ext.auth.jdbc.JDBCAuth.create(Vertx, JDBCClient)
io.vertx.rxjava.ext.auth.shiro.ShiroAuth.create(Vertx, ShiroAuthOptions)
io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy.createPBKDF2(Vertx)
io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy.createSHA512(Vertx)
io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth.decodeToken(String)
io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth.decodeToken(String, Handler<AsyncResult<AccessToken>>)
io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper.email(JsonObject)
io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy.generateSalt()
io.vertx.rxjava.ext.auth.jdbc.JDBCAuth.generateSalt()
io.vertx.rxjava.ext.auth.mongo.MongoAuth.getCollectionName()
io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth.getFlowType()
io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy.getHashedStoredPwd(JsonArray)
io.vertx.rxjava.ext.auth.mongo.MongoAuth.getHashStrategy()
io.vertx.rxjava.ext.auth.oauth2.OAuth2Response.getHeader(String)
io.vertx.rxjava.ext.auth.mongo.MongoAuth.getPasswordCredentialField()
io.vertx.rxjava.ext.auth.mongo.MongoAuth.getPasswordField()
io.vertx.rxjava.ext.auth.mongo.MongoAuth.getPermissionField()
io.vertx.rxjava.core.cli.CommandLine.getRawValues(Option)
io.vertx.rxjava.ext.auth.mongo.MongoAuth.getRoleField()
io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy.getSalt(JsonArray)
io.vertx.rxjava.ext.auth.mongo.MongoAuth.getSaltField()
io.vertx.rxjava.ext.auth.mongo.MongoAuth.getUsernameCredentialField()
io.vertx.rxjava.ext.auth.mongo.MongoAuth.getUsernameField()
io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory.getValidationFailureHandler()
io.vertx.rxjava.ext.web.api.contract.RouterFactory.getValidationFailureHandler()
io.vertx.rxjava.ext.web.handler.AuthHandler.handle(RoutingContext)
io.vertx.rxjava.ext.web.handler.sockjs.SockJSHandler.handle(RoutingContext)
io.vertx.rxjava.ext.web.handler.VirtualHostHandler.handle(RoutingContext)
io.vertx.rxjava.ext.auth.oauth2.OAuth2Response.headers()
io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper.idToken(JsonObject)
io.vertx.rxjava.ext.auth.mongo.MongoAuth.insertUser(String, String, List<String>, List<String>)
io.vertx.rxjava.ext.auth.mongo.MongoAuth.insertUser(String, String, List<String>, List<String>, Handler<AsyncResult<String>>)
io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth.introspectToken(String)
io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth.introspectToken(String, Handler<AsyncResult<AccessToken>>)
io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth.introspectToken(String, String)
io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth.introspectToken(String, String, Handler<AsyncResult<AccessToken>>)
io.vertx.rxjava.ext.auth.oauth2.OAuth2Response.is(String)
io.vertx.rxjava.ext.auth.oauth2.OAuth2RBAC.isAuthorized(AccessToken, String)
io.vertx.rxjava.ext.auth.oauth2.OAuth2RBAC.isAuthorized(AccessToken, String, Handler<AsyncResult<Boolean>>)
io.vertx.rxjava.ext.auth.User.isAuthorized(Authorization)
io.vertx.rxjava.ext.auth.User.isAuthorized(Authorization, Handler<AsyncResult<Boolean>>)
io.vertx.rxjava.ext.auth.User.isAuthorized(String)
io.vertx.rxjava.ext.auth.User.isAuthorized(String, Handler<AsyncResult<Boolean>>)
io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy.isEqual(String, String)
io.vertx.rxjava.ext.auth.oauth2.OAuth2Response.jsonArray()
io.vertx.rxjava.ext.auth.oauth2.OAuth2Response.jsonObject()
io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth.loadJWK()
io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth.loadJWK(Handler<AsyncResult<Void>>)
io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper.name(JsonObject)
io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper.nickName(JsonObject)
io.vertx.rxjava.ext.web.RoutingContext.normalisedPath()
io.vertx.rxjava.ext.web.handler.AuthHandler.parseCredentials(RoutingContext)
io.vertx.rxjava.ext.web.handler.AuthHandler.parseCredentials(RoutingContext, Handler<AsyncResult<Credentials>>)
io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper.parseToken(String)
io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper.preferredUsername(JsonObject)
io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper.rawAccessToken(JsonObject)
io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper.rawIdToken(JsonObject)
io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth.rbacHandler(OAuth2RBAC)
io.vertx.rxjava.ext.web.handler.AuthHandler.rxAuthorize(User)
io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth.rxDecodeToken(String)
io.vertx.rxjava.ext.auth.mongo.MongoAuth.rxInsertUser(String, String, List<String>, List<String>)
io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth.rxIntrospectToken(String)
io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth.rxIntrospectToken(String, String)
io.vertx.rxjava.ext.auth.oauth2.OAuth2RBAC.rxIsAuthorized(AccessToken, String)
io.vertx.rxjava.ext.auth.User.rxIsAuthorized(Authorization)
io.vertx.rxjava.ext.auth.User.rxIsAuthorized(String)
io.vertx.rxjava.ext.auth.oauth2.OAuth2Auth.rxLoadJWK()
io.vertx.rxjava.ext.web.handler.AuthHandler.rxParseCredentials(RoutingContext)
io.vertx.rxjava.ext.auth.oauth2.KeycloakHelper.sessionState(JsonObject)
io.vertx.rxjava.ext.auth.jdbc.JDBCAuth.setAuthenticationQuery(String)
io.vertx.rxjava.ext.auth.User.setAuthProvider(AuthProvider)
io.vertx.rxjava.ext.web.handler.SessionHandler.setAuthProvider(AuthProvider)
io.vertx.rxjava.ext.auth.mongo.MongoAuth.setCollectionName(String)
io.vertx.rxjava.ext.auth.mongo.MongoAuth.setHashAlgorithm(HashAlgorithm)
io.vertx.rxjava.ext.auth.mongo.MongoAuth.setHashStrategy(HashStrategy)
io.vertx.rxjava.ext.auth.jdbc.JDBCHashStrategy.setNonces(JsonArray)
io.vertx.rxjava.ext.auth.jdbc.JDBCAuth.setNonces(JsonArray)
io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory.setNotImplementedFailureHandler(Handler<RoutingContext>)
io.vertx.rxjava.ext.web.api.contract.RouterFactory.setNotImplementedFailureHandler(Handler<RoutingContext>)
io.vertx.rxjava.ext.auth.mongo.MongoAuth.setPasswordCredentialField(String)
io.vertx.rxjava.ext.auth.mongo.MongoAuth.setPasswordField(String)
io.vertx.rxjava.ext.auth.mongo.MongoAuth.setPermissionField(String)
io.vertx.rxjava.ext.auth.jdbc.JDBCAuth.setPermissionsQuery(String)
io.vertx.rxjava.ext.sql.SQLConnection.setQueryTimeout(int)
io.vertx.rxjava.ext.auth.mongo.MongoAuth.setRoleField(String)
io.vertx.rxjava.ext.auth.jdbc.JDBCAuth.setRolePrefix(String)
io.vertx.rxjava.ext.auth.jdbc.JDBCAuth.setRolesQuery(String)
io.vertx.rxjava.ext.auth.mongo.MongoAuth.setSaltField(String)
io.vertx.rxjava.ext.auth.mongo.MongoAuth.setUsernameCredentialField(String)
io.vertx.rxjava.ext.auth.mongo.MongoAuth.setUsernameField(String)
io.vertx.rxjava.ext.web.api.contract.openapi3.OpenAPI3RouterFactory.setValidationFailureHandler(Handler<RoutingContext>)
io.vertx.rxjava.ext.web.api.contract.RouterFactory.setValidationFailureHandler(Handler<RoutingContext>)
io.vertx.rxjava.ext.auth.oauth2.OAuth2Response.statusCode()
io.vertx.rxjava.ext.web.Route.useNormalisedPath(boolean)
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2020 Eclipse. All rights reserved.