org.apache.ws.security.saml.ext
Class SAMLParms

java.lang.Object
  extended by org.apache.ws.security.saml.ext.SAMLParms

public class SAMLParms
extends Object

Class SAMLParms is a parameter bean that is used to pass raw material from the AssertionWrapper to the SAML builders during statement creation.

Created on May 18, 2009


Constructor Summary
SAMLParms()
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SAMLParms

public SAMLParms()
Method Detail

getIssuer

public String getIssuer()
Method getIssuer returns the issuer of this SAMLParms object.

Returns:
the issuer (type String) of this SAMLParms object.

setIssuer

public void setIssuer(String issuer)
Method setIssuer sets the issuer of this SAMLParms object.

Parameters:
issuer - the issuer of this SAMLParms object.

getSAMLVersion

public org.opensaml.common.SAMLVersion getSAMLVersion()
Get the SAML Version of the SAML Assertion to generate

Returns:
the SAML Version of the SAML Assertion to generate

setSAMLVersion

public void setSAMLVersion(org.opensaml.common.SAMLVersion samlVersion)
Set the SAML Version of the SAML Assertion to generate

Parameters:
samlVersion - the SAML Version of the SAML Assertion to generate

getCallbackHandler

public CallbackHandler getCallbackHandler()
Get the CallbackHandler instance used to populate the SAML Assertion content

Returns:
the CallbackHandler instance used to populate the SAML Assertion content

setCallbackHandler

public void setCallbackHandler(CallbackHandler samlCallbackHandler)
Set the CallbackHandler instance used to populate the SAML Assertion content

Parameters:
samlCallbackHandler - the CallbackHandler instance used to populate the SAML Assertion content


Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.