org.wildfly.extras.creaper.commands.elytron.realm
Class AddTokenRealm.Oauth2IntrospectionBuilder

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.elytron.realm.AddTokenRealm.Oauth2IntrospectionBuilder
Enclosing class:
AddTokenRealm

public static final class AddTokenRealm.Oauth2IntrospectionBuilder
extends Object


Constructor Summary
AddTokenRealm.Oauth2IntrospectionBuilder()
           
 
Method Summary
 AddTokenRealm.Oauth2Introspection build()
           
 AddTokenRealm.Oauth2IntrospectionBuilder clientId(String clientId)
           
 AddTokenRealm.Oauth2IntrospectionBuilder clientSecret(String clientSecret)
           
 AddTokenRealm.Oauth2IntrospectionBuilder clientSslContext(String clientSslContext)
           
 AddTokenRealm.Oauth2IntrospectionBuilder hostNameVerificationPolicy(String hostNameVerificationPolicy)
           
 AddTokenRealm.Oauth2IntrospectionBuilder introspectionUrl(String introspectionUrl)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddTokenRealm.Oauth2IntrospectionBuilder

public AddTokenRealm.Oauth2IntrospectionBuilder()
Method Detail

clientId

public AddTokenRealm.Oauth2IntrospectionBuilder clientId(String clientId)

clientSecret

public AddTokenRealm.Oauth2IntrospectionBuilder clientSecret(String clientSecret)

introspectionUrl

public AddTokenRealm.Oauth2IntrospectionBuilder introspectionUrl(String introspectionUrl)

clientSslContext

public AddTokenRealm.Oauth2IntrospectionBuilder clientSslContext(String clientSslContext)

hostNameVerificationPolicy

public AddTokenRealm.Oauth2IntrospectionBuilder hostNameVerificationPolicy(String hostNameVerificationPolicy)

build

public AddTokenRealm.Oauth2Introspection build()


Copyright © 2020. All rights reserved.