Package org.apache.wss4j.policy.builders
Class Trust13Builder
- java.lang.Object
-
- org.apache.wss4j.policy.builders.Trust10Builder
-
- org.apache.wss4j.policy.builders.Trust13Builder
-
- All Implemented Interfaces:
org.apache.neethi.builders.AssertionBuilder<Element>
public class Trust13Builder extends Trust10Builder
-
-
Constructor Summary
Constructors Constructor Description Trust13Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.apache.neethi.Assertionbuild(Element element, org.apache.neethi.AssertionBuilderFactory factory)QName[]getKnownElements()
-
-
-
Method Detail
-
build
public org.apache.neethi.Assertion build(Element element, org.apache.neethi.AssertionBuilderFactory factory) throws IllegalArgumentException
- Specified by:
buildin interfaceorg.apache.neethi.builders.AssertionBuilder<Element>- Overrides:
buildin classTrust10Builder- Throws:
IllegalArgumentException
-
getKnownElements
public QName[] getKnownElements()
- Specified by:
getKnownElementsin interfaceorg.apache.neethi.builders.AssertionBuilder<Element>- Overrides:
getKnownElementsin classTrust10Builder
-
-