public class KdcServerBean extends DSBasedServerBean
| Constructor and Description |
|---|
KdcServerBean()
Create a new KdcServerBean instance
|
| Modifier and Type | Method and Description |
|---|---|
void |
addKrbEncryptionTypes(String... krbEncryptionTypes)
Initialize the encryptionTypes set
|
long |
getKrbAllowableClockSkew()
Returns the allowable clock skew.
|
List<String> |
getKrbEncryptionTypes()
Returns the encryption types.
|
long |
getKrbMaximumRenewableLifetime() |
long |
getKrbMaximumTicketLifetime() |
String |
getKrbPrimaryRealm()
Returns the primary realm.
|
boolean |
isKrbBodyChecksumVerified() |
boolean |
isKrbEmptyAddressesAllowed() |
boolean |
isKrbForwardableAllowed() |
boolean |
isKrbPaEncTimestampRequired()
Returns whether pre-authentication by encrypted timestamp is required.
|
boolean |
isKrbPostdatedAllowed() |
boolean |
isKrbProxiableAllowed() |
boolean |
isKrbRenewableAllowed() |
void |
setKrbAllowableClockSkew(long krbAllowableClockSkew) |
void |
setKrbBodyChecksumVerified(boolean krbBodyChecksumVerified) |
void |
setKrbEmptyAddressesAllowed(boolean krbEmptyAddressesAllowed) |
void |
setKrbForwardableAllowed(boolean krbForwardableAllowed) |
void |
setKrbMaximumRenewableLifetime(long krbMaximumRenewableLifetime) |
void |
setKrbMaximumTicketLifetime(long krbMaximumTicketLifetime) |
void |
setKrbPaEncTimestampRequired(boolean krbPaEncTimestampRequired) |
void |
setKrbPostdatedAllowed(boolean krbPostdatedAllowed) |
void |
setKrbPrimaryRealm(String krbPrimaryRealm) |
void |
setKrbProxiableAllowed(boolean krbProxiableAllowed) |
void |
setKrbRenewableAllowed(boolean krbRenewableAllowed) |
String |
toString() |
String |
toString(String tabs) |
getSearchBaseDn, setSearchBaseDnaddTransports, getServerId, getTransports, setServerId, setTransportsgetDescription, getDn, isDisabled, isEnabled, setDescription, setDn, setEnabled, toString, toString, toString, toStringpublic KdcServerBean()
public long getKrbAllowableClockSkew()
public void setKrbAllowableClockSkew(long krbAllowableClockSkew)
krbAllowableClockSkew - the allowableClockSkew to setpublic List<String> getKrbEncryptionTypes()
public void addKrbEncryptionTypes(String... krbEncryptionTypes)
krbEncryptionTypes - the encryptionTypes to setpublic boolean isKrbEmptyAddressesAllowed()
public void setKrbEmptyAddressesAllowed(boolean krbEmptyAddressesAllowed)
krbEmptyAddressesAllowed - the krbEmptyAddressesAllowed to setpublic boolean isKrbForwardableAllowed()
public void setKrbForwardableAllowed(boolean krbForwardableAllowed)
krbForwardableAllowed - the krbForwardableAllowed to setpublic boolean isKrbPaEncTimestampRequired()
public void setKrbPaEncTimestampRequired(boolean krbPaEncTimestampRequired)
krbPaEncTimestampRequired - the krbPaEncTimestampRequired to setpublic boolean isKrbPostdatedAllowed()
public void setKrbPostdatedAllowed(boolean krbPostdatedAllowed)
krbPostdatedAllowed - the krbPostdatedAllowed to setpublic boolean isKrbProxiableAllowed()
public void setKrbProxiableAllowed(boolean krbProxiableAllowed)
krbProxiableAllowed - the krbProxiableAllowed to setpublic boolean isKrbRenewableAllowed()
public void setKrbRenewableAllowed(boolean krbRenewableAllowed)
krbRenewableAllowed - the krbRenewableAllowed to setpublic long getKrbMaximumRenewableLifetime()
public void setKrbMaximumRenewableLifetime(long krbMaximumRenewableLifetime)
krbMaximumRenewableLifetime - the krbMaximumRenewableLifetime to setpublic long getKrbMaximumTicketLifetime()
public void setKrbMaximumTicketLifetime(long krbMaximumTicketLifetime)
krbMaximumTicketLifetime - the krbMaximumTicketLifetime to setpublic String getKrbPrimaryRealm()
public void setKrbPrimaryRealm(String krbPrimaryRealm)
krbPrimaryRealm - the krbPrimaryRealm to setpublic boolean isKrbBodyChecksumVerified()
public void setKrbBodyChecksumVerified(boolean krbBodyChecksumVerified)
krbBodyChecksumVerified - the krbBodyChecksumVerified to setpublic String toString(String tabs)
toString in class DSBasedServerBeanpublic String toString()
toString in class DSBasedServerBeanCopyright © 2003–2018 The Apache Software Foundation. All rights reserved.