Uses of Class
org.apache.syncope.core.spring.security.AuthDataAccessor
-
-
Uses of AuthDataAccessor in org.apache.syncope.core.keymaster.rest.security
Constructors in org.apache.syncope.core.keymaster.rest.security with parameters of type AuthDataAccessor Constructor Description SelfKeymasterUsernamePasswordAuthenticationProvider(DomainOps domainOps, AuthDataAccessor dataAccessor, UserProvisioningManager provisioningManager, DefaultCredentialChecker credentialChecker, SecurityProperties securityProperties, KeymasterProperties keymasterProperties) -
Uses of AuthDataAccessor in org.apache.syncope.core.logic
Fields in org.apache.syncope.core.logic declared as AuthDataAccessor Modifier and Type Field Description protected AuthDataAccessorOIDCC4UILogic. authDataAccessorprotected AuthDataAccessorSAML2SP4UILogic. authDataAccessorprotected AuthDataAccessorSCIMDataBinder. authDataAccessorMethods in org.apache.syncope.core.logic with parameters of type AuthDataAccessor Modifier and Type Method Description OIDCC4UILogicOIDCC4UILogicContext. oidcc4UILogic(OIDCClientCache oidcClientCacheLogin, OIDCClientCache oidcClientCacheLogout, AuthDataAccessor authDataAccessor, AccessTokenDataBinder accessTokenDataBinder, OIDCC4UIProviderDAO opDAO, AccessTokenDAO accessTokenDAO, OIDCUserManager userManager)SAML2SP4UILogicSAML2SP4UILogicContext. saml2SP4UILogic(SAML2SP4UIProperties props, ResourcePatternResolver resourceResolver, AccessTokenDataBinder accessTokenDataBinder, SAML2ClientCache saml2ClientCacheLogin, SAML2ClientCache saml2ClientCacheLogout, SAML2SP4UIUserManager userManager, SAML2SP4UIIdPDAO idpDAO, AuthDataAccessor authDataAccessor)SCIMDataBinderSCIMLogicContext. scimDataBinder(SCIMConfManager confManager, UserLogic userLogic, AuthDataAccessor authDataAccessor, GroupDAO groupDAO)Constructors in org.apache.syncope.core.logic with parameters of type AuthDataAccessor Constructor Description OIDCC4UILogic(OIDCClientCache oidcClientCacheLogin, OIDCClientCache oidcClientCacheLogout, AuthDataAccessor authDataAccessor, AccessTokenDataBinder accessTokenDataBinder, OIDCC4UIProviderDAO opDAO, AccessTokenDAO accessTokenDAO, OIDCUserManager userManager)SAML2SP4UILogic(SAML2SP4UIProperties props, ResourcePatternResolver resourceResolver, AccessTokenDataBinder accessTokenDataBinder, SAML2ClientCache saml2ClientCacheLogin, SAML2ClientCache saml2ClientCacheLogout, SAML2SP4UIUserManager userManager, SAML2SP4UIIdPDAO idpDAO, AuthDataAccessor authDataAccessor)SCIMDataBinder(SCIMConfManager confManager, UserLogic userLogic, AuthDataAccessor authDataAccessor, GroupDAO groupDAO) -
Uses of AuthDataAccessor in org.apache.syncope.core.spring.security
Fields in org.apache.syncope.core.spring.security declared as AuthDataAccessor Modifier and Type Field Description protected AuthDataAccessorMSEntraJWTSSOProvider. authDataAccessorprotected AuthDataAccessorUsernamePasswordAuthenticationProvider. dataAccessorMethods in org.apache.syncope.core.spring.security that return AuthDataAccessor Modifier and Type Method Description AuthDataAccessorWebSecurityContext. authDataAccessor(SecurityProperties securityProperties, RealmDAO realmDAO, UserDAO userDAO, GroupDAO groupDAO, AnySearchDAO anySearchDAO, AccessTokenDAO accessTokenDAO, ConfParamOps confParamOps, RoleDAO roleDAO, DelegationDAO delegationDAO, ConnectorManager connectorManager, AuditManager auditManager, MappingManager mappingManager, List<JWTSSOProvider> jwtSSOProviders)Methods in org.apache.syncope.core.spring.security with parameters of type AuthDataAccessor Modifier and Type Method Description SecurityFilterChainWebSecurityContext. filterChain(HttpSecurity http, UsernamePasswordAuthenticationProvider usernamePasswordAuthenticationProvider, AccessDeniedHandler accessDeniedHandler, AuthDataAccessor dataAccessor, DefaultCredentialChecker defaultCredentialChecker)UsernamePasswordAuthenticationProviderWebSecurityContext. usernamePasswordAuthenticationProvider(SecurityProperties securityProperties, DomainOps domainOps, AuthDataAccessor dataAccessor, UserProvisioningManager provisioningManager, DefaultCredentialChecker credentialChecker)Constructors in org.apache.syncope.core.spring.security with parameters of type AuthDataAccessor Constructor Description JWTAuthenticationFilter(AuthenticationManager authenticationManager, AuthenticationEntryPoint authenticationEntryPoint, SyncopeAuthenticationDetailsSource authenticationDetailsSource, AuthDataAccessor dataAccessor, DefaultCredentialChecker credentialChecker)MSEntraJWTSSOProvider(UserDAO userDAO, AuthDataAccessor authDataAccessor, String tenantId, String appId, String authUsername, Duration clockSkew, MSEntraAccessTokenJWSVerifier verifier)UsernamePasswordAuthenticationProvider(DomainOps domainOps, AuthDataAccessor dataAccessor, UserProvisioningManager provisioningManager, DefaultCredentialChecker credentialChecker, SecurityProperties securityProperties) -
Uses of AuthDataAccessor in org.apache.syncope.core.starter
Methods in org.apache.syncope.core.starter with parameters of type AuthDataAccessor Modifier and Type Method Description UsernamePasswordAuthenticationProviderSelfKeymasterContext. usernamePasswordAuthenticationProvider(DomainOps domainOps, AuthDataAccessor dataAccessor, UserProvisioningManager provisioningManager, DefaultCredentialChecker credentialChecker, SecurityProperties securityProperties, KeymasterProperties keymasterProperties) -
Uses of AuthDataAccessor in org.apache.syncope.fit.core.reference
Methods in org.apache.syncope.fit.core.reference with parameters of type AuthDataAccessor Modifier and Type Method Description CustomJWTSSOProviderCoreReferenceContext. customJWTSSOProvider(AnySearchDAO anySearchDAO, AuthDataAccessor authDataAccessor)Constructors in org.apache.syncope.fit.core.reference with parameters of type AuthDataAccessor Constructor Description CustomJWTSSOProvider(AnySearchDAO anySearchDAO, AuthDataAccessor authDataAccessor)
-