public class SAMLParms extends Object
AssertionWrapper to the SAML builders during statement
creation.
Created on May 18, 2009| Constructor and Description |
|---|
SAMLParms() |
| Modifier and Type | Method and Description |
|---|---|
CallbackHandler |
getCallbackHandler()
Get the CallbackHandler instance used to populate the SAML Assertion content
|
String |
getIssuer()
Method getIssuer returns the issuer of this SAMLParms object.
|
org.opensaml.common.SAMLVersion |
getSAMLVersion()
Get the SAML Version of the SAML Assertion to generate
|
void |
setCallbackHandler(CallbackHandler samlCallbackHandler)
Set the CallbackHandler instance used to populate the SAML Assertion content
|
void |
setIssuer(String issuer)
Method setIssuer sets the issuer of this SAMLParms object.
|
void |
setSAMLVersion(org.opensaml.common.SAMLVersion samlVersion)
Set the SAML Version of the SAML Assertion to generate
|
public String getIssuer()
public void setIssuer(String issuer)
issuer - the issuer of this SAMLParms object.public org.opensaml.common.SAMLVersion getSAMLVersion()
public void setSAMLVersion(org.opensaml.common.SAMLVersion samlVersion)
samlVersion - the SAML Version of the SAML Assertion to generatepublic CallbackHandler getCallbackHandler()
public void setCallbackHandler(CallbackHandler samlCallbackHandler)
samlCallbackHandler - the CallbackHandler instance used to populate the
SAML Assertion contentCopyright © 2004–2015 The Apache Software Foundation. All rights reserved.