public class KerberosServerIdentity<T extends KerberosServerIdentity<T>> extends Object
Modifier and Type | Class and Description |
---|---|
static class |
KerberosServerIdentity.KerberosServerIdentityResources
Child mutators for KerberosServerIdentity
|
Constructor and Description |
---|
KerberosServerIdentity() |
Modifier and Type | Method and Description |
---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Adds a property change listener
|
String |
getKey() |
T |
keytab(Keytab value)
Add the Keytab object to the list of subresources
|
T |
keytab(KeytabSupplier supplier)
Install a supplied Keytab object to the list of subresources
|
T |
keytab(String childKey)
Create and configure a Keytab object to the list of subresources
|
T |
keytab(String childKey,
KeytabConsumer consumer)
Create and configure a Keytab object to the list of subresources
|
T |
keytabs(List<Keytab> value)
Add all Keytab objects to this subresource
|
void |
removePropertyChangeListener(PropertyChangeListener listener)
Removes a property change listener
|
KerberosServerIdentity.KerberosServerIdentityResources |
subresources() |
public String getKey()
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removePropertyChangeListener(PropertyChangeListener listener)
public KerberosServerIdentity.KerberosServerIdentityResources subresources()
public T keytabs(List<Keytab> value)
value
- List of Keytab objects.public T keytab(Keytab value)
value
- The Keytab to addpublic T keytab(String childKey, KeytabConsumer consumer)
key
- The key for the Keytab resourceconfig
- The KeytabConsumer to usepublic T keytab(String childKey)
key
- The key for the Keytab resourcepublic T keytab(KeytabSupplier supplier)
Copyright © 2019 JBoss by Red Hat. All rights reserved.