Interface AuthorizedCloudInstances
-
- All Known Implementing Classes:
AuthorizedCloudInstancesImpl
public interface AuthorizedCloudInstances
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
forgetAuthorizedInstance(String profileId, String imageId, String instanceId, String reason)
boolean
isInstanceAuthorized(String profileId, String imageId, String instanceId)
void
rememberAuthorizedInstance(String profileId, String imageId, String instanceId)
-