org.apache.cxf.ws.security.policy.model
Class HttpsToken
java.lang.Object
org.apache.cxf.ws.security.policy.model.AbstractSecurityAssertion
org.apache.cxf.ws.security.policy.model.Token
org.apache.cxf.ws.security.policy.model.HttpsToken
- All Implemented Interfaces:
- org.apache.neethi.Assertion, org.apache.neethi.PolicyComponent
public class HttpsToken
- extends Token
- Author:
- Ruchith Fernando (ruchith.fernando@gmail.com)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HttpsToken
public HttpsToken(SPConstants version)
isRequireClientCertificate
public boolean isRequireClientCertificate()
setRequireClientCertificate
public void setRequireClientCertificate(boolean requireClientCertificate)
isHttpBasicAuthentication
public boolean isHttpBasicAuthentication()
- Returns:
- the httpBasicAuthentication
setHttpBasicAuthentication
public void setHttpBasicAuthentication(boolean httpBasicAuthentication)
- Parameters:
httpBasicAuthentication
- the httpBasicAuthentication to set
isHttpDigestAuthentication
public boolean isHttpDigestAuthentication()
- Returns:
- the httpDigestAuthentication
setHttpDigestAuthentication
public void setHttpDigestAuthentication(boolean httpDigestAuthentication)
- Parameters:
httpDigestAuthentication
- the httpDigestAuthentication to set
getRealName
public QName getRealName()
getName
public QName getName()
serialize
public void serialize(XMLStreamWriter writer)
throws XMLStreamException
- Throws:
XMLStreamException
Apache CXF