Uses of Class
org.codelibs.saml2.core.settings.Saml2Settings
Packages that use Saml2Settings
Package
Description
-
Uses of Saml2Settings in org.codelibs.saml2.core.authn
Methods in org.codelibs.saml2.core.authn with parameters of type Saml2SettingsModifier and TypeMethodDescriptionprotected StringAuthnRequest.postProcessXml(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 org.codelibs.saml2.core.authn with parameters of type Saml2SettingsModifierConstructorDescriptionAuthnRequest(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, String nameIdValueReq) Deprecated.AuthnRequest(Saml2Settings settings, AuthnRequestParams params) Constructs the AuthnRequest object.SamlResponse(Saml2Settings settings, String currentUrl, String samlResponse) Constructor to have a Response object fully built and ready to validate the saml response.SamlResponse(Saml2Settings settings, HttpRequest request) Constructor to have a Response object fully built and ready to validate the saml response. -
Uses of Saml2Settings in org.codelibs.saml2.core.logout
Methods in org.codelibs.saml2.core.logout with parameters of type Saml2SettingsModifier and TypeMethodDescriptionprotected StringLogoutRequest.postProcessXml(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 StringLogoutResponse.postProcessXml(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 org.codelibs.saml2.core.logout with parameters of type Saml2SettingsModifierConstructorDescriptionLogoutRequest(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, String nameId, 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, String nameId, String sessionIndex, 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, String nameId, String sessionIndex, String nameIdFormat, 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, String nameId, String sessionIndex, String nameIdFormat, String nameIdNameQualifier, 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 org.codelibs.saml2.core.settings
Methods in org.codelibs.saml2.core.settings that return Saml2SettingsModifier and TypeMethodDescriptionSettingsBuilder.build()Builds the Saml2Settings object.SettingsBuilder.build(Saml2Settings saml2Setting) Builds the Saml2Settings object.static Saml2SettingsIdPMetadataParser.injectIntoSettings(Saml2Settings settings, Map<String, Object> metadataInfo) Inject metadata info into Saml2SettingsMethods in org.codelibs.saml2.core.settings with parameters of type Saml2SettingsModifier and TypeMethodDescriptionSettingsBuilder.build(Saml2Settings saml2Setting) Builds the Saml2Settings object.static Saml2SettingsIdPMetadataParser.injectIntoSettings(Saml2Settings settings, Map<String, Object> metadataInfo) Inject metadata info into Saml2Settingsprotected StringMetadata.postProcessXml(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 org.codelibs.saml2.core.settings with parameters of type Saml2SettingsModifierConstructorDescriptionMetadata(Saml2Settings settings) Constructs the Metadata object.Metadata(Saml2Settings settings, Calendar validUntilTime, Integer cacheDuration) Constructs the Metadata object.Metadata(Saml2Settings settings, Calendar validUntilTime, Integer cacheDuration, AttributeConsumingService attributeConsumingService) Constructs the Metadata object.
AuthnRequest(Saml2Settings, AuthnRequestParams)withAuthnRequestParams(boolean, boolean, boolean)instead