Uses of Class
org.apache.syncope.core.logic.saml2.SAML2ClientCache
Packages that use SAML2ClientCache
-
Uses of SAML2ClientCache in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as SAML2ClientCacheModifier and TypeFieldDescriptionprotected final SAML2ClientCache
SAML2SP4UIIdPLogic.saml2ClientCacheLogin
protected final SAML2ClientCache
SAML2SP4UILogic.saml2ClientCacheLogin
protected final SAML2ClientCache
SAML2SP4UIIdPLogic.saml2ClientCacheLogout
protected final SAML2ClientCache
SAML2SP4UILogic.saml2ClientCacheLogout
Methods in org.apache.syncope.core.logic that return SAML2ClientCacheModifier and TypeMethodDescriptionSAML2SP4UILogicContext.saml2ClientCacheLogin()
SAML2SP4UILogicContext.saml2ClientCacheLogout()
Methods in org.apache.syncope.core.logic with parameters of type SAML2ClientCacheModifier and TypeMethodDescriptionprotected org.pac4j.saml.client.SAML2Client
SAML2SP4UILogic.getSAML2Client
(SAML2ClientCache saml2ClientCache, String idpEntityID, String spEntityID, String urlContext) protected org.pac4j.saml.client.SAML2Client
SAML2SP4UILogic.getSAML2Client
(SAML2ClientCache saml2ClientCache, SAML2SP4UIIdP idp, String spEntityID, String urlContext) SAML2SP4UILogicContext.saml2SP4UIIdPLogic
(SAML2SP4UIProperties props, ResourcePatternResolver resourceResolver, SAML2ClientCache saml2ClientCacheLogin, SAML2ClientCache saml2ClientCacheLogout, SAML2SP4UIIdPDataBinder binder, SAML2SP4UIIdPDAO idpDAO) SAML2SP4UILogicContext.saml2SP4UILogic
(SAML2SP4UIProperties props, ResourcePatternResolver resourceResolver, AccessTokenDataBinder accessTokenDataBinder, SAML2ClientCache saml2ClientCacheLogin, SAML2ClientCache saml2ClientCacheLogout, SAML2SP4UIUserManager userManager, SAML2SP4UIIdPDAO idpDAO, AuthDataAccessor authDataAccessor) Constructors in org.apache.syncope.core.logic with parameters of type SAML2ClientCacheModifierConstructorDescriptionSAML2SP4UIIdPLogic
(SAML2SP4UIProperties props, ResourcePatternResolver resourceResolver, SAML2ClientCache saml2ClientCacheLogin, SAML2ClientCache saml2ClientCacheLogout, SAML2SP4UIIdPDataBinder binder, SAML2SP4UIIdPDAO idpDAO) SAML2SP4UILogic
(SAML2SP4UIProperties props, ResourcePatternResolver resourceResolver, AccessTokenDataBinder accessTokenDataBinder, SAML2ClientCache saml2ClientCacheLogin, SAML2ClientCache saml2ClientCacheLogout, SAML2SP4UIUserManager userManager, SAML2SP4UIIdPDAO idpDAO, AuthDataAccessor authDataAccessor)