Uses of Class
com.onelogin.saml2.settings.Saml2Settings
-
Packages that use Saml2Settings Package Description com.onelogin.saml2 com.onelogin.saml2.authn com.onelogin.saml2.factory com.onelogin.saml2.logout com.onelogin.saml2.settings -
-
Uses of Saml2Settings in com.onelogin.saml2
Fields in com.onelogin.saml2 declared as Saml2Settings Modifier and Type Field Description private Saml2SettingsAuth. settingsSettings data.Methods in com.onelogin.saml2 that return Saml2Settings Modifier and Type Method Description Saml2SettingsAuth. getSettings()Constructors in com.onelogin.saml2 with parameters of type Saml2Settings Constructor Description Auth(Saml2Settings settings, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)Initializes the SP SAML instance. -
Uses of Saml2Settings in com.onelogin.saml2.authn
Fields in com.onelogin.saml2.authn declared as Saml2Settings Modifier and Type Field Description private Saml2SettingsAuthnRequest. settingsSettings data.private Saml2SettingsSamlResponse. settingsSettings data.Methods in com.onelogin.saml2.authn with parameters of type Saml2Settings Modifier and Type Method Description private org.apache.commons.lang3.text.StrSubstitutorAuthnRequest. generateSubstitutor(AuthnRequestParams params, Saml2Settings settings)Substitutes AuthnRequest variables within a string by values.protected java.lang.StringAuthnRequest. postProcessXml(java.lang.String authnRequestXml, AuthnRequestParams params, Saml2Settings settings)Allows for an extension class to post-process the AuthnRequest XML generated for this request, in order to customize the result.Constructors in com.onelogin.saml2.authn with parameters of type Saml2Settings Constructor Description AuthnRequest(Saml2Settings settings)Constructs the AuthnRequest object.AuthnRequest(Saml2Settings settings, boolean forceAuthn, boolean isPassive, boolean setNameIdPolicy)Deprecated.AuthnRequest(Saml2Settings settings, boolean forceAuthn, boolean isPassive, boolean setNameIdPolicy, java.lang.String nameIdValueReq)Deprecated.AuthnRequest(Saml2Settings settings, AuthnRequestParams params)Constructs the AuthnRequest object.SamlResponse(Saml2Settings settings, HttpRequest request)Constructor to have a Response object fully built and ready to validate the saml response.SamlResponse(Saml2Settings settings, java.lang.String currentUrl, java.lang.String samlResponse)Constructor to have a Response object fully built and ready to validate the saml response. -
Uses of Saml2Settings in com.onelogin.saml2.factory
Methods in com.onelogin.saml2.factory with parameters of type Saml2Settings Modifier and Type Method Description default AuthnRequestSamlMessageFactory. createAuthnRequest(Saml2Settings settings, AuthnRequestParams params)Creates anAuthnRequestinstance.default LogoutRequestSamlMessageFactory. createIncomingLogoutRequest(Saml2Settings settings, HttpRequest request)Creates aLogoutRequestinstance for an incoming request.default LogoutResponseSamlMessageFactory. createIncomingLogoutResponse(Saml2Settings settings, HttpRequest request)Creates aLogoutRequestinstance for an incoming response.default LogoutRequestSamlMessageFactory. createOutgoingLogoutRequest(Saml2Settings settings, LogoutRequestParams params)Creates aLogoutRequestinstance for an outgoing request.default LogoutResponseSamlMessageFactory. createOutgoingLogoutResponse(Saml2Settings settings, LogoutResponseParams params)Creates aLogoutResponseinstance for an outgoing response.default SamlResponseSamlMessageFactory. createSamlResponse(Saml2Settings settings, HttpRequest request)Creates aSamlResponseinstance. -
Uses of Saml2Settings in com.onelogin.saml2.logout
Fields in com.onelogin.saml2.logout declared as Saml2Settings Modifier and Type Field Description private Saml2SettingsLogoutRequest. settingsSettings data.private Saml2SettingsLogoutResponse. settingsSettings data.Methods in com.onelogin.saml2.logout with parameters of type Saml2Settings Modifier and Type Method Description private org.apache.commons.lang3.text.StrSubstitutorLogoutRequest. generateSubstitutor(LogoutRequestParams params, Saml2Settings settings)Substitutes LogoutRequest variables within a string by values.private org.apache.commons.lang3.text.StrSubstitutorLogoutResponse. generateSubstitutor(LogoutResponseParams params, Saml2Settings settings)Substitutes LogoutResponse variables within a string by values.protected java.lang.StringLogoutRequest. postProcessXml(java.lang.String logoutRequestXml, LogoutRequestParams params, Saml2Settings settings)Allows for an extension class to post-process the LogoutRequest XML generated for this request, in order to customize the result.protected java.lang.StringLogoutResponse. postProcessXml(java.lang.String logoutResponseXml, LogoutResponseParams params, Saml2Settings settings)Allows for an extension class to post-process the LogoutResponse XML generated for this response, in order to customize the result.Constructors in com.onelogin.saml2.logout with parameters of type Saml2Settings Constructor Description LogoutRequest(Saml2Settings settings)Constructs a LogoutRequest object when a new request should be generated and sent.LogoutRequest(Saml2Settings settings, HttpRequest request)Constructs the LogoutRequest object when a received request should be extracted from the HTTP request and parsed.LogoutRequest(Saml2Settings settings, HttpRequest request, java.lang.String nameId, java.lang.String sessionIndex)Deprecated.useLogoutRequest(Saml2Settings, HttpRequest)to build a received request from the HTTP request, orLogoutRequest(Saml2Settings, LogoutRequestParams)withLogoutRequestParams(String, String)to build a new request to be sentLogoutRequest(Saml2Settings settings, HttpRequest request, java.lang.String nameId, java.lang.String sessionIndex, java.lang.String nameIdFormat)Deprecated.useLogoutRequest(Saml2Settings, HttpRequest)to build a received request from the HTTP request, orLogoutRequest(Saml2Settings, LogoutRequestParams)withLogoutRequestParams(String, String, String)to build a new request to be sentLogoutRequest(Saml2Settings settings, HttpRequest request, java.lang.String nameId, java.lang.String sessionIndex, java.lang.String nameIdFormat, java.lang.String nameIdNameQualifier)Deprecated.useLogoutRequest(Saml2Settings, HttpRequest)to build a received request from the HTTP request, orLogoutRequest(Saml2Settings, LogoutRequestParams)withLogoutRequestParams(String, String, String, String)to build a new request to be sentLogoutRequest(Saml2Settings settings, HttpRequest request, java.lang.String nameId, java.lang.String sessionIndex, java.lang.String nameIdFormat, java.lang.String nameIdNameQualifier, java.lang.String nameIdSPNameQualifier)Deprecated.useLogoutRequest(Saml2Settings, HttpRequest)to build a received request from the HTTP request, orLogoutRequest(Saml2Settings, LogoutRequestParams)withLogoutRequestParams(String, String, String, String, String)to build a new request to be sentLogoutRequest(Saml2Settings settings, LogoutRequestParams params)Constructs the LogoutRequest object when a new request should be generated and sent.LogoutResponse(Saml2Settings settings, HttpRequest request)Constructs the LogoutResponse object when a received response should be extracted from the HTTP request and parsed.LogoutResponse(Saml2Settings settings, LogoutResponseParams params)Constructs the LogoutResponse object when a new response should be generated and sent. -
Uses of Saml2Settings in com.onelogin.saml2.settings
Fields in com.onelogin.saml2.settings declared as Saml2Settings Modifier and Type Field Description private Saml2SettingsSettingsBuilder. saml2SettingSaml2Settings objectMethods in com.onelogin.saml2.settings that return Saml2Settings Modifier and Type Method Description Saml2SettingsSettingsBuilder. build()Builds the Saml2Settings object.Saml2SettingsSettingsBuilder. build(Saml2Settings saml2Setting)Builds the Saml2Settings object.static Saml2SettingsIdPMetadataParser. injectIntoSettings(Saml2Settings settings, java.util.Map<java.lang.String,java.lang.Object> metadataInfo)Inject metadata info into Saml2SettingsMethods in com.onelogin.saml2.settings with parameters of type Saml2Settings Modifier and Type Method Description Saml2SettingsSettingsBuilder. build(Saml2Settings saml2Setting)Builds the Saml2Settings object.private org.apache.commons.lang3.text.StrSubstitutorMetadata. generateSubstitutor(Saml2Settings settings)Substitutes metadata variables within a string by values.static Saml2SettingsIdPMetadataParser. injectIntoSettings(Saml2Settings settings, java.util.Map<java.lang.String,java.lang.Object> metadataInfo)Inject metadata info into Saml2Settingsprotected java.lang.StringMetadata. postProcessXml(java.lang.String metadataXml, Saml2Settings settings)Allows for an extension class to post-process the SAML metadata XML generated for this metadata instance, in order to customize the result.Constructors in com.onelogin.saml2.settings with parameters of type Saml2Settings Constructor Description Metadata(Saml2Settings settings)Constructs the Metadata object.Metadata(Saml2Settings settings, java.util.Calendar validUntilTime, java.lang.Integer cacheDuration)Constructs the Metadata object.Metadata(Saml2Settings settings, java.util.Calendar validUntilTime, java.lang.Integer cacheDuration, AttributeConsumingService attributeConsumingService)Constructs the Metadata object.
-