Class WASAML2ClientCustomizer

java.lang.Object
org.apache.syncope.wa.starter.pac4j.saml.WASAML2ClientCustomizer
All Implemented Interfaces:
org.apereo.cas.support.pac4j.authentication.clients.DelegatedClientFactoryCustomizer<org.pac4j.core.client.Client>, Ordered

public class WASAML2ClientCustomizer extends Object implements org.apereo.cas.support.pac4j.authentication.clients.DelegatedClientFactoryCustomizer<org.pac4j.core.client.Client>
  • Field Details

  • Constructor Details

    • WASAML2ClientCustomizer

      public WASAML2ClientCustomizer(WARestClient restClient)
  • Method Details

    • customize

      public void customize(org.pac4j.core.client.Client client)
      Specified by:
      customize in interface org.apereo.cas.support.pac4j.authentication.clients.DelegatedClientFactoryCustomizer<org.pac4j.core.client.Client>