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 Summary
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
Constructor Summary
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apereo.cas.support.pac4j.authentication.clients.DelegatedClientFactoryCustomizer
getOrder
-
Field Details
-
restClient
-
-
Constructor Details
-
WASAML2ClientCustomizer
-
-
Method Details
-
customize
public void customize(org.pac4j.core.client.Client client) - Specified by:
customize
in interfaceorg.apereo.cas.support.pac4j.authentication.clients.DelegatedClientFactoryCustomizer<org.pac4j.core.client.Client>
-