com.sun.xml.ws.security.opt.impl.incoming
Class SecurityContext
java.lang.Object
com.sun.xml.ws.security.opt.impl.incoming.SecurityContext
public class SecurityContext
- extends Object
- Author:
- K.Venugopal@sun.com
|
Constructor Summary |
SecurityContext()
Creates a new instance of SecurityContext |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SecurityContext
public SecurityContext()
- Creates a new instance of SecurityContext
setAttachmentSet
public void setAttachmentSet(AttachmentSet attachments)
getAttachmentSet
public AttachmentSet getAttachmentSet()
getDecryptedAttachmentSet
public AttachmentSet getDecryptedAttachmentSet()
getInferredKB
public MLSPolicy getInferredKB()
setInferredKB
public void setInferredKB(MLSPolicy inferredKB)
setProcessedSecurityHeaders
public void setProcessedSecurityHeaders(ArrayList headers)
getProcessedSecurityHeaders
public ArrayList getProcessedSecurityHeaders()
setBufferedSecurityHeaders
public void setBufferedSecurityHeaders(ArrayList headers)
getBufferedSecurityHeaders
public ArrayList getBufferedSecurityHeaders()
getNonSecurityHeaders
public MessageHeaders getNonSecurityHeaders()
setNonSecurityHeaders
public void setNonSecurityHeaders(MessageHeaders list)
setSecurityHdrNSDecls
public void setSecurityHdrNSDecls(HashMap<String,String> nsDecls)
getSecurityHdrNSDecls
public HashMap<String,String> getSecurityHdrNSDecls()
setSOAPEnvelopeNSDecls
public void setSOAPEnvelopeNSDecls(HashMap<String,String> nsDecls)
getSOAPEnvelopeNSDecls
public HashMap<String,String> getSOAPEnvelopeNSDecls()
getProcessingContext
public ProcessingContext getProcessingContext()
setProcessingContext
public void setProcessingContext(ProcessingContext pc)
setIsSAMLKeyBinding
public void setIsSAMLKeyBinding(boolean flag)
getIsSAMLKeyBinding
public boolean getIsSAMLKeyBinding()
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.