Uses of Class
org.apache.syncope.core.logic.SAML2SP4UILogic
-
Packages that use SAML2SP4UILogic Package Description org.apache.syncope.core.logic org.apache.syncope.core.rest.cxf org.apache.syncope.core.rest.cxf.service -
-
Uses of SAML2SP4UILogic in org.apache.syncope.core.logic
Methods in org.apache.syncope.core.logic that return SAML2SP4UILogic Modifier and Type Method Description SAML2SP4UILogic
SAML2SP4UILogicContext. saml2SP4UILogic(SAML2SP4UIProperties props, ResourcePatternResolver resourceResolver, AccessTokenDataBinder accessTokenDataBinder, SAML2ClientCache saml2ClientCacheLogin, SAML2ClientCache saml2ClientCacheLogout, SAML2SP4UIUserManager userManager, SAML2SP4UIIdPDAO idpDAO, AuthDataAccessor authDataAccessor)
-
Uses of SAML2SP4UILogic in org.apache.syncope.core.rest.cxf
Methods in org.apache.syncope.core.rest.cxf with parameters of type SAML2SP4UILogic Modifier and Type Method Description SAML2SP4UIService
SAML2SP4UIRESTCXFContext. saml2SP4UIService(SAML2SP4UILogic saml2SP4UIService)
-
Uses of SAML2SP4UILogic in org.apache.syncope.core.rest.cxf.service
Fields in org.apache.syncope.core.rest.cxf.service declared as SAML2SP4UILogic Modifier and Type Field Description protected SAML2SP4UILogic
SAML2SP4UIServiceImpl. logic
Constructors in org.apache.syncope.core.rest.cxf.service with parameters of type SAML2SP4UILogic Constructor Description SAML2SP4UIServiceImpl(SAML2SP4UILogic logic)
-