public interface SAMLIssuer
| Modifier and Type | Method and Description |
|---|---|
Crypto |
getIssuerCrypto() |
java.lang.String |
getIssuerKeyName() |
java.lang.String |
getIssuerKeyPassword() |
boolean |
isSenderVouches() |
org.opensaml.SAMLAssertion |
newAssertion()
Creates a new
SAMLAssertion. |
void |
setInstanceDoc(org.w3c.dom.Document instanceDoc) |
void |
setUserCrypto(Crypto userCrypto) |
void |
setUsername(java.lang.String username) |
org.opensaml.SAMLAssertion newAssertion()
SAMLAssertion.
A complete SAMLAssertion is constructed.void setUserCrypto(Crypto userCrypto)
userCrypto - The userCrypto to set.void setUsername(java.lang.String username)
username - The username to set.Crypto getIssuerCrypto()
java.lang.String getIssuerKeyName()
java.lang.String getIssuerKeyPassword()
boolean isSenderVouches()
void setInstanceDoc(org.w3c.dom.Document instanceDoc)
instanceDoc - The instanceDoc to set.Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.