public class HttpsToken extends Token
constants
Constructor and Description |
---|
HttpsToken(SPConstants version) |
Modifier and Type | Method and Description |
---|---|
QName |
getName() |
QName |
getRealName() |
boolean |
isHttpBasicAuthentication() |
boolean |
isHttpDigestAuthentication() |
boolean |
isRequireClientCertificate() |
void |
serialize(javax.xml.stream.XMLStreamWriter writer) |
void |
setHttpBasicAuthentication(boolean httpBasicAuthentication) |
void |
setHttpDigestAuthentication(boolean httpDigestAuthentication) |
void |
setRequireClientCertificate(boolean requireClientCertificate) |
getInclusion, getIssuerName, isDerivedKeys, isExplicitDerivedKeys, isImpliedDerivedKeys, setDerivedKeys, setExplicitDerivedKeys, setImpliedDerivedKeys, setInclusion, setIssuerName
equal, getSPConstants, getType, isIgnorable, isNormalized, isOptional, normalize, setIgnorable, setNormalized, setOptional
public HttpsToken(SPConstants version)
public boolean isRequireClientCertificate()
public void setRequireClientCertificate(boolean requireClientCertificate)
public boolean isHttpBasicAuthentication()
public void setHttpBasicAuthentication(boolean httpBasicAuthentication)
httpBasicAuthentication
- the httpBasicAuthentication to setpublic boolean isHttpDigestAuthentication()
public void setHttpDigestAuthentication(boolean httpDigestAuthentication)
httpDigestAuthentication
- the httpDigestAuthentication to setpublic QName getRealName()
public QName getName()
public void serialize(javax.xml.stream.XMLStreamWriter writer) throws javax.xml.stream.XMLStreamException
Apache CXF