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 MessagePolicy
SCTokenWrapper. getMessagePolicy()
MessagePolicy
SecurityPolicyHolder. getMessagePolicy()
MessagePolicy
XWSSPolicyContainer. getMessagePolicy(boolean isWSS11)
MessagePolicy
XWSSPolicyGenerator. getXWSSPolicy()
Methods in com.sun.xml.ws.security.impl.policyconv with parameters of type MessagePolicy Modifier and Type Method Description void
SecurityPolicyHolder. setMessagePolicy(MessagePolicy mp)
void
SCTokenWrapper. 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 MessagePolicy
AlternativeSelector. 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 MessagePolicy
AlternativeSelector. selectAlternative(ProcessingContext ctx, List<MessagePolicy> alternatives, SecurityPolicy recvdPolicy)
boolean
AlternativeSelector. 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 MessagePolicy
ProcessingContextImpl. inferredSecurityPolicy
Methods in com.sun.xml.wss.impl that return MessagePolicy Modifier and Type Method Description MessagePolicy
ProcessingContextImpl. 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 MessagePolicy
DeclarativeSecurityConfiguration. receiverSettings()
MessagePolicy
DeclarativeSecurityConfiguration. 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 boolean
MessagePolicy. 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 MessagePolicy
UsernameOrSAMLAlternativeSelector. selectAlternative(ProcessingContext ctx, List<MessagePolicy> alternatives, SecurityPolicy recvdPolicy)
MessagePolicy
UsernameOrX509AlternativeSelector. 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 void
MessagePolicyVerifier. printInferredSecurityPolicy(MessagePolicy inferredSecurityPolicy)
Method parameters in com.sun.xml.wss.impl.policy.verifier with type arguments of type MessagePolicy Modifier and Type Method Description MessagePolicy
UsernameOrSAMLAlternativeSelector. selectAlternative(ProcessingContext ctx, List<MessagePolicy> alternatives, SecurityPolicy recvdPolicy)
MessagePolicy
UsernameOrX509AlternativeSelector. selectAlternative(ProcessingContext ctx, List<MessagePolicy> alternatives, SecurityPolicy recvdPolicy)
boolean
UsernameOrSAMLAlternativeSelector. supportsAlternatives(List<MessagePolicy> alternatives)
boolean
UsernameOrX509AlternativeSelector. 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 MessagePolicy
SecurityTubeBase. getInboundXWSBootstrapPolicy(Token scAssertion)
protected MessagePolicy
SecurityServerTube. getOutgoingFaultPolicy(Packet packet)
protected MessagePolicy
SecurityTubeBase. getOutgoingXWSBootstrapPolicy(Token scAssertion)
protected MessagePolicy
SecurityServerTube. getOutgoingXWSSecurityPolicy(Packet packet, boolean isSCMessage)
protected MessagePolicy
SecurityTubeBase. 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 MessagePolicy
WSITServerAuthContext. getOutgoingFaultPolicy(Packet packet)
protected MessagePolicy
WSITAuthContextBase. getOutgoingXWSBootstrapPolicy(Token scAssertion)
protected MessagePolicy
WSITAuthContextBase. getOutgoingXWSSecurityPolicy(Packet packet, boolean isSCMessage)
protected MessagePolicy
WSITServerAuthContext. getOutgoingXWSSecurityPolicy(Packet packet, boolean isSCMessage)
-