Uses of Class
org.wildfly.security.auth.realm.token.validator.OAuth2IntrospectValidator.Builder
Packages that use OAuth2IntrospectValidator.Builder
Package
Description
Classes related to the different
TokenValidator implementations provided by Elytron.-
Uses of OAuth2IntrospectValidator.Builder in org.wildfly.security.auth.realm.token.validator
Methods in org.wildfly.security.auth.realm.token.validator that return OAuth2IntrospectValidator.BuilderModifier and TypeMethodDescriptionOAuth2IntrospectValidator.builder()Returns aOAuth2IntrospectValidator.Builderinstance that can be used to configure and create aOAuth2IntrospectValidator.The identifier of a client registered within the OAuth2 Authorization Server that will be used to authenticate this server in order to validate bearer tokens arriving to this server.OAuth2IntrospectValidator.Builder.clientSecret(String clientSecret) The secret of the client identified by the givenclientId.OAuth2IntrospectValidator.Builder.connectionTimeout(int connectionTimeout) Sets the connection timeout to a specified timeout, in milliseconds.OAuth2IntrospectValidator.Builder.readTimeout(int readTimeout) Sets the read timeout to a specified timeout, in milliseconds.OAuth2IntrospectValidator.Builder.tokenIntrospectionUrl(URL url) AnURLpointing to a RFC-7662 OAuth2 Token Introspection compatible endpoint.OAuth2IntrospectValidator.Builder.useSslContext(SSLContext sslContext) A predefinedSSLContextthat will be used to connect to the token introspection endpoint when using SSL/TLS.OAuth2IntrospectValidator.Builder.useSslHostnameVerifier(HostnameVerifier hostnameVerifier) AHostnameVerifierthat will be used to validate the hostname when using SSL/TLS.