Uses of Class
io.getlime.powerauth.soap.v3.GetActivationListForUserResponse.Activations
-
Packages that use GetActivationListForUserResponse.Activations Package Description io.getlime.powerauth.soap.v3 io.getlime.security.powerauth.soap.spring.client -
-
Uses of GetActivationListForUserResponse.Activations in io.getlime.powerauth.soap.v3
Fields in io.getlime.powerauth.soap.v3 with type parameters of type GetActivationListForUserResponse.Activations Modifier and Type Field Description protected java.util.List<GetActivationListForUserResponse.Activations>GetActivationListForUserResponse. activationsMethods in io.getlime.powerauth.soap.v3 that return GetActivationListForUserResponse.Activations Modifier and Type Method Description GetActivationListForUserResponse.ActivationsObjectFactory. createGetActivationListForUserResponseActivations()Create an instance ofGetActivationListForUserResponse.ActivationsMethods in io.getlime.powerauth.soap.v3 that return types with arguments of type GetActivationListForUserResponse.Activations Modifier and Type Method Description java.util.List<GetActivationListForUserResponse.Activations>GetActivationListForUserResponse. getActivations()Gets the value of the activations property. -
Uses of GetActivationListForUserResponse.Activations in io.getlime.security.powerauth.soap.spring.client
Methods in io.getlime.security.powerauth.soap.spring.client that return types with arguments of type GetActivationListForUserResponse.Activations Modifier and Type Method Description java.util.List<GetActivationListForUserResponse.Activations>PowerAuthServiceClient. getActivationListForUser(java.lang.String userId)Call the getActivationListForUser method of the PowerAuth 3.0 Server SOAP interface.
-