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

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

public class SAMLParms
extends java.lang.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
 javax.security.auth.callback.CallbackHandler getCallbackHandler()
          Get the CallbackHandler instance used to populate the SAML Assertion content
 java.lang.String getIssuer()
          Method getIssuer returns the issuer of this SAMLParms object.
 void setCallbackHandler(javax.security.auth.callback.CallbackHandler samlCallbackHandler)
          Set the CallbackHandler instance used to populate the SAML Assertion content
 void setIssuer(java.lang.String issuer)
          Method setIssuer sets the issuer of this SAMLParms object.
 
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 java.lang.String getIssuer()
Method getIssuer returns the issuer of this SAMLParms object.

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

setIssuer

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

Parameters:
issuer - the issuer of this SAMLParms object.

getCallbackHandler

public javax.security.auth.callback.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(javax.security.auth.callback.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-2011 The Apache Software Foundation. All Rights Reserved.