Skip to content

Commit aeec24b

Browse files
committed
SAMLMetaDataResponse: this should extend AuthenticationCmdResponse
Signed-off-by: Rohit Yadav <rohit.yadav@shapeblue.com>
1 parent 3df104e commit aeec24b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

plugins/user-authenticators/saml2/src/org/apache/cloudstack/api/response/SAMLMetaDataResponse.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,8 @@
1818

1919
import com.cloud.serializer.Param;
2020
import com.google.gson.annotations.SerializedName;
21-
import org.apache.cloudstack.api.BaseResponse;
2221

23-
public class SAMLMetaDataResponse extends BaseResponse {
22+
public class SAMLMetaDataResponse extends AuthenticationCmdResponse {
2423

2524
@SerializedName("metadata")
2625
@Param(description = "The Metadata XML")

0 commit comments

Comments
 (0)