| Constructor and Description |
|---|
KdcConfig() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
allowTcp()
Is to allow TCP for KDC
|
Boolean |
allowUdp()
Is to allow UDP for KDC
|
boolean |
enableDebug() |
long |
getAllowableClockSkew() |
String |
getDecryptionKeyConfig() |
List<EncryptionType> |
getEncryptionTypes() |
List<String> |
getIssuers() |
String |
getKdcDomain() |
String |
getKdcHost() |
int |
getKdcMaxDgramReplySize() |
int |
getKdcPort() |
String |
getKdcRealm() |
String |
getKdcServiceName() |
int |
getKdcTcpPort() |
int |
getKdcUdpPort() |
long |
getMaximumRenewableLifetime() |
long |
getMaximumTicketLifetime() |
long |
getMinimumTicketLifetime() |
List<String> |
getPkinitAnchors() |
String |
getPkinitIdentity() |
String |
getVerifyKeyConfig() |
boolean |
isAllowTokenPreauth() |
boolean |
isBodyChecksumVerified() |
boolean |
isEmptyAddressesAllowed() |
boolean |
isForwardableAllowed() |
boolean |
isPaEncTimestampRequired() |
boolean |
isPostdatedAllowed() |
boolean |
isPreauthRequired() |
boolean |
isProxiableAllowed() |
boolean |
isRenewableAllowed() |
boolean |
isRestrictAnonymousToTgt() |
addKrb5Config, getBoolean, getEncryptionTypes, getEncryptionTypes, getEncTypes, getInt, getLong, getString, getStringArrayaddIniConfig, addJsonConfig, addMapConfig, addPropertiesConfig, addPropertiesConfig, addResource, addXmlConfig, getBoolean, getBoolean, getBoolean, getClass, getClass, getClass, getConfig, getConfig, getFloat, getFloat, getFloat, getInstance, getInstance, getInstance, getInt, getInt, getInt, getList, getList, getList, getLong, getLong, getLong, getNames, getResource, getString, getString, getString, getTrimmed, getTrimmed, reload, setBoolean, setBoolean, setFloat, setFloat, setInt, setInt, setLong, setLong, setString, setStringpublic boolean enableDebug()
public String getKdcServiceName()
public String getKdcHost()
public int getKdcPort()
public int getKdcTcpPort()
public Boolean allowTcp()
public Boolean allowUdp()
public int getKdcUdpPort()
public String getKdcRealm()
public String getKdcDomain()
public boolean isPreauthRequired()
public boolean isAllowTokenPreauth()
public long getAllowableClockSkew()
public boolean isEmptyAddressesAllowed()
public boolean isForwardableAllowed()
public boolean isPostdatedAllowed()
public boolean isProxiableAllowed()
public boolean isRenewableAllowed()
public long getMaximumRenewableLifetime()
public long getMaximumTicketLifetime()
public long getMinimumTicketLifetime()
public List<EncryptionType> getEncryptionTypes()
public boolean isPaEncTimestampRequired()
public boolean isBodyChecksumVerified()
public boolean isRestrictAnonymousToTgt()
public int getKdcMaxDgramReplySize()
public String getVerifyKeyConfig()
public String getDecryptionKeyConfig()
public String getPkinitIdentity()
Copyright © 2014–2016 The Apache Software Foundation. All rights reserved.