SAMLMetaDataResponse: this should extend AuthenticationCmdResponse

Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
Rohit Yadav 2014-09-12 13:58:21 +02:00
parent 3df104e20d
commit aeec24b2ca
1 changed files with 1 additions and 2 deletions

View File

@ -18,9 +18,8 @@ package org.apache.cloudstack.api.response;
import com.cloud.serializer.Param;
import com.google.gson.annotations.SerializedName;
import org.apache.cloudstack.api.BaseResponse;
public class SAMLMetaDataResponse extends BaseResponse {
public class SAMLMetaDataResponse extends AuthenticationCmdResponse {
@SerializedName("metadata")
@Param(description = "The Metadata XML")