org.apache.ws.secpolicy.model
Class SecureConversationToken

java.lang.Object
  extended byorg.apache.ws.secpolicy.model.AbstractSecurityAssertion
      extended byorg.apache.ws.secpolicy.model.Token
          extended byorg.apache.ws.secpolicy.model.SecurityContextToken
              extended byorg.apache.ws.secpolicy.model.SecureConversationToken
All Implemented Interfaces:
org.apache.neethi.Assertion, org.apache.neethi.PolicyComponent

public class SecureConversationToken
extends SecurityContextToken

Model class of SecureConversationToken asertion


Constructor Summary
SecureConversationToken()
           
 
Method Summary
 org.apache.neethi.Policy getBootstrapPolicy()
           
 org.apache.axiom.om.OMElement getIssuerEpr()
           
 javax.xml.namespace.QName getName()
           
 void serialize(javax.xml.stream.XMLStreamWriter writer)
           
 void setBootstrapPolicy(org.apache.neethi.Policy bootstrapPolicy)
           
 void setIssuerEpr(org.apache.axiom.om.OMElement issuerEpr)
           
 
Methods inherited from class org.apache.ws.secpolicy.model.SecurityContextToken
isRequireExternalUriRef, isSc10SecurityContextToken, normalize, setRequireExternalUriRef, setSc10SecurityContextToken
 
Methods inherited from class org.apache.ws.secpolicy.model.Token
getInclusion, isDerivedKeys, setDerivedKeys, setInclusion
 
Methods inherited from class org.apache.ws.secpolicy.model.AbstractSecurityAssertion
equal, getType, isNormalized, isOptional, setNormalized, setOptional
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecureConversationToken

public SecureConversationToken()
Method Detail

getBootstrapPolicy

public org.apache.neethi.Policy getBootstrapPolicy()
Returns:
Returns the bootstrapPolicy.

setBootstrapPolicy

public void setBootstrapPolicy(org.apache.neethi.Policy bootstrapPolicy)
Parameters:
bootstrapPolicy - The bootstrapPolicy to set.

getName

public javax.xml.namespace.QName getName()
Specified by:
getName in interface org.apache.neethi.Assertion
Overrides:
getName in class SecurityContextToken

serialize

public void serialize(javax.xml.stream.XMLStreamWriter writer)
               throws javax.xml.stream.XMLStreamException
Specified by:
serialize in interface org.apache.neethi.Assertion
Overrides:
serialize in class SecurityContextToken
Throws:
javax.xml.stream.XMLStreamException

getIssuerEpr

public org.apache.axiom.om.OMElement getIssuerEpr()
Returns:
Returns the issuerEpr.

setIssuerEpr

public void setIssuerEpr(org.apache.axiom.om.OMElement issuerEpr)
Parameters:
issuerEpr - The issuerEpr to set.


Copyright © 2005-2007 Apache Software Foundation. All Rights Reserved.