Interface UnisonConfigManager
- All Known Implementing Classes:
OpenUnisonConfigManager,UnisonConfigManagerImpl
public interface UnisonConfigManager
-
Method Summary
Modifier and TypeMethodDescriptionvoidaddReloadNotifier(ReloadNotification notifier) voidvoidvoidcreateAnonUser(jakarta.servlet.http.HttpSession sharedSession) getAuthMech(String uri) getCertificate(String alias) getCfg()jakarta.servlet.ServletContextintintgetMyVD()intgetPrivateKey(String alias) getResultGroup(String name) getSecretKey(String alias) intvoidinitialize(String name) booleanvoidvoidvoidvoidvoidsetPaasRoleAttribute(String paasRoleAttribute) voidsetPaasUserPrinicipalAttribute(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.JAXBExceptionExceptionIOExceptionFileNotFoundExceptionInstantiationExceptionIllegalAccessExceptionClassNotFoundExceptioncom.novell.ldap.LDAPExceptionKeyStoreExceptionNoSuchAlgorithmExceptionCertificateExceptionProvisioningException
-
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()
-