|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cxf.ws.security.policy.builders.HttpsTokenBuilder
public class HttpsTokenBuilder
This is a standard assertion builder implementation for the https token
as specified by the ws security policy 1.2 specification. In order for this builder to be used
it is required that the security policy namespace uri is SP12Constants.SP_NS
The builder will handle
HttpBasicAuthentication
HttpDigestAuthentication
RequireClientCertificate
Constructor Summary | |
---|---|
HttpsTokenBuilder(PolicyBuilder b)
|
Method Summary | |
---|---|
PolicyAssertion |
build(Element element)
Constructs an assertion from an xml element. |
PolicyAssertion |
buildCompatible(PolicyAssertion a,
PolicyAssertion b)
Returns a new assertion that is compatible with the two specified assertions or null if no compatible assertion can be built. |
List<QName> |
getKnownElements()
Returns a collection of QNames describing the xml schema types for which this builder can build assertions. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public HttpsTokenBuilder(PolicyBuilder b)
Method Detail |
---|
public PolicyAssertion build(Element element)
build
in interface AssertionBuilder
element
- the element from which to build an assertion
public List<QName> getKnownElements()
getKnownElements
in interface AssertionBuilder
public PolicyAssertion buildCompatible(PolicyAssertion a, PolicyAssertion b)
AssertionBuilder
buildCompatible
in interface AssertionBuilder
|
Apache CXF API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |