public class SAMLIssuerImpl extends java.lang.Object implements SAMLIssuer
| Constructor and Description |
|---|
SAMLIssuerImpl()
Constructor.
|
SAMLIssuerImpl(java.util.Properties prop) |
| 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) |
public SAMLIssuerImpl()
public SAMLIssuerImpl(java.util.Properties prop)
public org.opensaml.SAMLAssertion newAssertion()
SAMLAssertion.
A complete SAMLAssertion is constructed.newAssertion in interface SAMLIssuerpublic void setUserCrypto(Crypto userCrypto)
setUserCrypto in interface SAMLIssueruserCrypto - The userCrypto to set.public void setUsername(java.lang.String username)
setUsername in interface SAMLIssuerusername - The username to set.public Crypto getIssuerCrypto()
getIssuerCrypto in interface SAMLIssuerpublic java.lang.String getIssuerKeyName()
getIssuerKeyName in interface SAMLIssuerpublic java.lang.String getIssuerKeyPassword()
getIssuerKeyPassword in interface SAMLIssuerpublic boolean isSenderVouches()
isSenderVouches in interface SAMLIssuerpublic void setInstanceDoc(org.w3c.dom.Document instanceDoc)
setInstanceDoc in interface SAMLIssuerinstanceDoc - The instanceDoc to set.Copyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.