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(String username)
- Parameters:
username - The username to set.
getIssuerCrypto
Crypto getIssuerCrypto()
- Returns:
- Returns the issuerCrypto.
getIssuerKeyName
String getIssuerKeyName()
- Returns:
- Returns the issuerKeyName.
getIssuerKeyPassword
String getIssuerKeyPassword()
- Returns:
- Returns the issuerKeyPassword.
isSenderVouches
boolean isSenderVouches()
- Returns:
- Returns the senderVouches.
setInstanceDoc
void setInstanceDoc(Document instanceDoc)
- Parameters:
instanceDoc - The instanceDoc to set.
Copyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.