Uses of Class
io.getlime.powerauth.soap.v3.SignatureAuditResponse.Items
-
Packages that use SignatureAuditResponse.Items Package Description io.getlime.powerauth.soap.v3 io.getlime.security.powerauth.soap.spring.client -
-
Uses of SignatureAuditResponse.Items in io.getlime.powerauth.soap.v3
Fields in io.getlime.powerauth.soap.v3 with type parameters of type SignatureAuditResponse.Items Modifier and Type Field Description protected java.util.List<SignatureAuditResponse.Items>SignatureAuditResponse. itemsMethods in io.getlime.powerauth.soap.v3 that return SignatureAuditResponse.Items Modifier and Type Method Description SignatureAuditResponse.ItemsObjectFactory. createSignatureAuditResponseItems()Create an instance ofSignatureAuditResponse.ItemsMethods in io.getlime.powerauth.soap.v3 that return types with arguments of type SignatureAuditResponse.Items Modifier and Type Method Description java.util.List<SignatureAuditResponse.Items>SignatureAuditResponse. getItems()Gets the value of the items property. -
Uses of SignatureAuditResponse.Items in io.getlime.security.powerauth.soap.spring.client
Methods in io.getlime.security.powerauth.soap.spring.client that return types with arguments of type SignatureAuditResponse.Items Modifier and Type Method Description java.util.List<SignatureAuditResponse.Items>PowerAuthServiceClient. getSignatureAuditLog(java.lang.String userId, java.lang.Long applicationId, java.util.Date startingDate, java.util.Date endingDate)Call the verifySignature method of the PowerAuth 3.0 Server SOAP interface and get signature audit log for a single application.java.util.List<SignatureAuditResponse.Items>PowerAuthServiceClient. getSignatureAuditLog(java.lang.String userId, java.util.Date startingDate, java.util.Date endingDate)Call the verifySignature method of the PowerAuth 3.0 Server SOAP interface and get signature audit log for all application of a given user.
-