| Constructor and Description |
|---|
KrbConfig() |
| 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()
Get allowable clock skew.
|
boolean |
getAllowWeakCrypto()
Get whether allow weak crypto.
|
LinkedList<String> |
getCapath(String sourceRealm,
String destRealm)
Get capath of specified realms.
|
String |
getDefaultRealm()
Get default realm.
|
List<EncryptionType> |
getDefaultTgsEnctypes()
Get default tgs encryption types.
|
List<EncryptionType> |
getDefaultTktEnctypes()
Get default ticket encryption types.
|
boolean |
getDnsLookUpKdc()
Get whether dns look up kdc.
|
boolean |
getDnsLookUpRealm()
Get whether dns look up realm.
|
List<EncryptionType> |
getEncryptionTypes()
Get encryption types.
|
String |
getKdcHost()
Get KDC host name
|
int |
getKdcPort()
Get KDC port, as both TCP and UDP ports
|
String |
getKdcRealm()
Get KDC realm.
|
int |
getKdcTcpPort()
Get KDC TCP port
|
int |
getKdcUdpPort()
Get KDC UDP port
|
long |
getMaximumRenewableLifetime()
Get maximum renewable life time.
|
long |
getMaximumTicketLifetime()
Get maximum ticket life time.
|
long |
getMinimumTicketLifetime()
Get minimum ticket life time.
|
List<String> |
getPkinitAnchors() |
List<String> |
getPkinitIdentities() |
String |
getPkinitKdcHostName() |
Map<String,Object> |
getRealmSection(String realm) |
List<Object> |
getRealmSectionItems(String realm,
String key) |
String |
getRenewLifetime()
Get renew life time.
|
String |
getTgsPrincipal()
Get tgs principal.
|
String |
getTicketLifetime()
Get ticket life time.
|
boolean |
isBodyChecksumVerified()
Get whether body checksum verified.
|
boolean |
isEmptyAddressesAllowed()
Get whether empty addresses allowed.
|
boolean |
isForwardableAllowed()
Get whether forward is allowed.
|
boolean |
isPaEncTimestampRequired()
Get whether pa encrypt timestamp required.
|
boolean |
isPostdatedAllowed()
Get whether post dated is allowed.
|
boolean |
isPreauthRequired()
Get whether preauth is required.
|
boolean |
isProxiableAllowed()
Get whether proxy is allowed.
|
boolean |
isRenewableAllowed()
Get whether renew is allowed.
|
addKrb5Config, getBoolean, getEncryptionTypes, getEncryptionTypes, getEncTypes, getInt, getLong, getSection, 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 getKdcHost()
public int getKdcPort()
public int getKdcTcpPort()
public boolean allowUdp()
public boolean allowTcp()
public int getKdcUdpPort()
public String getKdcRealm()
public boolean isPreauthRequired()
public String getTgsPrincipal()
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 String getDefaultRealm()
public boolean getDnsLookUpKdc()
public boolean getDnsLookUpRealm()
public boolean getAllowWeakCrypto()
public String getTicketLifetime()
public String getRenewLifetime()
public List<EncryptionType> getDefaultTgsEnctypes()
public List<EncryptionType> getDefaultTktEnctypes()
public String getPkinitKdcHostName()
public LinkedList<String> getCapath(String sourceRealm, String destRealm) throws KrbException
sourceRealm - source realmdestRealm - dest realmKrbExceptionCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.