public class SAMLEndpointResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
message |
protected MFA |
mfa |
protected String |
samlResponse |
protected String |
type |
| Constructor and Description |
|---|
SAMLEndpointResponse(String type,
String message) |
| Modifier and Type | Method and Description |
|---|---|
String |
getMessage() |
MFA |
getMFA() |
String |
getSAMLResponse() |
String |
getType() |
void |
setMFA(MFA mfa) |
void |
setSAMLResponse(String samlResponse) |
Copyright © 2018. All rights reserved.