Uses of Class
org.mockserver.saml.SamlAssertionStore.Provider
Packages that use SamlAssertionStore.Provider
-
Uses of SamlAssertionStore.Provider in org.mockserver.saml
Methods in org.mockserver.saml that return SamlAssertionStore.ProviderModifier and TypeMethodDescriptionSamlAssertionStore.providerForSloPath(String sloServiceUrl) Finds the provider serving the given Single-Logout (SLO) path, ornullif none registered (or the provider has no SLO endpoint configured).SamlAssertionStore.providerForSsoPath(String ssoServiceUrl) Finds the provider serving the given SSO path, ornullif none registered.Methods in org.mockserver.saml with parameters of type SamlAssertionStore.ProviderModifier and TypeMethodDescriptionSamlLogoutResponseBuilder.buildSignedLogoutResponse(SamlAssertionStore.Provider provider, String inResponseTo) Builds a signed SAML LogoutResponse.SamlResponseBuilder.buildSignedResponse(SamlAssertionStore.Provider provider, String inResponseTo) Builds a signed SAML Response and returns its serialized XML string.voidSamlAssertionStore.registerProvider(SamlAssertionStore.Provider provider) Registers (or replaces) the provider serving the given SSO path.