public class LogoutRequest extends Request<LogoutRequest>
Constructor and Description |
---|
LogoutRequest() |
Modifier and Type | Method and Description |
---|---|
AlgorithmMethod |
getAlgorithm() |
DigestMethod |
getDigest() |
NameIdPrincipal |
getNameId() |
org.joda.time.DateTime |
getNotOnOrAfter() |
LogoutReason |
getReason() |
SimpleKey |
getSigningKey() |
LogoutRequest |
setAlgorithm(AlgorithmMethod algorithm) |
LogoutRequest |
setDigest(DigestMethod digest) |
LogoutRequest |
setNameId(NameIdPrincipal nameId) |
LogoutRequest |
setNotOnOrAfter(org.joda.time.DateTime notOnOrAfter) |
LogoutRequest |
setReason(LogoutReason reason) |
LogoutRequest |
setSigningKey(SimpleKey signingKey,
AlgorithmMethod algorithm,
DigestMethod digest) |
_this, getConsent, getDestination, getExtensions, getId, getIssueInstant, getIssuer, getSignature, getVersion, setConsent, setDestination, setExtensions, setId, setIssueInstant, setIssuer, setSignature, setVersion
getImplementation, getOriginalXML, setImplementation, setOriginalXML
public AlgorithmMethod getAlgorithm()
public LogoutRequest setAlgorithm(AlgorithmMethod algorithm)
public DigestMethod getDigest()
public LogoutRequest setDigest(DigestMethod digest)
public NameIdPrincipal getNameId()
public LogoutRequest setNameId(NameIdPrincipal nameId)
public LogoutReason getReason()
public LogoutRequest setReason(LogoutReason reason)
public org.joda.time.DateTime getNotOnOrAfter()
public LogoutRequest setNotOnOrAfter(org.joda.time.DateTime notOnOrAfter)
public LogoutRequest setSigningKey(SimpleKey signingKey, AlgorithmMethod algorithm, DigestMethod digest)
public SimpleKey getSigningKey()