public abstract class SAML11RequestAbstractType extends CommonRequestAbstractType
Modifier and Type | Field and Description |
---|---|
protected int |
majorVersion |
protected int |
minorVersion |
protected List<QName> |
respondWith |
id, issueInstant, signature
Constructor and Description |
---|
SAML11RequestAbstractType(String id,
XMLGregorianCalendar issueInstant) |
Modifier and Type | Method and Description |
---|---|
void |
add(QName rw) |
void |
addAllConditions(List<QName> rw) |
int |
getMajorVersion() |
int |
getMinorVersion() |
List<QName> |
getRespondWith() |
boolean |
remove(QName rw) |
getID, getIssueInstant, getSignature, setSignature
public SAML11RequestAbstractType(String id, XMLGregorianCalendar issueInstant)
Copyright © 2021 JBoss by Red Hat. All rights reserved.