Index
All Classes and Interfaces|All Packages
A
- apply(RequestTemplate) - Method in class org.qubership.atp.auth.springbootstarter.security.oauth2.client.config.Oauth2FeignClientInterceptor
-
Apply changes to requestTemplate parameter object; stubbed implementation.
- AtpAuthAutoConfiguration - Class in org.qubership.atp.auth.springbootstarter
- AtpAuthAutoConfiguration() - Constructor for class org.qubership.atp.auth.springbootstarter.AtpAuthAutoConfiguration
C
- configureHttpSecurity(HttpSecurity) - Method in class org.qubership.atp.auth.springbootstarter.config.DisableSecurityConfiguration
-
Configure HTTP Security.
- configureHttpSecurity(HttpSecurity) - Method in class org.qubership.atp.auth.springbootstarter.config.SecurityConfiguration
-
Configure HTTP Security.
D
- deleteObjectPermissions(UUID, String, String) - Method in interface org.qubership.atp.auth.springbootstarter.services.client.UsersFeignClient
-
Delete object permissions for the project, service and object identified by id.
- deleteObjectPermissionsBulk(UUID, String, List<String>) - Method in interface org.qubership.atp.auth.springbootstarter.services.client.UsersFeignClient
-
Delete object permissions for the project, service and object identified by id.
- DisableSecurityConfiguration - Class in org.qubership.atp.auth.springbootstarter.config
- DisableSecurityConfiguration() - Constructor for class org.qubership.atp.auth.springbootstarter.config.DisableSecurityConfiguration
- DisableSecurityUserProvider - Class in org.qubership.atp.auth.springbootstarter.provider.impl
- DisableSecurityUserProvider() - Constructor for class org.qubership.atp.auth.springbootstarter.provider.impl.DisableSecurityUserProvider
E
- EnableM2MRestTemplate - Annotation Interface in org.qubership.atp.auth.springbootstarter.security.oauth2.client.config.annotation
- EnableOauth2FeignClientInterceptor - Annotation Interface in org.qubership.atp.auth.springbootstarter.security.oauth2.client.config.annotation
- EnableTokenRelayWebClient - Annotation Interface in org.qubership.atp.auth.springbootstarter.security.oauth2.client.config.annotation
-
Enables token relay web client.
- entityAccessEnforcement() - Method in class org.qubership.atp.auth.springbootstarter.config.DisableSecurityConfiguration
-
Allow all PolicyEnforcement, will be used if there is no need to check permissions.
F
- filterChain(HttpSecurity) - Method in class org.qubership.atp.auth.springbootstarter.config.DisableSecurityConfiguration
-
Filter chain.
- filterChain(HttpSecurity) - Method in class org.qubership.atp.auth.springbootstarter.config.SecurityConfiguration
-
Filter chain.
G
- get() - Method in class org.qubership.atp.auth.springbootstarter.provider.impl.DisableSecurityUserProvider
- getObjectPermissionsByObjectId(UUID, String, String) - Method in interface org.qubership.atp.auth.springbootstarter.services.client.UsersFeignClient
-
Get object permissions for the project, service and object identified by id.
- getObjectPermissionsByServiceName(UUID, String) - Method in interface org.qubership.atp.auth.springbootstarter.services.client.UsersFeignClient
-
Get object permissions for the project, service.
- getUsersByProject(UUID) - Method in interface org.qubership.atp.auth.springbootstarter.services.client.UsersFeignClient
-
Get Users with roles for the Project identified by UUID projectId.
- getUsersInfoByProjectId(UUID, List<UUID>) - Method in interface org.qubership.atp.auth.springbootstarter.services.client.UsersFeignClient
-
Get users information for the project.
K
- KafkaConfig - Class in org.qubership.atp.auth.springbootstarter.config
- KafkaConfig() - Constructor for class org.qubership.atp.auth.springbootstarter.config.KafkaConfig
- kafkaServiceEntitiesTemplate() - Method in class org.qubership.atp.auth.springbootstarter.config.KafkaConfig
-
Create KafkaTemplate for service entities.
O
- Oauth2FeignClientInterceptor - Class in org.qubership.atp.auth.springbootstarter.security.oauth2.client.config
- Oauth2FeignClientInterceptor(AccessTokenProvider, OAuth2ProtectedResourceDetails, Tracer) - Constructor for class org.qubership.atp.auth.springbootstarter.security.oauth2.client.config.Oauth2FeignClientInterceptor
-
Oauth2FeignClientInterceptor.
- Oauth2FeignClientInterceptor(AccessTokenProvider, OAuth2ProtectedResourceDetails, Tracer, AccessTokenRequest) - Constructor for class org.qubership.atp.auth.springbootstarter.security.oauth2.client.config.Oauth2FeignClientInterceptor
-
Oauth2FeignClientInterceptor.
- org.qubership.atp.auth.springbootstarter - package org.qubership.atp.auth.springbootstarter
- org.qubership.atp.auth.springbootstarter.config - package org.qubership.atp.auth.springbootstarter.config
- org.qubership.atp.auth.springbootstarter.provider.impl - package org.qubership.atp.auth.springbootstarter.provider.impl
- org.qubership.atp.auth.springbootstarter.security.oauth2.client.config - package org.qubership.atp.auth.springbootstarter.security.oauth2.client.config
- org.qubership.atp.auth.springbootstarter.security.oauth2.client.config.annotation - package org.qubership.atp.auth.springbootstarter.security.oauth2.client.config.annotation
- org.qubership.atp.auth.springbootstarter.services - package org.qubership.atp.auth.springbootstarter.services
- org.qubership.atp.auth.springbootstarter.services.client - package org.qubership.atp.auth.springbootstarter.services.client
S
- save(ServiceEntities) - Method in interface org.qubership.atp.auth.springbootstarter.services.client.UsersFeignClient
-
Save service entities for this service.
- saveObjectPermissions(UUID, String, String, Map<UUID, Operations>) - Method in interface org.qubership.atp.auth.springbootstarter.services.client.UsersFeignClient
-
Save object permissions for the project, service and object identified by id.
- SecurityConfiguration - Class in org.qubership.atp.auth.springbootstarter.config
- SecurityConfiguration() - Constructor for class org.qubership.atp.auth.springbootstarter.config.SecurityConfiguration
- sendEntities(ServiceEntities) - Method in class org.qubership.atp.auth.springbootstarter.services.UsersService
-
Sends service entities to the atp-users.
- serviceEntitiesTopic() - Method in class org.qubership.atp.auth.springbootstarter.config.KafkaConfig
-
Create topic for service entities.
- setAuthorizationHeader(RequestTemplate, String) - Method in class org.qubership.atp.auth.springbootstarter.security.oauth2.client.config.Oauth2FeignClientInterceptor
-
Add or replace bearer token.
U
- userInfoProvider() - Method in class org.qubership.atp.auth.springbootstarter.config.DisableSecurityConfiguration
-
Get User Info Provider.
- UsersFeignClient - Interface in org.qubership.atp.auth.springbootstarter.services.client
- UsersService - Class in org.qubership.atp.auth.springbootstarter.services
- UsersService() - Constructor for class org.qubership.atp.auth.springbootstarter.services.UsersService
All Classes and Interfaces|All Packages