org.wildfly.extras.creaper.commands.elytron.authenticationclient
Class AddAuthenticationContext.MatchRuleBuilder

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.elytron.authenticationclient.AddAuthenticationContext.MatchRuleBuilder
Enclosing class:
AddAuthenticationContext

public static final class AddAuthenticationContext.MatchRuleBuilder
extends Object


Constructor Summary
AddAuthenticationContext.MatchRuleBuilder()
           
 
Method Summary
 AddAuthenticationContext.MatchRuleBuilder authenticationConfiguration(String authenticationConfiguration)
           
 AddAuthenticationContext.MatchRule build()
           
 AddAuthenticationContext.MatchRuleBuilder matchAbstractType(String matchAbstractType)
           
 AddAuthenticationContext.MatchRuleBuilder matchAbstractTypeAuthority(String matchAbstractTypeAuthority)
           
 AddAuthenticationContext.MatchRuleBuilder matchHost(String matchHost)
           
 AddAuthenticationContext.MatchRuleBuilder matchLocalSecurityDomain(String matchLocalSecurityDomain)
           
 AddAuthenticationContext.MatchRuleBuilder matchNoUser(Boolean matchNoUser)
           
 AddAuthenticationContext.MatchRuleBuilder matchPath(String matchPath)
           
 AddAuthenticationContext.MatchRuleBuilder matchPort(Integer matchPort)
           
 AddAuthenticationContext.MatchRuleBuilder matchProtocol(String matchProtocol)
           
 AddAuthenticationContext.MatchRuleBuilder matchUrn(String matchUrn)
           
 AddAuthenticationContext.MatchRuleBuilder matchUser(String matchUser)
           
 AddAuthenticationContext.MatchRuleBuilder sslContext(String sslContext)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddAuthenticationContext.MatchRuleBuilder

public AddAuthenticationContext.MatchRuleBuilder()
Method Detail

matchAbstractType

public AddAuthenticationContext.MatchRuleBuilder matchAbstractType(String matchAbstractType)

matchAbstractTypeAuthority

public AddAuthenticationContext.MatchRuleBuilder matchAbstractTypeAuthority(String matchAbstractTypeAuthority)

matchHost

public AddAuthenticationContext.MatchRuleBuilder matchHost(String matchHost)

matchLocalSecurityDomain

public AddAuthenticationContext.MatchRuleBuilder matchLocalSecurityDomain(String matchLocalSecurityDomain)

matchNoUser

public AddAuthenticationContext.MatchRuleBuilder matchNoUser(Boolean matchNoUser)

matchPath

public AddAuthenticationContext.MatchRuleBuilder matchPath(String matchPath)

matchPort

public AddAuthenticationContext.MatchRuleBuilder matchPort(Integer matchPort)

matchProtocol

public AddAuthenticationContext.MatchRuleBuilder matchProtocol(String matchProtocol)

matchUrn

public AddAuthenticationContext.MatchRuleBuilder matchUrn(String matchUrn)

matchUser

public AddAuthenticationContext.MatchRuleBuilder matchUser(String matchUser)

authenticationConfiguration

public AddAuthenticationContext.MatchRuleBuilder authenticationConfiguration(String authenticationConfiguration)

sslContext

public AddAuthenticationContext.MatchRuleBuilder sslContext(String sslContext)

build

public AddAuthenticationContext.MatchRule build()


Copyright © 2020. All rights reserved.