Uses of Class
io.getlime.powerauth.soap.v3.InitActivationResponse
-
Packages that use InitActivationResponse Package Description io.getlime.powerauth.soap.v3 io.getlime.security.powerauth.soap.spring.client -
-
Uses of InitActivationResponse in io.getlime.powerauth.soap.v3
Methods in io.getlime.powerauth.soap.v3 that return InitActivationResponse Modifier and Type Method Description InitActivationResponseObjectFactory. createInitActivationResponse()Create an instance ofInitActivationResponse -
Uses of InitActivationResponse in io.getlime.security.powerauth.soap.spring.client
Methods in io.getlime.security.powerauth.soap.spring.client that return InitActivationResponse Modifier and Type Method Description InitActivationResponsePowerAuthServiceClient. initActivation(InitActivationRequest request)Call the initActivation method of the PowerAuth 3.0 Server SOAP interface.InitActivationResponsePowerAuthServiceClient. initActivation(java.lang.String userId, java.lang.Long applicationId)Call the initActivation method of the PowerAuth 3.0 Server SOAP interface.InitActivationResponsePowerAuthServiceClient. initActivation(java.lang.String userId, java.lang.Long applicationId, java.lang.Long maxFailureCount, java.util.Date timestampActivationExpire)Call the initActivation method of the PowerAuth 3.0 Server SOAP interface.
-