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(XMLStreamWriter writer) |
void |
setHttpBasicAuthentication(boolean httpBasicAuthentication) |
void |
setHttpDigestAuthentication(boolean httpDigestAuthentication) |
void |
setRequireClientCertificate(boolean requireClientCertificate) |
getClaims, getInclusion, getIssuerName, getPolicy, getSupportingToken, isDerivedKeys, isExplicitDerivedKeys, isImpliedDerivedKeys, setClaims, setDerivedKeys, setExplicitDerivedKeys, setImpliedDerivedKeys, setInclusion, setIssuerName, setPolicy, setSupportingTokenequal, getSPConstants, getType, isIgnorable, isNormalized, isOptional, normalize, setIgnorable, setNormalized, setOptionalpublic 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(XMLStreamWriter writer) throws XMLStreamException
XMLStreamExceptionApache CXF