mirror of https://github.com/apache/cloudstack.git
SAMLMetaDataResponse: this should extend AuthenticationCmdResponse
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
This commit is contained in:
parent
3df104e20d
commit
aeec24b2ca
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in New Issue