com.sun.xml.wss.impl.callback
Class SAMLCallback

java.lang.Object
  extended by com.sun.xml.wss.impl.callback.XWSSCallback
      extended by com.sun.xml.wss.impl.callback.SAMLCallback
All Implemented Interfaces:
Callback

public class SAMLCallback
extends XWSSCallback
implements Callback


Field Summary
static String HOK_ASSERTION_TYPE
           
static String SV_ASSERTION_TYPE
           
static String V10_ASSERTION
           
static String V11_ASSERTION
           
static String V20_ASSERTION
           
 
Constructor Summary
SAMLCallback()
          Creates a new instance of SAMLCallback
 
Method Summary
 Element getAssertionElement()
           
 String getAssertionId()
           
 XMLStreamReader getAssertionReader()
           
 AuthorityBinding getAuthorityBinding()
           
 Element getAuthorityBindingElement()
           
 String getConfirmationMethod()
           
 String getSAMLVersion()
           
 void setAssertionElement(Element samlAssertion)
           
 void setAssertionId(String id)
           
 void setAssertionReader(XMLStreamReader samlAssertion)
           
 void setAuthorityBinding(AuthorityBinding auth)
           
 void setAuthorityBindingElement(Element authority)
           
 void setConfirmationMethod(String meth)
           
 void setSAMLVersion(String ver)
           
 
Methods inherited from class com.sun.xml.wss.impl.callback.XWSSCallback
getRuntimeProperties
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SV_ASSERTION_TYPE

public static final String SV_ASSERTION_TYPE
See Also:
Constant Field Values

HOK_ASSERTION_TYPE

public static final String HOK_ASSERTION_TYPE
See Also:
Constant Field Values

V10_ASSERTION

public static final String V10_ASSERTION
See Also:
Constant Field Values

V11_ASSERTION

public static final String V11_ASSERTION
See Also:
Constant Field Values

V20_ASSERTION

public static final String V20_ASSERTION
See Also:
Constant Field Values
Constructor Detail

SAMLCallback

public SAMLCallback()
Creates a new instance of SAMLCallback

Method Detail

setAssertionElement

public void setAssertionElement(Element samlAssertion)

setAssertionReader

public void setAssertionReader(XMLStreamReader samlAssertion)

getAssertionElement

public Element getAssertionElement()

getAssertionReader

public XMLStreamReader getAssertionReader()

setAuthorityBindingElement

public void setAuthorityBindingElement(Element authority)

getAuthorityBindingElement

public Element getAuthorityBindingElement()

getAuthorityBinding

public AuthorityBinding getAuthorityBinding()

setAuthorityBinding

public void setAuthorityBinding(AuthorityBinding auth)

setConfirmationMethod

public void setConfirmationMethod(String meth)

getConfirmationMethod

public String getConfirmationMethod()

getSAMLVersion

public String getSAMLVersion()

setSAMLVersion

public void setSAMLVersion(String ver)

setAssertionId

public void setAssertionId(String id)

getAssertionId

public String getAssertionId()


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.