org.wildfly.extras.creaper.commands.security.realms
Class KerberosKeytab

java.lang.Object
  extended by org.wildfly.extras.creaper.commands.security.realms.KerberosKeytab

public final class KerberosKeytab
extends Object

Helper class which holds information about Keytab.


Nested Class Summary
static class KerberosKeytab.Builder
           
 
Method Summary
 Boolean getDebug()
           
 List<String> getForHosts()
           
 String getPath()
           
 String getPrincipal()
           
 String getRelativeTo()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPrincipal

public String getPrincipal()

getPath

public String getPath()

getRelativeTo

public String getRelativeTo()

getForHosts

public List<String> getForHosts()

getDebug

public Boolean getDebug()


Copyright © 2020. All rights reserved.