Uses of Class
org.apache.syncope.core.logic.saml2.SAML2ClientCache
-
Packages that use SAML2ClientCache Package Description org.apache.syncope.core.logic -
-
Uses of SAML2ClientCache in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as SAML2ClientCache Modifier and Type Field Description protected SAML2ClientCache
SAML2SP4UIIdPLogic. saml2ClientCacheLogin
protected SAML2ClientCache
SAML2SP4UILogic. saml2ClientCacheLogin
protected SAML2ClientCache
SAML2SP4UIIdPLogic. saml2ClientCacheLogout
protected SAML2ClientCache
SAML2SP4UILogic. saml2ClientCacheLogout
Methods in org.apache.syncope.core.logic that return SAML2ClientCache Modifier and Type Method Description SAML2ClientCache
SAML2SP4UILogicContext. saml2ClientCacheLogin()
SAML2ClientCache
SAML2SP4UILogicContext. saml2ClientCacheLogout()
Methods in org.apache.syncope.core.logic with parameters of type SAML2ClientCache Modifier and Type Method Description protected 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)
SAML2SP4UIIdPLogic
SAML2SP4UILogicContext. saml2SP4UIIdPLogic(SAML2SP4UIProperties props, ResourcePatternResolver resourceResolver, SAML2ClientCache saml2ClientCacheLogin, SAML2ClientCache saml2ClientCacheLogout, SAML2SP4UIIdPDataBinder binder, SAML2SP4UIIdPDAO idpDAO)
SAML2SP4UILogic
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 SAML2ClientCache Constructor Description SAML2SP4UIIdPLogic(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)
-