org.wildfly.extras.creaper.commands.security.realms
Class AddLocalAuthentication.Builder

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.security.realms.AddLocalAuthentication.Builder
Enclosing class:
AddLocalAuthentication

public static final class AddLocalAuthentication.Builder
extends Object


Constructor Summary
AddLocalAuthentication.Builder(String securityRealmName)
           
 
Method Summary
 AddLocalAuthentication.Builder allowedUsers(String allowedUsers)
           
 AddLocalAuthentication build()
           
 AddLocalAuthentication.Builder defaultUser(String defaultUser)
           
 THIS replaceExisting()
          This can cause server reload!
 AddLocalAuthentication.Builder skipGroupLoading(Boolean skipGroupLoading)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddLocalAuthentication.Builder

public AddLocalAuthentication.Builder(String securityRealmName)
Method Detail

allowedUsers

public AddLocalAuthentication.Builder allowedUsers(String allowedUsers)

defaultUser

public AddLocalAuthentication.Builder defaultUser(String defaultUser)

skipGroupLoading

public AddLocalAuthentication.Builder skipGroupLoading(Boolean skipGroupLoading)

build

public AddLocalAuthentication build()

replaceExisting

public final THIS replaceExisting()
This can cause server reload!



Copyright © 2016. All rights reserved.