public class KerberosConfiguration extends Configuration
KerberosConfiguration represents Kerberos
Configuration for web service clients and web service providers.
Configuration.Parameters
Modifier and Type | Field and Description |
---|---|
static String |
WSC_CONFIGURATION |
static String |
WSP_CONFIGURATION |
Constructor and Description |
---|
KerberosConfiguration(Configuration config)
Constructor
|
Modifier and Type | Method and Description |
---|---|
AppConfigurationEntry[] |
getAppConfigurationEntry(String appName)
Returns AppConfigurationEntry array for the application
using Kerberos module.
|
void |
refresh() |
void |
setKeyTab(String keytabFile)
Sets key tab file.
|
void |
setPrincipalName(String principalName)
Sets principal name.
|
void |
setRefreshConfig(String refresh)
Sets a boolean value to refresh the configuration.
|
void |
setTicketCacheDir(String dirName)
Sets kerberos ticket cache dir.
|
getConfiguration, getInstance, getInstance, getInstance, getParameters, getProvider, getType, setConfiguration
public static final String WSC_CONFIGURATION
public static final String WSP_CONFIGURATION
public KerberosConfiguration(Configuration config)
config
- public void setPrincipalName(String principalName)
principalName
- public void setKeyTab(String keytabFile)
keytabFile
- public void setRefreshConfig(String refresh)
refresh
- public void setTicketCacheDir(String dirName)
dirName
- the dierectory where the ticket cache is stored.public AppConfigurationEntry[] getAppConfigurationEntry(String appName)
getAppConfigurationEntry
in class Configuration
appName
- the configuration name.public void refresh()
refresh
in class Configuration
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.