Class EndpointUserProfileService
- java.lang.Object
-
- org.flowable.ui.admin.service.engine.AbstractEncryptingService
-
- org.flowable.ui.admin.service.engine.EndpointUserProfileService
-
@Service public class EndpointUserProfileService extends AbstractEncryptingService
-
-
Field Summary
Fields Modifier and Type Field Description protected FlowableClientServiceclientUtil-
Fields inherited from class org.flowable.ui.admin.service.engine.AbstractEncryptingService
AES_CYPHER, AES_KEY, initializationVectorSpec, secretKeySpec
-
-
Constructor Summary
Constructors Constructor Description EndpointUserProfileService(FlowableAdminAppProperties properties)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNodegetEndpointUserProfile(String contextRoot, String restRoot, String serverAddress, Integer port, String userName, String password)StringgetEndpointUserTenantId(String contextRoot, String restRoot, String serverAddress, Integer port, String userName, String password)StringgetEndpointUserTenantIdUsingEncryptedPassword(String contextRoot, String restRoot, String serverAddress, Integer port, String userName, String encryptedPassword)-
Methods inherited from class org.flowable.ui.admin.service.engine.AbstractEncryptingService
decrypt, encrypt
-
-
-
-
Field Detail
-
clientUtil
@Autowired protected FlowableClientService clientUtil
-
-
Constructor Detail
-
EndpointUserProfileService
public EndpointUserProfileService(FlowableAdminAppProperties properties)
-
-
Method Detail
-
getEndpointUserTenantIdUsingEncryptedPassword
public String getEndpointUserTenantIdUsingEncryptedPassword(String contextRoot, String restRoot, String serverAddress, Integer port, String userName, String encryptedPassword)
-
getEndpointUserTenantId
public String getEndpointUserTenantId(String contextRoot, String restRoot, String serverAddress, Integer port, String userName, String password)
-
-