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 SAML2ClientCacheSAML2SP4UIIdPLogic.saml2ClientCacheLoginprotected final SAML2ClientCacheSAML2SP4UILogic.saml2ClientCacheLoginprotected final SAML2ClientCacheSAML2SP4UIIdPLogic.saml2ClientCacheLogoutprotected final SAML2ClientCacheSAML2SP4UILogic.saml2ClientCacheLogoutMethods 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.SAML2ClientSAML2SP4UILogic.getSAML2Client(SAML2ClientCache saml2ClientCache, String idpEntityID, String spEntityID, String urlContext) protected org.pac4j.saml.client.SAML2ClientSAML2SP4UILogic.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, EncryptorManager encryptorManager) 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, EncryptorManager encryptorManager)