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

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

public static final class AddKerberosAuthentication.Builder
extends Object


Constructor Summary
AddKerberosAuthentication.Builder(String securityRealmName)
           
 
Method Summary
 AddKerberosAuthentication.Builder addKeytab(KerberosKeytab keytab)
           
 AddKerberosAuthentication build()
           
 AddKerberosAuthentication.Builder removeRealm(boolean removeRealm)
           
 THIS replaceExisting()
          This can cause server reload!
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddKerberosAuthentication.Builder

public AddKerberosAuthentication.Builder(String securityRealmName)
Method Detail

removeRealm

public AddKerberosAuthentication.Builder removeRealm(boolean removeRealm)

addKeytab

public AddKerberosAuthentication.Builder addKeytab(KerberosKeytab keytab)

build

public AddKerberosAuthentication build()

replaceExisting

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



Copyright © 2016. All rights reserved.