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 Modifier and Type Field Description protected WARestClient
restClient
-
Fields inherited from interface org.springframework.core.Ordered
HIGHEST_PRECEDENCE, LOWEST_PRECEDENCE
-
-
Constructor Summary
Constructors Constructor Description WASAML2ClientCustomizer(WARestClient restClient)
-
-
-
Field Detail
-
restClient
protected final WARestClient restClient
-
-
Constructor Detail
-
WASAML2ClientCustomizer
public WASAML2ClientCustomizer(WARestClient restClient)
-
-