Package org.apache.syncope.core.rest.cxf
Class SAML2SP4UIRESTCXFContext
- java.lang.Object
-
- org.apache.syncope.core.rest.cxf.SAML2SP4UIRESTCXFContext
-
@Configuration(proxyBeanMethods=false) public class SAML2SP4UIRESTCXFContext extends Object
-
-
Constructor Summary
Constructors Constructor Description SAML2SP4UIRESTCXFContext()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SAML2SP4UIIdPService
saml2SP4UIIdPService(SAML2SP4UIIdPLogic saml2SP4UIIdPLogic)
SAML2SP4UIService
saml2SP4UIService(SAML2SP4UILogic saml2SP4UIService)
-
-
-
Method Detail
-
saml2SP4UIService
@ConditionalOnMissingBean @Bean public SAML2SP4UIService saml2SP4UIService(SAML2SP4UILogic saml2SP4UIService)
-
saml2SP4UIIdPService
@ConditionalOnMissingBean @Bean public SAML2SP4UIIdPService saml2SP4UIIdPService(SAML2SP4UIIdPLogic saml2SP4UIIdPLogic)
-
-