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 OIDCUserManagerOIDCC4UILogic. userManagerMethods in org.apache.syncope.core.logic that return OIDCUserManager Modifier and Type Method Description OIDCUserManagerOIDCC4UILogicContext. 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 OIDCC4UILogicOIDCC4UILogicContext. oidcc4UILogic(OIDCClientCache oidcClientCacheLogin, OIDCClientCache oidcClientCacheLogout, AuthDataAccessor authDataAccessor, AccessTokenDataBinder accessTokenDataBinder, OIDCC4UIProviderDAO opDAO, AccessTokenDAO accessTokenDAO, 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, AccessTokenDAO accessTokenDAO, OIDCUserManager userManager)
-