Uses of Interface
org.opensaml.soap.wspolicy.WSPolicyObject
-
Packages that use WSPolicyObject Package Description org.opensaml.soap.wspolicy XMLObject interfaces for WS-Policy 1.2 elements.org.opensaml.soap.wspolicy.impl XML Object provider implementations for WS-Policy. -
-
Uses of WSPolicyObject in org.opensaml.soap.wspolicy
Classes in org.opensaml.soap.wspolicy with type parameters of type WSPolicyObject Modifier and Type Interface Description interfaceWSPolicyObjectBuilder<WSPolicyObjectType extends WSPolicyObject>WSPolicyObjectBuilder.Subinterfaces of WSPolicyObject in org.opensaml.soap.wspolicy Modifier and Type Interface Description interfaceAllThe wsp:All element.interfaceAppliesToThe wsp:AppliesTo element.interfaceExactlyOneThe wsp:ExactlyOne element.interfaceOperatorContentTypeThe OperatorContentType complex type.interfacePolicyThe wsp:Policy element.interfacePolicyAttachmentThe wsp:PolicyAttachment element.interfacePolicyReferenceThe wsp:PolicyReference element. -
Uses of WSPolicyObject in org.opensaml.soap.wspolicy.impl
Classes in org.opensaml.soap.wspolicy.impl with type parameters of type WSPolicyObject Modifier and Type Class Description classAbstractWSPolicyObjectBuilder<T extends WSPolicyObject>AbstactWSPolicyObjectBuilder.Classes in org.opensaml.soap.wspolicy.impl that implement WSPolicyObject Modifier and Type Class Description classAbstractWSPolicyObjectAbstractWSSecurityObject.classAllImplAllImpl.classAppliesToImplAppliesToImpl.classExactlyOneImplExactlyOneImpl.classOperatorContentTypeImplOperatorContentTypeImpl.classPolicyAttachmentImplPolicyAttachmentImpl.classPolicyImplPolicyImpl.classPolicyReferenceImplPolicyReferenceImpl.
-