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 AuthDataAccessor
OIDCC4UILogic. authDataAccessor
protected AuthDataAccessor
SAML2SP4UILogic. authDataAccessor
protected AuthDataAccessor
SCIMDataBinder. authDataAccessor
Methods in org.apache.syncope.core.logic with parameters of type AuthDataAccessor Modifier and Type Method Description OIDCC4UILogic
OIDCC4UILogicContext. oidcc4UILogic(OIDCClientCache oidcClientCacheLogin, OIDCClientCache oidcClientCacheLogout, AuthDataAccessor authDataAccessor, AccessTokenDataBinder accessTokenDataBinder, OIDCC4UIProviderDAO opDAO, OIDCUserManager userManager)
SAML2SP4UILogic
SAML2SP4UILogicContext. saml2SP4UILogic(SAML2SP4UIProperties props, ResourcePatternResolver resourceResolver, AccessTokenDataBinder accessTokenDataBinder, SAML2ClientCache saml2ClientCacheLogin, SAML2ClientCache saml2ClientCacheLogout, SAML2SP4UIUserManager userManager, SAML2SP4UIIdPDAO idpDAO, AuthDataAccessor authDataAccessor)
SCIMDataBinder
SCIMLogicContext. scimDataBinder(SCIMConfManager confManager, UserLogic userLogic, AuthDataAccessor authDataAccessor)
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, 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)
-
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 AuthDataAccessor
MSEntraJWTSSOProvider. authDataAccessor
protected AuthDataAccessor
UsernamePasswordAuthenticationProvider. dataAccessor
Methods in org.apache.syncope.core.spring.security that return AuthDataAccessor Modifier and Type Method Description AuthDataAccessor
WebSecurityContext. 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 SecurityFilterChain
WebSecurityContext. filterChain(HttpSecurity http, UsernamePasswordAuthenticationProvider usernamePasswordAuthenticationProvider, AccessDeniedHandler accessDeniedHandler, AuthDataAccessor dataAccessor, DefaultCredentialChecker defaultCredentialChecker)
UsernamePasswordAuthenticationProvider
WebSecurityContext. 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 UsernamePasswordAuthenticationProvider
SelfKeymasterContext. 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 CustomJWTSSOProvider
CoreReferenceContext. 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)
-