Uses of Class
io.getlime.powerauth.soap.v3.GetCallbackUrlListResponse.CallbackUrlList
-
Packages that use GetCallbackUrlListResponse.CallbackUrlList Package Description io.getlime.powerauth.soap.v3 io.getlime.security.powerauth.soap.spring.client -
-
Uses of GetCallbackUrlListResponse.CallbackUrlList in io.getlime.powerauth.soap.v3
Fields in io.getlime.powerauth.soap.v3 with type parameters of type GetCallbackUrlListResponse.CallbackUrlList Modifier and Type Field Description protected java.util.List<GetCallbackUrlListResponse.CallbackUrlList>GetCallbackUrlListResponse. callbackUrlListMethods in io.getlime.powerauth.soap.v3 that return GetCallbackUrlListResponse.CallbackUrlList Modifier and Type Method Description GetCallbackUrlListResponse.CallbackUrlListObjectFactory. createGetCallbackUrlListResponseCallbackUrlList()Create an instance ofGetCallbackUrlListResponse.CallbackUrlListMethods in io.getlime.powerauth.soap.v3 that return types with arguments of type GetCallbackUrlListResponse.CallbackUrlList Modifier and Type Method Description java.util.List<GetCallbackUrlListResponse.CallbackUrlList>GetCallbackUrlListResponse. getCallbackUrlList()Gets the value of the callbackUrlList property. -
Uses of GetCallbackUrlListResponse.CallbackUrlList in io.getlime.security.powerauth.soap.spring.client
Methods in io.getlime.security.powerauth.soap.spring.client that return types with arguments of type GetCallbackUrlListResponse.CallbackUrlList Modifier and Type Method Description java.util.List<GetCallbackUrlListResponse.CallbackUrlList>PowerAuthServiceClient. getCallbackUrlList(java.lang.Long applicationId)Get the list of callback URL objects.
-