Uses of Class
org.apache.syncope.core.logic.oidc.OIDCUserManager
-
Packages that use OIDCUserManager Package Description org.apache.syncope.core.logic -
-
Uses of OIDCUserManager in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as OIDCUserManager Modifier and Type Field Description protected OIDCUserManager
OIDCC4UILogic. userManager
Methods in org.apache.syncope.core.logic that return OIDCUserManager Modifier and Type Method Description OIDCUserManager
OIDCC4UILogicContext. oidcUserManager(InboundMatcher inboundMatcher, UserDAO userDAO, ImplementationDAO implementationDAO, IntAttrNameParser intAttrNameParser, TemplateUtils templateUtils, UserProvisioningManager provisioningManager, UserDataBinder binder)
Methods in org.apache.syncope.core.logic with parameters of type OIDCUserManager Modifier and Type Method Description OIDCC4UILogic
OIDCC4UILogicContext. oidcc4UILogic(OIDCClientCache oidcClientCacheLogin, OIDCClientCache oidcClientCacheLogout, AuthDataAccessor authDataAccessor, AccessTokenDataBinder accessTokenDataBinder, OIDCC4UIProviderDAO opDAO, OIDCUserManager userManager)
Constructors in org.apache.syncope.core.logic with parameters of type OIDCUserManager Constructor Description OIDCC4UILogic(OIDCClientCache oidcClientCacheLogin, OIDCClientCache oidcClientCacheLogout, AuthDataAccessor authDataAccessor, AccessTokenDataBinder accessTokenDataBinder, OIDCC4UIProviderDAO opDAO, OIDCUserManager userManager)
-