Uses of Class
io.getlime.powerauth.soap.v3.GetApplicationListResponse.Applications
-
Packages that use GetApplicationListResponse.Applications Package Description io.getlime.powerauth.soap.v3 io.getlime.security.powerauth.soap.spring.client -
-
Uses of GetApplicationListResponse.Applications in io.getlime.powerauth.soap.v3
Fields in io.getlime.powerauth.soap.v3 with type parameters of type GetApplicationListResponse.Applications Modifier and Type Field Description protected java.util.List<GetApplicationListResponse.Applications>GetApplicationListResponse. applicationsMethods in io.getlime.powerauth.soap.v3 that return GetApplicationListResponse.Applications Modifier and Type Method Description GetApplicationListResponse.ApplicationsObjectFactory. createGetApplicationListResponseApplications()Create an instance ofGetApplicationListResponse.ApplicationsMethods in io.getlime.powerauth.soap.v3 that return types with arguments of type GetApplicationListResponse.Applications Modifier and Type Method Description java.util.List<GetApplicationListResponse.Applications>GetApplicationListResponse. getApplications()Gets the value of the applications property. -
Uses of GetApplicationListResponse.Applications in io.getlime.security.powerauth.soap.spring.client
Methods in io.getlime.security.powerauth.soap.spring.client that return types with arguments of type GetApplicationListResponse.Applications Modifier and Type Method Description java.util.List<GetApplicationListResponse.Applications>PowerAuthServiceClient. getApplicationList()Get the list of all applications that are registered in PowerAuth Server.
-