Uses of Interface
de.trustable.ca3s.core.repository.AuthorityRepository
-
Packages that use AuthorityRepository Package Description de.trustable.ca3s.core.security Spring Security configuration.de.trustable.ca3s.core.security.saml de.trustable.ca3s.core.service Service layer beans. -
-
Uses of AuthorityRepository in de.trustable.ca3s.core.security
Constructors in de.trustable.ca3s.core.security with parameters of type AuthorityRepository Constructor Description OIDCRestService(String[] rolesUserArr, String[] rolesDomainRAArr, String[] rolesRAArr, String[] rolesAdminArr, String clientId, String clientSecret, String availableLanguages, UserPreferenceRepository userPreferenceRepository, UserRepository userRepository, AuthorityRepository authorityRepository, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder) -
Uses of AuthorityRepository in de.trustable.ca3s.core.security.saml
Constructors in de.trustable.ca3s.core.security.saml with parameters of type AuthorityRepository Constructor Description CustomSAMLAuthenticationProvider(UserPreferenceRepository userPreferenceRepository, UserRepository userRepository, AuthorityRepository authorityRepository, TenantRepository tenantRepository, SPeLUtil sPeLUtil, String availableLanguages, SAMLMappingConfig samlMappingConfig) -
Uses of AuthorityRepository in de.trustable.ca3s.core.service
Constructors in de.trustable.ca3s.core.service with parameters of type AuthorityRepository Constructor Description UserService(UserRepository userRepository, org.springframework.security.crypto.password.PasswordEncoder passwordEncoder, ProtectedContentUtil protectedContentUtil, AuthorityRepository authorityRepository, TenantRepository tenantRepository, org.springframework.cache.CacheManager cacheManager, String passwordCheckRegExp, javax.persistence.EntityManager entityManager, int activationKeyValidity)
-