Uses of Class
com.onelogin.saml2.model.KeyStoreSettings
Packages that use KeyStoreSettings
-
Uses of KeyStoreSettings in com.onelogin.saml2
Constructors in com.onelogin.saml2 with parameters of type KeyStoreSettingsModifierConstructorDescriptionAuth(KeyStoreSettings keyStoreSetting) Initializes the SP SAML instance.Auth(KeyStoreSettings keyStoreSetting, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Initializes the SP SAML instance.Auth(String filename, KeyStoreSettings keyStoreSetting) Initializes the SP SAML instance.Auth(String filename, KeyStoreSettings keyStoreSetting, jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response) Initializes the SP SAML instance. -
Uses of KeyStoreSettings in com.onelogin.saml2.settings
Methods in com.onelogin.saml2.settings with parameters of type KeyStoreSettingsModifier and TypeMethodDescriptionSettingsBuilder.fromFile(String propFileName, KeyStoreSettings keyStoreSetting) Load settings from the fileSettingsBuilder.fromValues(Map<String, Object> samlData, KeyStoreSettings keyStoreSetting) Loads the settings from mapped values and KeyStore settings.private voidSettingsBuilder.parseKeyStore(KeyStoreSettings setting) Parses the KeyStore data