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

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

public static final class AddAuthenticationContext.Builder
extends Object


Constructor Summary
AddAuthenticationContext.Builder(String name)
           
 
Method Summary
 AddAuthenticationContext.Builder addMatchRules(AddAuthenticationContext.MatchRule... matchRule)
           
 AddAuthenticationContext build()
           
 AddAuthenticationContext.Builder extend(String extend)
           
 AddAuthenticationContext.Builder replaceExisting()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddAuthenticationContext.Builder

public AddAuthenticationContext.Builder(String name)
Method Detail

extend

public AddAuthenticationContext.Builder extend(String extend)

addMatchRules

public AddAuthenticationContext.Builder addMatchRules(AddAuthenticationContext.MatchRule... matchRule)

replaceExisting

public AddAuthenticationContext.Builder replaceExisting()

build

public AddAuthenticationContext build()


Copyright © 2020. All rights reserved.