Uses of Class
com.sun.xml.ws.security.opt.impl.JAXBFilterProcessingContext
-
-
Uses of JAXBFilterProcessingContext in com.sun.xml.ws.security.opt.impl.dsig
Methods in com.sun.xml.ws.security.opt.impl.dsig with parameters of type JAXBFilterProcessingContext Modifier and Type Method Description SignedInfoSignatureElementFactory. constructSignedInfo(JAXBFilterProcessingContext fpContext)static intSignatureProcessor. sign(JAXBFilterProcessingContext context)performs the signatureConstructors in com.sun.xml.ws.security.opt.impl.dsig with parameters of type JAXBFilterProcessingContext Constructor Description SignedMessageHeader(com.sun.xml.ws.api.message.Header header, String id, JAXBFilterProcessingContext context)Creates a new instance of SignedMessageHeaderTokenProcessor(SignaturePolicy sp, JAXBFilterProcessingContext context)Creates a new instance of TokenProcessor -
Uses of JAXBFilterProcessingContext in com.sun.xml.ws.security.opt.impl.enc
Methods in com.sun.xml.ws.security.opt.impl.enc with parameters of type JAXBFilterProcessingContext Modifier and Type Method Description voidEncryptionProcessor. process(JAXBFilterProcessingContext context)performs encryptionConstructors in com.sun.xml.ws.security.opt.impl.enc with parameters of type JAXBFilterProcessingContext Constructor Description TokenProcessor(EncryptionPolicy ep, JAXBFilterProcessingContext context)Creates a new instance of TokenProcessor -
Uses of JAXBFilterProcessingContext in com.sun.xml.ws.security.opt.impl.incoming
Methods in com.sun.xml.ws.security.opt.impl.incoming with parameters of type JAXBFilterProcessingContext Modifier and Type Method Description com.sun.xml.ws.api.message.MessageSecurityRecipient. validateMessage(JAXBFilterProcessingContext ctx)Constructors in com.sun.xml.ws.security.opt.impl.incoming with parameters of type JAXBFilterProcessingContext Constructor Description DerivedKeyToken(XMLStreamReader reader, JAXBFilterProcessingContext pc, HashMap nsDecls)Creates a new instance of DerivedKeyTokenProcessorEncryptedData(XMLStreamReader reader, JAXBFilterProcessingContext pc, HashMap<String,String> parentNS)Creates a new instance of EncryptedDataEncryptedData(XMLStreamReader reader, Key dataEncKey, JAXBFilterProcessingContext pc, HashMap<String,String> parentNS)EncryptedHeader(XMLStreamReader reader, JAXBFilterProcessingContext pc, HashMap<String,String> parentNS)Creates a new instance of EncryptedHeaderEncryptedKey(XMLStreamReader reader, JAXBFilterProcessingContext pc, HashMap nsDecls)Creates a new instance of EncryptedKeyEncryptedKey(XMLStreamReader reader, JAXBFilterProcessingContext pc, HashMap nsDecls, boolean ignoreEKSHA1)ReferenceListHeader(XMLStreamReader reader, JAXBFilterProcessingContext pc)Creates a new instance of ReferenceListHeaderSAMLAssertion(XMLStreamReader reader, JAXBFilterProcessingContext jpc, com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator creator, HashMap nsDecl)Creates a new instance of SAMLAssertionSecurityContextToken(XMLStreamReader reader, JAXBFilterProcessingContext pc, HashMap nsDecls)Creates a new instance of SecurityContextTokenSignature(JAXBFilterProcessingContext jpc, Map<String,String> namespaceList, com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator sbc)Creates a new instance of SignatureProcessorSignature(JAXBFilterProcessingContext jpc, Map<String,String> namespaceList, com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator sbc, boolean cacheSig)TimestampHeader(XMLStreamReader reader, com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator creator, HashMap nsDecls, JAXBFilterProcessingContext ctx)Creates a new instance of TimestampHeaderURIResolver(JAXBFilterProcessingContext pc)Creates a new instance of resolver -
Uses of JAXBFilterProcessingContext in com.sun.xml.ws.security.opt.impl.incoming.processor
Constructors in com.sun.xml.ws.security.opt.impl.incoming.processor with parameters of type JAXBFilterProcessingContext Constructor Description CipherDataProcessor(JAXBFilterProcessingContext pc)Creates a new instance of CipherDataProcessorKeyInfoProcessor(JAXBFilterProcessingContext pc)Creates a new instance of KeyInfoProcessorKeyInfoProcessor(JAXBFilterProcessingContext pc, KeySelector.Purpose purpose)KeyInfoProcessor(JAXBFilterProcessingContext pc, KeySelector.Purpose purpose, boolean isSAMLSCKey)KeyInfoProcessor(JAXBFilterProcessingContext pc, XMLStreamWriter canonWriter, KeySelector.Purpose purpose)KeyValueProcessor(JAXBFilterProcessingContext pc, XMLStreamWriter writer)Creates a new instance of KeyValueProcessorSecurityHeaderProcessor(JAXBFilterProcessingContext context, Map<String,String> namespaceList, XMLInputFactory xi, com.sun.xml.stream.buffer.stax.StreamReaderBufferCreator sbc)Creates a new instance of SecurityHeaderProcessorSecurityTokenProcessor(JAXBFilterProcessingContext context, KeySelector.Purpose purpose)Creates a new instance of SecurityTokenProcessorSecurityTokenProcessor(JAXBFilterProcessingContext context, XMLStreamWriter canonWriter, KeySelector.Purpose purpose)SignedInfoProcessor(com.sun.xml.ws.encoding.TagInfoset signature, HashMap<String,String> parentNSDecls, XMLStreamReader reader, JAXBFilterProcessingContext pc, SignaturePolicy signPolicy, com.sun.xml.stream.buffer.MutableXMLStreamBuffer buffer)Creates a new instance of SignedInfoProcessorTimestampProcessor(JAXBFilterProcessingContext ctx)Creates a new instance of TimestampProcessor -
Uses of JAXBFilterProcessingContext in com.sun.xml.ws.security.opt.impl.keyinfo
Fields in com.sun.xml.ws.security.opt.impl.keyinfo declared as JAXBFilterProcessingContext Modifier and Type Field Description protected JAXBFilterProcessingContextTokenBuilder. context -
Uses of JAXBFilterProcessingContext in com.sun.xml.ws.security.opt.impl.message
Methods in com.sun.xml.ws.security.opt.impl.message with parameters of type JAXBFilterProcessingContext Modifier and Type Method Description ListETHandler. buildEDList(EncryptionPolicy policy, Target target, JAXBFilterProcessingContext context, Key key, KeyInfo ki)protected SecurityHeaderElementETHandler. handleURI(EncryptionPolicy policy, Target target, JAXBFilterProcessingContext context, Key key, KeyInfo ki)protected DataETHandler. toData(Object header, boolean contentOnly, JAXBFilterProcessingContext context)protected SecurityHeaderElementETHandler. toMessageHeader(EncryptionPolicy policy, Target target, JAXBFilterProcessingContext context, Key key, Object header, KeyInfo ki, boolean isEncryptedHeaders) -
Uses of JAXBFilterProcessingContext in com.sun.xml.wss.impl.misc
Methods in com.sun.xml.wss.impl.misc with parameters of type JAXBFilterProcessingContext Modifier and Type Method Description static voidSecurityUtil. checkIncludeTokenPolicyOpt(JAXBFilterProcessingContext context, AuthenticationTokenPolicy.UsernameTokenBinding untBinding, String unTokenid)static voidSecurityUtil. checkIncludeTokenPolicyOpt(JAXBFilterProcessingContext context, AuthenticationTokenPolicy.X509CertificateBinding certInfo, String x509id)static StringSecurityUtil. getDataEncryptionAlgo(JAXBFilterProcessingContext context)
-