public abstract class SAML11ResponseAbstractType extends CommonResponseType
| Modifier and Type | Field and Description |
|---|---|
protected int |
majorVersion |
protected int |
minorVersion |
protected URI |
recipient |
id, inResponseTo, issueInstant, signature| Constructor and Description |
|---|
SAML11ResponseAbstractType(String id,
XMLGregorianCalendar issueInstant) |
| Modifier and Type | Method and Description |
|---|---|
int |
getMajorVersion() |
int |
getMinorVersion() |
URI |
getRecipient() |
void |
setRecipient(URI recipient) |
getID, getInResponseTo, getIssueInstant, getSignature, setInResponseTo, setSignatureprotected int majorVersion
protected int minorVersion
protected URI recipient
public SAML11ResponseAbstractType(String id, XMLGregorianCalendar issueInstant)
Copyright © 2021 JBoss by Red Hat. All rights reserved.