|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of PolicyAssertion in com.sun.xml.ws.addressing.policy |
|---|
| Methods in com.sun.xml.ws.addressing.policy with parameters of type PolicyAssertion | |
|---|---|
PolicyAssertionValidator.Fitness |
AddressingPolicyValidator.validateClientSide(PolicyAssertion assertion)
|
PolicyAssertionValidator.Fitness |
AddressingPolicyValidator.validateServerSide(PolicyAssertion assertion)
|
| Uses of PolicyAssertion in com.sun.xml.ws.api.config.management.policy |
|---|
| Subclasses of PolicyAssertion in com.sun.xml.ws.api.config.management.policy | |
|---|---|
class |
ManagedClientAssertion
The client-side ManagedClient policy assertion. |
class |
ManagedServiceAssertion
The server-side ManagedService policy assertion. |
class |
ManagementAssertion
Base class for the #ManagedClientAssertion and #ManagedServiceAssertion. |
| Constructor parameters in com.sun.xml.ws.api.config.management.policy with type arguments of type PolicyAssertion | |
|---|---|
ManagedClientAssertion(AssertionData data,
Collection<PolicyAssertion> assertionParameters)
|
|
ManagedServiceAssertion(AssertionData data,
Collection<PolicyAssertion> assertionParameters)
|
|
ManagementAssertion(QName name,
AssertionData data,
Collection<PolicyAssertion> assertionParameters)
Create a new ManagementAssertion instance. |
|
| Uses of PolicyAssertion in com.sun.xml.ws.config.management.policy |
|---|
| Methods in com.sun.xml.ws.config.management.policy that return PolicyAssertion | |
|---|---|
PolicyAssertion |
ManagementAssertionCreator.createAssertion(AssertionData data,
Collection<PolicyAssertion> assertionParameters,
AssertionSet nestedAlternative,
PolicyAssertionCreator defaultCreator)
|
| Methods in com.sun.xml.ws.config.management.policy with parameters of type PolicyAssertion | |
|---|---|
PolicyAssertionValidator.Fitness |
ManagementPolicyValidator.validateClientSide(PolicyAssertion assertion)
|
PolicyAssertionValidator.Fitness |
ManagementPolicyValidator.validateServerSide(PolicyAssertion assertion)
|
| Method parameters in com.sun.xml.ws.config.management.policy with type arguments of type PolicyAssertion | |
|---|---|
PolicyAssertion |
ManagementAssertionCreator.createAssertion(AssertionData data,
Collection<PolicyAssertion> assertionParameters,
AssertionSet nestedAlternative,
PolicyAssertionCreator defaultCreator)
|
| Uses of PolicyAssertion in com.sun.xml.ws.encoding.policy |
|---|
| Methods in com.sun.xml.ws.encoding.policy with parameters of type PolicyAssertion | |
|---|---|
PolicyAssertionValidator.Fitness |
EncodingPolicyValidator.validateClientSide(PolicyAssertion assertion)
|
PolicyAssertionValidator.Fitness |
EncodingPolicyValidator.validateServerSide(PolicyAssertion assertion)
|
| Uses of PolicyAssertion in com.sun.xml.ws.policy |
|---|
| Subclasses of PolicyAssertion in com.sun.xml.ws.policy | |
|---|---|
class |
ComplexAssertion
Complex assertion is an abstract class that serves as a base class for any assertion that MAY contain nested policies. |
class |
SimpleAssertion
Simple assertion is an abstract class that serves as a base class for any assertion that MAY NOT contain nested policies. |
| Methods in com.sun.xml.ws.policy with type parameters of type PolicyAssertion | ||
|---|---|---|
|
PolicyAssertion.getImplementation(Class<T> type)
Casts the assertion to the implementation type. |
|
| Methods in com.sun.xml.ws.policy that return types with arguments of type PolicyAssertion | |
|---|---|
Collection<PolicyAssertion> |
AssertionSet.get(QName name)
Searches for assertions with given name. |
Iterator<PolicyAssertion> |
PolicyAssertion.getNestedAssertionsIterator()
Deprecated. Use getNestedParametersIterator() instead |
Iterator<PolicyAssertion> |
PolicyAssertion.getParametersIterator()
Returns the assertion's parameter collection iterator. |
Iterator<PolicyAssertion> |
AssertionSet.iterator()
Returns an iterator over a set of child policy assertion objects. |
| Methods in com.sun.xml.ws.policy with parameters of type PolicyAssertion | |
|---|---|
PolicyAssertionValidator.Fitness |
AssertionValidationProcessor.validateClientSide(PolicyAssertion assertion)
Validates fitness of the assertion on the client side. |
PolicyAssertionValidator.Fitness |
AssertionValidationProcessor.validateServerSide(PolicyAssertion assertion)
Validates fitness of the assertion on the server side. |
| Method parameters in com.sun.xml.ws.policy with type arguments of type PolicyAssertion | |
|---|---|
static AssertionSet |
AssertionSet.createAssertionSet(Collection<? extends PolicyAssertion> assertions)
Creates and returns new assertion set holding a set of provided policy assertions. |
| Constructor parameters in com.sun.xml.ws.policy with type arguments of type PolicyAssertion | |
|---|---|
ComplexAssertion(AssertionData data,
Collection<? extends PolicyAssertion> assertionParameters,
AssertionSet nestedAlternative)
|
|
PolicyAssertion(AssertionData assertionData,
Collection<? extends PolicyAssertion> assertionParameters)
Creates generic assertionand stores the data specified in input parameters |
|
PolicyAssertion(AssertionData assertionData,
Collection<? extends PolicyAssertion> assertionParameters,
AssertionSet nestedAlternative)
Deprecated. Non-abstract assertion types should derive from SimpleAssertion
or ComplexAssertion instead. Policy class will not provide support for
nested policy alternatives in the future. This responsibility is delegated to
ComplexAssertion class instead. |
|
SimpleAssertion(AssertionData data,
Collection<? extends PolicyAssertion> assertionParameters)
|
|
| Uses of PolicyAssertion in com.sun.xml.ws.policy.sourcemodel |
|---|
| Method parameters in com.sun.xml.ws.policy.sourcemodel with type arguments of type PolicyAssertion | |
|---|---|
protected void |
PolicyModelGenerator.translate(ModelNode assertionNode,
Iterator<PolicyAssertion> assertionParametersIterator)
Iterates through all contained assertions and adds them to the info model. |
| Uses of PolicyAssertion in com.sun.xml.ws.policy.spi |
|---|
| Methods in com.sun.xml.ws.policy.spi that return PolicyAssertion | |
|---|---|
PolicyAssertion |
PolicyAssertionCreator.createAssertion(AssertionData data,
Collection<PolicyAssertion> assertionParameters,
AssertionSet nestedAlternative,
PolicyAssertionCreator defaultCreator)
Creates domain-specific policy assertion instance according to assertion data provided. |
| Methods in com.sun.xml.ws.policy.spi with parameters of type PolicyAssertion | |
|---|---|
PolicyAssertionValidator.Fitness |
AbstractQNameValidator.validateClientSide(PolicyAssertion assertion)
|
PolicyAssertionValidator.Fitness |
PolicyAssertionValidator.validateClientSide(PolicyAssertion assertion)
An implementation of this method must return: Fitness.UNKNOWN if the policy assertion type is not recognized
Fitness.SUPPORTED if the policy assertion is supported in the
client-side context
Fitness.UNSUPPORTED if the policy assertion is recognized however
it's content is not supported. |
PolicyAssertionValidator.Fitness |
AbstractQNameValidator.validateServerSide(PolicyAssertion assertion)
|
PolicyAssertionValidator.Fitness |
PolicyAssertionValidator.validateServerSide(PolicyAssertion assertion)
An implementation of this method must return: Fitness.UNKNOWN if the policy assertion type is not recognized
Fitness.SUPPORTED if the policy assertion is supported in the
server-side context
Fitness.UNSUPPORTED if the policy assertion is recognized however
it's content is not supported. |
| Method parameters in com.sun.xml.ws.policy.spi with type arguments of type PolicyAssertion | |
|---|---|
PolicyAssertion |
PolicyAssertionCreator.createAssertion(AssertionData data,
Collection<PolicyAssertion> assertionParameters,
AssertionSet nestedAlternative,
PolicyAssertionCreator defaultCreator)
Creates domain-specific policy assertion instance according to assertion data provided. |
| Uses of PolicyAssertion in com.sun.xml.ws.rx.mc.policy.spi_impl |
|---|
| Methods in com.sun.xml.ws.rx.mc.policy.spi_impl that return PolicyAssertion | |
|---|---|
PolicyAssertion |
McAssertionCreator.createAssertion(AssertionData data,
Collection<PolicyAssertion> assertionParameters,
AssertionSet nestedAlternative,
PolicyAssertionCreator defaultCreator)
|
| Methods in com.sun.xml.ws.rx.mc.policy.spi_impl with parameters of type PolicyAssertion | |
|---|---|
PolicyAssertionValidator.Fitness |
McAssertionValidator.validateClientSide(PolicyAssertion assertion)
|
PolicyAssertionValidator.Fitness |
McAssertionValidator.validateServerSide(PolicyAssertion assertion)
|
| Method parameters in com.sun.xml.ws.rx.mc.policy.spi_impl with type arguments of type PolicyAssertion | |
|---|---|
PolicyAssertion |
McAssertionCreator.createAssertion(AssertionData data,
Collection<PolicyAssertion> assertionParameters,
AssertionSet nestedAlternative,
PolicyAssertionCreator defaultCreator)
|
| Uses of PolicyAssertion in com.sun.xml.ws.rx.mc.policy.wsmc200702 |
|---|
| Subclasses of PolicyAssertion in com.sun.xml.ws.rx.mc.policy.wsmc200702 | |
|---|---|
class |
MakeConnectionSupportedAssertion
The MakeConnection policy assertion indicates that the MakeConnection protocol (operation and the use of the MakeConnection URI template in EndpointReferences) is required for messages sent from this endpoint. |
| Constructor parameters in com.sun.xml.ws.rx.mc.policy.wsmc200702 with type arguments of type PolicyAssertion | |
|---|---|
MakeConnectionSupportedAssertion(AssertionData data,
Collection<? extends PolicyAssertion> assertionParameters)
|
|
| Uses of PolicyAssertion in com.sun.xml.ws.rx.policy |
|---|
| Methods in com.sun.xml.ws.rx.policy that return PolicyAssertion | |
|---|---|
PolicyAssertion |
AssertionInstantiator.newInstance(AssertionData data,
Collection<PolicyAssertion> assertionParameters,
AssertionSet nestedAlternative)
|
| Method parameters in com.sun.xml.ws.rx.policy with type arguments of type PolicyAssertion | |
|---|---|
PolicyAssertion |
AssertionInstantiator.newInstance(AssertionData data,
Collection<PolicyAssertion> assertionParameters,
AssertionSet nestedAlternative)
|
| Uses of PolicyAssertion in com.sun.xml.ws.rx.rm.policy.metro200603 |
|---|
| Subclasses of PolicyAssertion in com.sun.xml.ws.rx.rm.policy.metro200603 | |
|---|---|
class |
AckRequestIntervalClientAssertion
Defines the suggested minimum time that the sender (RM Source) should allow to elapse between sending consecutive Acknowledgement request messages to the RM Destination. |
class |
AllowDuplicatesAssertion
Proprietary assertion that works with WS-RM v1.0 (WSRM200502) and enables "At Least Once" message delivery: Each message is to be delivered at least once, or else an error MUST be raised by the RM Source and/or RM Destination. |
class |
CloseTimeoutClientAssertion
Defines a period of time after which an attempt to close a session would timeout. |
class |
OrderedDeliveryAssertion
Proprietary assertion that works with WS-RM v1.0 (WSRM200502) and enables "In Order" message delivery: Messages from each individual Sequence are to be delivered in the same order they have been sent by the Application Source. |
class |
ResendIntervalClientAssertion
Specifies how long the RM Source will wait after transmitting a message and before retransmitting the message. |
| Constructor parameters in com.sun.xml.ws.rx.rm.policy.metro200603 with type arguments of type PolicyAssertion | |
|---|---|
AllowDuplicatesAssertion(AssertionData data,
Collection<? extends PolicyAssertion> assertionParameters)
|
|
CloseTimeoutClientAssertion(AssertionData data,
Collection<? extends PolicyAssertion> assertionParameters)
|
|
OrderedDeliveryAssertion(AssertionData data,
Collection<? extends PolicyAssertion> assertionParameters)
|
|
ResendIntervalClientAssertion(AssertionData data,
Collection<? extends PolicyAssertion> assertionParameters)
|
|
| Uses of PolicyAssertion in com.sun.xml.ws.rx.rm.policy.metro200702 |
|---|
| Subclasses of PolicyAssertion in com.sun.xml.ws.rx.rm.policy.metro200702 | |
|---|---|
class |
AckRequestIntervalAssertion
Defines the suggested minimum time that the sender (RM Source) should allow to elapse between sending consecutive Acknowledgement request messages to the RM Destination. |
class |
CloseSequenceTimeoutAssertion
By default, the call to proxy.close() will not return until all messages have been acknowledged. |
class |
MaintenanceTaskPeriodAssertion
Specifies the period (in milliseconds) of a sequence maintenance task execution. |
class |
MaxConcurrentSessionsAssertion
Specifies how many concurrently active RM sessions (measured based on inbound RM sequences) the SequenceManager dedicated to the WS Endpoint accepts before starting to refuse new requests for sequence creation. |
class |
PersistentAssertion
|
class |
RetransmissionConfigAssertion
|
| Constructor parameters in com.sun.xml.ws.rx.rm.policy.metro200702 with type arguments of type PolicyAssertion | |
|---|---|
PersistentAssertion(AssertionData data,
Collection<? extends PolicyAssertion> assertionParameters)
|
|
| Uses of PolicyAssertion in com.sun.xml.ws.rx.rm.policy.net200502 |
|---|
| Subclasses of PolicyAssertion in com.sun.xml.ws.rx.rm.policy.net200502 | |
|---|---|
class |
RmFlowControlAssertion
Defines maximum server-side buffer size in ordered delivery scenario. |
| Uses of PolicyAssertion in com.sun.xml.ws.rx.rm.policy.net200702 |
|---|
| Subclasses of PolicyAssertion in com.sun.xml.ws.rx.rm.policy.net200702 | |
|---|---|
class |
AcknowledgementIntervalAssertion
Assertion which replaces acknowledgement interval attribute of WS-RMP v1.0 RMAssertion. |
class |
InactivityTimeoutAssertion
Assertion which replaces inactivity timeout attribute of WS-RMP v1.0 RMAssertion. |
| Constructor parameters in com.sun.xml.ws.rx.rm.policy.net200702 with type arguments of type PolicyAssertion | |
|---|---|
AcknowledgementIntervalAssertion(AssertionData data,
Collection<? extends PolicyAssertion> assertionParameters)
|
|
InactivityTimeoutAssertion(AssertionData data,
Collection<? extends PolicyAssertion> assertionParameters)
|
|
| Uses of PolicyAssertion in com.sun.xml.ws.rx.rm.policy.spi_impl |
|---|
| Methods in com.sun.xml.ws.rx.rm.policy.spi_impl that return PolicyAssertion | |
|---|---|
PolicyAssertion |
RmAssertionCreator.createAssertion(AssertionData data,
Collection<PolicyAssertion> assertionParameters,
AssertionSet nestedAlternative,
PolicyAssertionCreator defaultCreator)
|
| Methods in com.sun.xml.ws.rx.rm.policy.spi_impl with parameters of type PolicyAssertion | |
|---|---|
PolicyAssertionValidator.Fitness |
RmAssertionValidator.validateClientSide(PolicyAssertion assertion)
|
PolicyAssertionValidator.Fitness |
RmAssertionValidator.validateServerSide(PolicyAssertion assertion)
|
| Method parameters in com.sun.xml.ws.rx.rm.policy.spi_impl with type arguments of type PolicyAssertion | |
|---|---|
PolicyAssertion |
RmAssertionCreator.createAssertion(AssertionData data,
Collection<PolicyAssertion> assertionParameters,
AssertionSet nestedAlternative,
PolicyAssertionCreator defaultCreator)
|
| Uses of PolicyAssertion in com.sun.xml.ws.rx.rm.policy.wsrm200502 |
|---|
| Subclasses of PolicyAssertion in com.sun.xml.ws.rx.rm.policy.wsrm200502 | |
|---|---|
class |
Rm10Assertion
Specifies that WS-ReliableMessaging protocol MUST be used when sending messages. |
| Uses of PolicyAssertion in com.sun.xml.ws.rx.rm.policy.wsrm200702 |
|---|
| Subclasses of PolicyAssertion in com.sun.xml.ws.rx.rm.policy.wsrm200702 | |
|---|---|
class |
DeliveryAssuranceAssertion
|
class |
Rm11Assertion
|
| Uses of PolicyAssertion in com.sun.xml.ws.security.addressing.impl.policy |
|---|
| Subclasses of PolicyAssertion in com.sun.xml.ws.security.addressing.impl.policy | |
|---|---|
class |
Address
|
class |
EndpointReference
|
| Methods in com.sun.xml.ws.security.addressing.impl.policy that return PolicyAssertion | |
|---|---|
PolicyAssertion |
AddressingPolicyAssertionCreator.createAssertion(AssertionData assertionData,
Collection<PolicyAssertion> nestedAssertions,
AssertionSet nestedAlternative,
PolicyAssertionCreator policyAssertionCreator)
|
| Method parameters in com.sun.xml.ws.security.addressing.impl.policy with type arguments of type PolicyAssertion | |
|---|---|
PolicyAssertion |
AddressingPolicyAssertionCreator.createAssertion(AssertionData assertionData,
Collection<PolicyAssertion> nestedAssertions,
AssertionSet nestedAlternative,
PolicyAssertionCreator policyAssertionCreator)
|
| Constructor parameters in com.sun.xml.ws.security.addressing.impl.policy with type arguments of type PolicyAssertion | |
|---|---|
Address(AssertionData name,
Collection<PolicyAssertion> nestedAssertions,
AssertionSet nestedAlternative)
|
|
EndpointReference(AssertionData name,
Collection<PolicyAssertion> nestedAssertions,
AssertionSet nestedAlternative)
Creates a new instance of EndpointReference |
|
| Uses of PolicyAssertion in com.sun.xml.ws.security.addressing.policy |
|---|
| Methods in com.sun.xml.ws.security.addressing.policy with parameters of type PolicyAssertion | |
|---|---|
PolicyAssertionValidator.Fitness |
WsawAddressingPolicyValidator.validateClientSide(PolicyAssertion assertion)
|
PolicyAssertionValidator.Fitness |
WsawAddressingPolicyValidator.validateServerSide(PolicyAssertion assertion)
|
| Uses of PolicyAssertion in com.sun.xml.ws.security.impl.policy |
|---|
| Methods in com.sun.xml.ws.security.impl.policy that return PolicyAssertion | |
|---|---|
PolicyAssertion |
SecurityPolicyAssertionCreator.createAssertion(AssertionData assertionData,
Collection<PolicyAssertion> nestedAssertions,
AssertionSet nestedAlternative,
PolicyAssertionCreator policyAssertionCreator)
|
PolicyAssertion |
Issuer.getReferenceParameters()
|
PolicyAssertion |
Issuer.getReferenceProperties()
|
PolicyAssertion |
Issuer.getServiceName()
|
| Methods in com.sun.xml.ws.security.impl.policy that return types with arguments of type PolicyAssertion | |
|---|---|
Iterator<? extends PolicyAssertion> |
JMACAuthModuleConfiguration.getAuthModules()
|
Iterator<? extends PolicyAssertion> |
CallbackHandlerConfiguration.getCallbackHandlers()
|
Iterator<? extends PolicyAssertion> |
ValidatorConfiguration.getValidators()
|
| Method parameters in com.sun.xml.ws.security.impl.policy with type arguments of type PolicyAssertion | |
|---|---|
PolicyAssertion |
SecurityPolicyAssertionCreator.createAssertion(AssertionData assertionData,
Collection<PolicyAssertion> nestedAssertions,
AssertionSet nestedAlternative,
PolicyAssertionCreator policyAssertionCreator)
|
| Uses of PolicyAssertion in com.sun.xml.ws.security.impl.policyconv |
|---|
| Subclasses of PolicyAssertion in com.sun.xml.ws.security.impl.policyconv | |
|---|---|
class |
SCTokenWrapper
|
| Methods in com.sun.xml.ws.security.impl.policyconv that return types with arguments of type PolicyAssertion | |
|---|---|
Set<PolicyAssertion> |
SecurityPolicyHolder.getConfigAssertions(String namespaceuri)
|
List<PolicyAssertion> |
SCTokenWrapper.getIssuedTokens()
|
List<PolicyAssertion> |
SecurityPolicyHolder.getIssuedTokens()
|
List<PolicyAssertion> |
SCTokenWrapper.getKerberosTokens()
|
List<PolicyAssertion> |
SecurityPolicyHolder.getKerberosTokens()
|
List<PolicyAssertion> |
SecurityPolicyHolder.getSecureConversationTokens()
|
| Methods in com.sun.xml.ws.security.impl.policyconv with parameters of type PolicyAssertion | |
|---|---|
void |
SecurityPolicyHolder.addConfigAssertions(PolicyAssertion assertion)
|
void |
SecurityPolicyHolder.addIssuedToken(PolicyAssertion pa)
|
void |
SecurityPolicyHolder.addKerberosToken(PolicyAssertion pa)
|
void |
SecurityPolicyHolder.addSecureConversationToken(PolicyAssertion pa)
|
static SecurityPolicyVersion |
SecurityPolicyUtil.getSPVersion(PolicyAssertion pa)
|
void |
TokenProcessor.setTokenValueType(AuthenticationTokenPolicy.KerberosTokenBinding kerberosBinding,
PolicyAssertion tokenAssertion)
|
void |
TokenProcessor.setTokenValueType(AuthenticationTokenPolicy.X509CertificateBinding x509CB,
PolicyAssertion tokenAssertion)
|
| Method parameters in com.sun.xml.ws.security.impl.policyconv with type arguments of type PolicyAssertion | |
|---|---|
void |
SecurityPolicyHolder.addIssuedTokens(List<PolicyAssertion> list)
|
| Constructors in com.sun.xml.ws.security.impl.policyconv with parameters of type PolicyAssertion | |
|---|---|
SCTokenWrapper(PolicyAssertion scToken,
MessagePolicy mp)
Creates a new instance of SCTokenWrapper |
|
| Uses of PolicyAssertion in com.sun.xml.ws.security.policy |
|---|
| Methods in com.sun.xml.ws.security.policy that return PolicyAssertion | |
|---|---|
abstract PolicyAssertion |
WSSecurityPolicyFactory.createSecurityAssertion(QName name)
|
abstract PolicyAssertion |
WSSecurityPolicyFactory.createSecurityAssertion(QName qname,
ClassLoader classLoader)
|
PolicyAssertion |
Issuer.getReferenceParameters()
|
PolicyAssertion |
Issuer.getReferenceProperties()
|
PolicyAssertion |
Issuer.getServiceName()
|
| Methods in com.sun.xml.ws.security.policy that return types with arguments of type PolicyAssertion | |
|---|---|
Iterator<? extends PolicyAssertion> |
JMACAuthModuleConfiguration.getAuthModules()
|
Iterator<? extends PolicyAssertion> |
CallbackHandlerConfiguration.getCallbackHandlers()
|
Iterator<? extends PolicyAssertion> |
ValidatorConfiguration.getValidators()
|
| Uses of PolicyAssertion in com.sun.xml.ws.security.secconv |
|---|
| Methods in com.sun.xml.ws.security.secconv with parameters of type PolicyAssertion | |
|---|---|
Packet |
NewWSSCPlugin.createIssuePacket(PolicyAssertion token,
BaseSTSRequest rst,
WSDLPort wsdlPort,
WSBinding binding,
JAXBContext jbCxt,
String endPointAddress,
Packet packet)
|
BaseSTSRequest |
NewWSSCPlugin.createIssueRequest(PolicyAssertion token)
|
| Uses of PolicyAssertion in com.sun.xml.ws.security.secconv.impl.client |
|---|
| Constructors in com.sun.xml.ws.security.secconv.impl.client with parameters of type PolicyAssertion | |
|---|---|
DefaultSCTokenConfiguration(String protocol,
SecureConversationToken scToken,
WSDLPort wsdlPort,
WSBinding binding,
Packet packet,
AddressingVersion addVer,
PolicyAssertion localToken)
|
|
DefaultSCTokenConfiguration(String protocol,
SecureConversationToken scToken,
WSDLPort wsdlPort,
WSBinding binding,
Pipe securityPipe,
Packet packet,
AddressingVersion addVer,
PolicyAssertion localToken)
|
|
DefaultSCTokenConfiguration(String protocol,
SecureConversationToken scToken,
WSDLPort wsdlPort,
WSBinding binding,
Tube securityTube,
Packet packet,
AddressingVersion addVer,
PolicyAssertion localToken,
Tube nextTube)
|
|
| Uses of PolicyAssertion in com.sun.xml.ws.security.trust.impl.client |
|---|
| Constructors in com.sun.xml.ws.security.trust.impl.client with parameters of type PolicyAssertion | |
|---|---|
DefaultSTSIssuedTokenConfiguration(String protocol,
IssuedToken issuedToken,
PolicyAssertion localToken)
|
|
| Uses of PolicyAssertion in com.sun.xml.ws.transport.tcp.policy |
|---|
| Subclasses of PolicyAssertion in com.sun.xml.ws.transport.tcp.policy | |
|---|---|
static class |
OptimalTransportPolicyMapConfigurator.OptimalTransportAssertion
|
static class |
TCPTransportPolicyMapConfigurator.TCPTransportAssertion
|
| Constructor parameters in com.sun.xml.ws.transport.tcp.policy with type arguments of type PolicyAssertion | |
|---|---|
OptimalTransportPolicyMapConfigurator.OptimalTransportAssertion(AssertionData data,
Collection<? extends PolicyAssertion> assertionParameters)
|
|
TCPTransportPolicyMapConfigurator.TCPTransportAssertion(AssertionData data,
Collection<? extends PolicyAssertion> assertionParameters)
|
|
| Uses of PolicyAssertion in com.sun.xml.ws.transport.tcp.wsit |
|---|
| Methods in com.sun.xml.ws.transport.tcp.wsit with parameters of type PolicyAssertion | |
|---|---|
PolicyAssertionValidator.Fitness |
TCPTransportPolicyValidator.validateClientSide(PolicyAssertion assertion)
|
PolicyAssertionValidator.Fitness |
TCPTransportPolicyValidator.validateServerSide(PolicyAssertion assertion)
|
| Uses of PolicyAssertion in com.sun.xml.ws.tx.at.policy |
|---|
| Subclasses of PolicyAssertion in com.sun.xml.ws.tx.at.policy | |
|---|---|
class |
AtAlwaysCapability
|
class |
AtAssertion
|
| Constructor parameters in com.sun.xml.ws.tx.at.policy with type arguments of type PolicyAssertion | |
|---|---|
AtAlwaysCapability(AssertionData data,
Collection<PolicyAssertion> assertionParameters)
|
|
AtAssertion(AssertionData data,
Collection<? extends PolicyAssertion> assertionParameters)
|
|
| Uses of PolicyAssertion in com.sun.xml.ws.tx.at.policy.spi_impl |
|---|
| Methods in com.sun.xml.ws.tx.at.policy.spi_impl that return PolicyAssertion | |
|---|---|
PolicyAssertion |
AtAssertionCreator.createAssertion(AssertionData data,
Collection<PolicyAssertion> assertionParameters,
AssertionSet nestedAlternative,
PolicyAssertionCreator defaultCreator)
|
| Methods in com.sun.xml.ws.tx.at.policy.spi_impl with parameters of type PolicyAssertion | |
|---|---|
PolicyAssertionValidator.Fitness |
AtAssertionValidator.validateClientSide(PolicyAssertion assertion)
|
PolicyAssertionValidator.Fitness |
AtAssertionValidator.validateServerSide(PolicyAssertion assertion)
|
| Method parameters in com.sun.xml.ws.tx.at.policy.spi_impl with type arguments of type PolicyAssertion | |
|---|---|
PolicyAssertion |
AtAssertionCreator.createAssertion(AssertionData data,
Collection<PolicyAssertion> assertionParameters,
AssertionSet nestedAlternative,
PolicyAssertionCreator defaultCreator)
|
| Uses of PolicyAssertion in com.sun.xml.wss.jaxws.impl |
|---|
| Fields in com.sun.xml.wss.jaxws.impl with type parameters of type PolicyAssertion | |
|---|---|
static List<PolicyAssertion> |
Constants.EMPTY_LIST
|
protected static List<PolicyAssertion> |
SecurityTubeBase.EMPTY_LIST
|
| Methods in com.sun.xml.wss.jaxws.impl that return PolicyAssertion | |
|---|---|
protected PolicyAssertion |
PolicyResolverImpl.getInBoundSCP()
|
| Methods in com.sun.xml.wss.jaxws.impl that return types with arguments of type PolicyAssertion | |
|---|---|
protected List<PolicyAssertion> |
SecurityTubeBase.getInBoundSCP(Message message)
|
protected List<PolicyAssertion> |
SecurityClientTube.getIssuedTokenPolicies(Packet packet,
String scope)
|
protected List<PolicyAssertion> |
SecurityTubeBase.getIssuedTokenPoliciesFromBootstrapPolicy(Token scAssertion)
|
protected List<PolicyAssertion> |
SecurityTubeBase.getKerberosTokenPoliciesFromBootstrapPolicy(Token scAssertion)
|
protected List<PolicyAssertion> |
SecurityTubeBase.getOutBoundKTP(Packet packet,
boolean isSCMessage)
|
protected List<PolicyAssertion> |
SecurityTubeBase.getOutBoundSCP(Message message)
|
protected List<PolicyAssertion> |
SecurityTubeBase.getSecureConversationPolicies(Message message,
String scope)
|
protected ArrayList<PolicyAssertion> |
SecurityTubeBase.getTokens(Policy policy)
|
| Method parameters in com.sun.xml.wss.jaxws.impl with type arguments of type PolicyAssertion | |
|---|---|
protected String |
SecurityTubeBase.populateConfigProperties(Set<PolicyAssertion> configAssertions,
Properties props)
|
| Uses of PolicyAssertion in com.sun.xml.wss.provider.wsit |
|---|
| Fields in com.sun.xml.wss.provider.wsit with type parameters of type PolicyAssertion | |
|---|---|
protected static List<PolicyAssertion> |
WSITAuthContextBase.EMPTY_LIST
|
| Methods in com.sun.xml.wss.provider.wsit that return types with arguments of type PolicyAssertion | |
|---|---|
protected List<PolicyAssertion> |
WSITAuthContextBase.getInBoundSCP(Message message)
|
protected List<PolicyAssertion> |
WSITClientAuthContext.getIssuedTokenPolicies(Packet packet,
String scope)
|
protected List<PolicyAssertion> |
WSITAuthContextBase.getIssuedTokenPoliciesFromBootstrapPolicy(Token scAssertion)
|
protected List<PolicyAssertion> |
WSITAuthContextBase.getKerberosTokenPoliciesFromBootstrapPolicy(Token scAssertion)
|
protected List<PolicyAssertion> |
WSITAuthContextBase.getOutBoundKTP(Packet packet,
boolean isSCMessage)
|
protected List<PolicyAssertion> |
WSITAuthContextBase.getOutBoundSCP(Message message)
|
protected List<PolicyAssertion> |
WSITAuthContextBase.getSecureConversationPolicies(Message message,
String scope)
|
protected ArrayList<PolicyAssertion> |
WSITAuthContextBase.getTokens(Policy policy)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||