Interface UnisonConfigManager
- All Known Implementing Classes:
OpenUnisonConfigManager
,UnisonConfigManagerImpl
public interface UnisonConfigManager
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addReloadNotifier
(ReloadNotification notifier) void
void
void
createAnonUser
(jakarta.servlet.http.HttpSession sharedSession) getAuthMech
(String uri) getCertificate
(String alias) getCfg()
jakarta.servlet.ServletContext
int
int
getMyVD()
int
getPrivateKey
(String alias) getResultGroup
(String name) getSecretKey
(String alias) int
void
initialize
(String name) boolean
void
void
void
void
void
setPaasRoleAttribute
(String paasRoleAttribute) void
setPaasUserPrinicipalAttribute
(String paasUserPrinicipalAttribute)
-
Method Details
-
getConfigXmlPath
String getConfigXmlPath() -
getAuthMechs
HashMap<String,MechanismType> getAuthMechs() -
getCfg
TremoloType getCfg() -
initialize
void initialize(String name) throws jakarta.xml.bind.JAXBException, Exception, IOException, FileNotFoundException, InstantiationException, IllegalAccessException, ClassNotFoundException, com.novell.ldap.LDAPException, KeyStoreException, NoSuchAlgorithmException, CertificateException, ProvisioningException - Throws:
jakarta.xml.bind.JAXBException
Exception
IOException
FileNotFoundException
InstantiationException
IllegalAccessException
ClassNotFoundException
com.novell.ldap.LDAPException
KeyStoreException
NoSuchAlgorithmException
CertificateException
ProvisioningException
-
getAuthChains
HashMap<String,AuthChainType> getAuthChains() -
findURL
-
getResultGroup
-
getMyVD
MyVDConnection getMyVD() -
getSecretKey
-
getApp
-
loadFilters
void loadFilters() -
loadAuthMechs
void loadAuthMechs() throws jakarta.servlet.ServletException- Throws:
jakarta.servlet.ServletException
-
getAuthMech
-
getCertificate
-
getProvisioningEngine
ProvisioningEngine getProvisioningEngine() -
reloadConfig
-
getPrivateKey
-
getKeyStore
KeyStore getKeyStore() -
getKeyManagerFactory
KeyManagerFactory getKeyManagerFactory() -
addThread
-
clearThreads
void clearThreads() -
addReloadNotifier
-
notifyReload
void notifyReload() -
isForceToSSL
boolean isForceToSSL() -
getOpenPort
int getOpenPort() -
getSecurePort
int getSecurePort() -
getExternalOpenPort
int getExternalOpenPort() -
getExternalSecurePort
int getExternalSecurePort() -
createAnonUser
void createAnonUser(jakarta.servlet.http.HttpSession sharedSession) -
getAuthPath
String getAuthPath() -
getAuthFormsPath
String getAuthFormsPath() -
getAuthIdPPath
String getAuthIdPPath() -
getPaasUserPrinicipalAttribute
String getPaasUserPrinicipalAttribute() -
setPaasUserPrinicipalAttribute
-
getPaasRoleAttribute
String getPaasRoleAttribute() -
setPaasRoleAttribute
-
getContextPath
String getContextPath() -
getContext
jakarta.servlet.ServletContext getContext()
-