Package org.apache.syncope.core.rest.cxf
Class SAML2SP4UIRESTCXFContext
java.lang.Object
org.apache.syncope.core.rest.cxf.SAML2SP4UIRESTCXFContext
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionsaml2SP4UIIdPService
(SAML2SP4UIIdPLogic saml2SP4UIIdPLogic) saml2SP4UIService
(SAML2SP4UILogic saml2SP4UIService)
-
Constructor Details
-
SAML2SP4UIRESTCXFContext
public SAML2SP4UIRESTCXFContext()
-
-
Method Details
-
saml2SP4UIService
@ConditionalOnMissingBean @Bean public SAML2SP4UIService saml2SP4UIService(SAML2SP4UILogic saml2SP4UIService) -
saml2SP4UIIdPService
@ConditionalOnMissingBean @Bean public SAML2SP4UIIdPService saml2SP4UIIdPService(SAML2SP4UIIdPLogic saml2SP4UIIdPLogic)
-