org.apache.ws.security.saml
Interface SAMLIssuer
- All Known Implementing Classes:
- SAMLIssuerImpl
public interface SAMLIssuer
Builds a WS SAML Assertion and inserts it into the SOAP Envelope.
Refer to the WS specification, SAML Token profile
- Author:
- Davanum Srinivas (dims@yahoo.com).
newAssertion
org.opensaml.SAMLAssertion newAssertion()
- Creates a new
SAMLAssertion
.
A complete SAMLAssertion
is constructed.
- Returns:
- SAMLAssertion
setUserCrypto
void setUserCrypto(Crypto userCrypto)
- Parameters:
userCrypto
- The userCrypto to set.
setUsername
void setUsername(java.lang.String username)
- Parameters:
username
- The username to set.
getIssuerCrypto
Crypto getIssuerCrypto()
- Returns:
- Returns the issuerCrypto.
getIssuerKeyName
java.lang.String getIssuerKeyName()
- Returns:
- Returns the issuerKeyName.
getIssuerKeyPassword
java.lang.String getIssuerKeyPassword()
- Returns:
- Returns the issuerKeyPassword.
isSenderVouches
boolean isSenderVouches()
- Returns:
- Returns the senderVouches.
setInstanceDoc
void setInstanceDoc(org.w3c.dom.Document instanceDoc)
- Parameters:
instanceDoc
- The instanceDoc to set.
Copyright © 2004-2011 The Apache Software Foundation. All Rights Reserved.