@Profile(value="cloud") @Configuration public class UsersServiceConfig extends Object
| Constructor and Description |
|---|
UsersServiceConfig() |
| Modifier and Type | Method and Description |
|---|---|
protected OAuth2PrivilegedInterceptor |
oauth2PrivilegedInterceptor(org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails clientCredentials) |
protected PasswordGenerator |
passwordGenerator() |
protected UsersService |
priviledgedUsersService(org.trustedanalytics.uaa.UaaOperations uaaPrivilegedClient,
InvitationsService invitationsService,
AccessInvitationsService accessInvitationsService,
AuthGatewayOperations authGatewayOperations) |
protected org.trustedanalytics.uaa.UaaOperations |
uaaClient(org.springframework.web.client.RestTemplate userRestTemplate) |
protected org.trustedanalytics.uaa.UaaOperations |
uaaPrivilegedClient(org.springframework.web.client.RestOperations clientRestTemplate) |
protected UsersService |
usersService(org.trustedanalytics.uaa.UaaOperations uaaClient,
InvitationsService invitationsService,
AccessInvitationsService accessInvitationsService,
AuthGatewayOperations authGatewayOperations) |
@Bean protected OAuth2PrivilegedInterceptor oauth2PrivilegedInterceptor(org.springframework.security.oauth2.client.resource.OAuth2ProtectedResourceDetails clientCredentials)
@Bean protected org.trustedanalytics.uaa.UaaOperations uaaPrivilegedClient(org.springframework.web.client.RestOperations clientRestTemplate)
@Bean
@Scope(value="request",
proxyMode=TARGET_CLASS)
protected org.trustedanalytics.uaa.UaaOperations uaaClient(org.springframework.web.client.RestTemplate userRestTemplate)
@Bean protected UsersService usersService(org.trustedanalytics.uaa.UaaOperations uaaClient, InvitationsService invitationsService, AccessInvitationsService accessInvitationsService, AuthGatewayOperations authGatewayOperations)
@Bean protected UsersService priviledgedUsersService(org.trustedanalytics.uaa.UaaOperations uaaPrivilegedClient, InvitationsService invitationsService, AccessInvitationsService accessInvitationsService, AuthGatewayOperations authGatewayOperations)
@Bean protected PasswordGenerator passwordGenerator()
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.