Uses of Enum
com.coveo.saml.SamlClient.SamlIdpBinding
-
Uses of SamlClient.SamlIdpBinding in com.coveo.saml
Methods in com.coveo.saml that return SamlClient.SamlIdpBindingModifier and TypeMethodDescriptionstatic SamlClient.SamlIdpBindingReturns the enum constant of this type with the specified name.static SamlClient.SamlIdpBinding[]SamlClient.SamlIdpBinding.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.coveo.saml with parameters of type SamlClient.SamlIdpBindingModifier and TypeMethodDescriptionstatic SamlClientSamlClient.fromMetadata(String relyingPartyIdentifier, String assertionConsumerServiceUrl, Reader metadata, SamlClient.SamlIdpBinding samlBinding) Constructs an SAML client using XML metadata obtained from the identity provider.static SamlClientSamlClient.fromMetadata(String relyingPartyIdentifier, String assertionConsumerServiceUrl, Reader metadata, SamlClient.SamlIdpBinding samlBinding, List<X509Certificate> certificates) Constructs an SAML client using XML metadata obtained from the identity provider.Constructors in com.coveo.saml with parameters of type SamlClient.SamlIdpBindingModifierConstructorDescriptionSamlClient(String relyingPartyIdentifier, String assertionConsumerServiceUrl, String identityProviderUrl, String responseIssuer, List<X509Certificate> certificates, SamlClient.SamlIdpBinding samlBinding) Constructs an SAML client using explicit parameters.