SAMLMetaDataResponse: this should extend AuthenticationCmdResponse

Signed-off-by: Rohit Yadav <rohit.ya...@shapeblue.com>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/aeec24b2
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/aeec24b2
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/aeec24b2

Branch: refs/heads/master
Commit: aeec24b2ca1be67f49347454a80b35ef7d6c8f83
Parents: 3df104e
Author: Rohit Yadav <rohit.ya...@shapeblue.com>
Authored: Fri Sep 12 13:58:21 2014 +0200
Committer: Rohit Yadav <rohit.ya...@shapeblue.com>
Committed: Fri Sep 12 13:58:39 2014 +0200

----------------------------------------------------------------------
 .../org/apache/cloudstack/api/response/SAMLMetaDataResponse.java  | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack/blob/aeec24b2/plugins/user-authenticators/saml2/src/org/apache/cloudstack/api/response/SAMLMetaDataResponse.java
----------------------------------------------------------------------
diff --git 
a/plugins/user-authenticators/saml2/src/org/apache/cloudstack/api/response/SAMLMetaDataResponse.java
 
b/plugins/user-authenticators/saml2/src/org/apache/cloudstack/api/response/SAMLMetaDataResponse.java
index e091ea4..cc43b98 100644
--- 
a/plugins/user-authenticators/saml2/src/org/apache/cloudstack/api/response/SAMLMetaDataResponse.java
+++ 
b/plugins/user-authenticators/saml2/src/org/apache/cloudstack/api/response/SAMLMetaDataResponse.java
@@ -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")

Reply via email to