public class Keytab<T extends Keytab<T>> extends Object
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
Boolean |
debug()
Should additional debug logging be enabled during TGT acquisition?
|
T |
debug(Boolean value)
Should additional debug logging be enabled during TGT acquisition?
|
T |
forHost(String value)
A server can be accessed using different host names, this attribute
specifies which host names this keytab can be used with.
|
List<String> |
forHosts()
A server can be accessed using different host names, this attribute
specifies which host names this keytab can be used with.
|
T |
forHosts(List<String> value)
A server can be accessed using different host names, this attribute
specifies which host names this keytab can be used with.
|
T |
forHosts(String... args)
A server can be accessed using different host names, this attribute
specifies which host names this keytab can be used with.
|
String |
getKey() |
String |
path()
The path to the keytab.
|
T |
path(String value)
The path to the keytab.
|
String |
relativeTo()
The name of another previously named path, or of one of the standard
paths provided by the system.
|
T |
relativeTo(String value)
The name of another previously named path, or of one of the standard
paths provided by the system.
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
public Keytab(String key)
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public Boolean debug()
public T debug(Boolean value)
public List<String> forHosts()
public T forHosts(List<String> value)
public T forHost(String value)
public T forHosts(String... args)
public String path()
public String relativeTo()
Copyright © 2019 JBoss by Red Hat. All rights reserved.