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
FieldsFields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods 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:
customizein interfaceorg.apereo.cas.support.pac4j.authentication.clients.DelegatedClientFactoryCustomizer<org.pac4j.core.client.Client>
-