Uses of Class
com.sun.xml.wss.impl.policy.mls.MessagePolicy
-
-
Uses of MessagePolicy in com.sun.xml.ws.security.impl.policyconv
Methods in com.sun.xml.ws.security.impl.policyconv that return MessagePolicy Modifier and Type Method Description MessagePolicySCTokenWrapper. getMessagePolicy()MessagePolicySecurityPolicyHolder. getMessagePolicy()MessagePolicyXWSSPolicyContainer. getMessagePolicy(boolean isWSS11)MessagePolicyXWSSPolicyGenerator. getXWSSPolicy()Methods in com.sun.xml.ws.security.impl.policyconv with parameters of type MessagePolicy Modifier and Type Method Description voidSecurityPolicyHolder. setMessagePolicy(MessagePolicy mp)voidSCTokenWrapper. setMessagePolicyp(MessagePolicy mp)Constructors in com.sun.xml.ws.security.impl.policyconv with parameters of type MessagePolicy Constructor Description RequiredElementsProcessor(List<RequiredElements> al, MessagePolicy mp)Creates a new instance of RequiredElementProcessorSCTokenWrapper(PolicyAssertion scToken, MessagePolicy mp)Creates a new instance of SCTokenWrapper -
Uses of MessagePolicy in com.sun.xml.ws.security.spi
Methods in com.sun.xml.ws.security.spi that return MessagePolicy Modifier and Type Method Description MessagePolicyAlternativeSelector. selectAlternative(ProcessingContext ctx, List<MessagePolicy> alternatives, SecurityPolicy recvdPolicy)Method parameters in com.sun.xml.ws.security.spi with type arguments of type MessagePolicy Modifier and Type Method Description MessagePolicyAlternativeSelector. selectAlternative(ProcessingContext ctx, List<MessagePolicy> alternatives, SecurityPolicy recvdPolicy)booleanAlternativeSelector. supportsAlternatives(List<MessagePolicy> alternatives) -
Uses of MessagePolicy in com.sun.xml.wss.impl
Fields in com.sun.xml.wss.impl declared as MessagePolicy Modifier and Type Field Description protected MessagePolicyProcessingContextImpl. inferredSecurityPolicyMethods in com.sun.xml.wss.impl that return MessagePolicy Modifier and Type Method Description MessagePolicyProcessingContextImpl. getInferredSecurityPolicy() -
Uses of MessagePolicy in com.sun.xml.wss.impl.config
Methods in com.sun.xml.wss.impl.config that return MessagePolicy Modifier and Type Method Description MessagePolicyDeclarativeSecurityConfiguration. receiverSettings()MessagePolicyDeclarativeSecurityConfiguration. senderSettings() -
Uses of MessagePolicy in com.sun.xml.wss.impl.policy
Methods in com.sun.xml.wss.impl.policy that return types with arguments of type MessagePolicy Modifier and Type Method Description List<MessagePolicy>PolicyAlternatives. getSecurityPolicy()Constructor parameters in com.sun.xml.wss.impl.policy with type arguments of type MessagePolicy Constructor Description PolicyAlternatives(List<MessagePolicy> policies) -
Uses of MessagePolicy in com.sun.xml.wss.impl.policy.mls
Methods in com.sun.xml.wss.impl.policy.mls with parameters of type MessagePolicy Modifier and Type Method Description booleanMessagePolicy. equals(MessagePolicy policy)Equals operator -
Uses of MessagePolicy in com.sun.xml.wss.impl.policy.verifier
Methods in com.sun.xml.wss.impl.policy.verifier that return MessagePolicy Modifier and Type Method Description MessagePolicyUsernameOrSAMLAlternativeSelector. selectAlternative(ProcessingContext ctx, List<MessagePolicy> alternatives, SecurityPolicy recvdPolicy)MessagePolicyUsernameOrX509AlternativeSelector. selectAlternative(ProcessingContext ctx, List<MessagePolicy> alternatives, SecurityPolicy recvdPolicy)Methods in com.sun.xml.wss.impl.policy.verifier with parameters of type MessagePolicy Modifier and Type Method Description voidMessagePolicyVerifier. printInferredSecurityPolicy(MessagePolicy inferredSecurityPolicy)Method parameters in com.sun.xml.wss.impl.policy.verifier with type arguments of type MessagePolicy Modifier and Type Method Description MessagePolicyUsernameOrSAMLAlternativeSelector. selectAlternative(ProcessingContext ctx, List<MessagePolicy> alternatives, SecurityPolicy recvdPolicy)MessagePolicyUsernameOrX509AlternativeSelector. selectAlternative(ProcessingContext ctx, List<MessagePolicy> alternatives, SecurityPolicy recvdPolicy)booleanUsernameOrSAMLAlternativeSelector. supportsAlternatives(List<MessagePolicy> alternatives)booleanUsernameOrX509AlternativeSelector. supportsAlternatives(List<MessagePolicy> alternatives) -
Uses of MessagePolicy in com.sun.xml.wss.jaxws.impl
Methods in com.sun.xml.wss.jaxws.impl that return MessagePolicy Modifier and Type Method Description protected MessagePolicySecurityTubeBase. getInboundXWSBootstrapPolicy(Token scAssertion)protected MessagePolicySecurityServerTube. getOutgoingFaultPolicy(Packet packet)protected MessagePolicySecurityTubeBase. getOutgoingXWSBootstrapPolicy(Token scAssertion)protected MessagePolicySecurityServerTube. getOutgoingXWSSecurityPolicy(Packet packet, boolean isSCMessage)protected MessagePolicySecurityTubeBase. getOutgoingXWSSecurityPolicy(Packet packet, boolean isSCMessage) -
Uses of MessagePolicy in com.sun.xml.wss.provider.wsit
Methods in com.sun.xml.wss.provider.wsit that return MessagePolicy Modifier and Type Method Description protected MessagePolicyWSITServerAuthContext. getOutgoingFaultPolicy(Packet packet)protected MessagePolicyWSITAuthContextBase. getOutgoingXWSBootstrapPolicy(Token scAssertion)protected MessagePolicyWSITAuthContextBase. getOutgoingXWSSecurityPolicy(Packet packet, boolean isSCMessage)protected MessagePolicyWSITServerAuthContext. getOutgoingXWSSecurityPolicy(Packet packet, boolean isSCMessage)
-