@Service public class EndpointUserProfileService extends AbstractEncryptingService
| Modifier and Type | Field and Description |
|---|---|
protected FlowableClientService |
clientUtil |
AES_CYPHER, AES_KEY, initializationVectorSpec, secretKeySpec| Constructor and Description |
|---|
EndpointUserProfileService(FlowableAdminAppProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
getEndpointUserProfile(String contextRoot,
String restRoot,
String serverAddress,
Integer port,
String userName,
String password) |
String |
getEndpointUserTenantId(String contextRoot,
String restRoot,
String serverAddress,
Integer port,
String userName,
String password) |
String |
getEndpointUserTenantIdUsingEncryptedPassword(String contextRoot,
String restRoot,
String serverAddress,
Integer port,
String userName,
String encryptedPassword) |
decrypt, encrypt@Autowired protected FlowableClientService clientUtil
public EndpointUserProfileService(FlowableAdminAppProperties properties)
public String getEndpointUserTenantIdUsingEncryptedPassword(String contextRoot, String restRoot, String serverAddress, Integer port, String userName, String encryptedPassword)
public String getEndpointUserTenantId(String contextRoot, String restRoot, String serverAddress, Integer port, String userName, String password)
Copyright © 2020 Flowable. All rights reserved.