public class STSSaml20Handler extends STSSecurityHandler
STSSecurityHandler that can handle SAML version 2.0 Assertion inside of
WSTrustConstants#WSSE_NS elements.
| Modifier and Type | Field and Description |
|---|---|
static QName |
SAML_TOKEN_QNAME
Qualified name for SAML Version 2.0 (
WSTrustConstants#SAML2_ASSERTION_NS:"Assertion") |
static QName |
SECURITY_QNAME
Qualified name for WSSE Security Header (
WSTrustConstants#WSSE_NS:"Security") |
logger, PASSWORD_MSG_CONTEXT_PROPERTY, USERNAME_MSG_CONTEXT_PROPERTY| Constructor and Description |
|---|
STSSaml20Handler() |
| Modifier and Type | Method and Description |
|---|---|
QName |
getSecurityElementQName()
Subclasses can return the QName of the Security header element in usage.
|
QName |
getTokenElementQName()
Subclasses can return the QName of the Security Element that should be used as the token for validation.
|
close, getHeaders, handleFault, handleMessage, parseSTSConfig, setConfigFilepublic static final QName SECURITY_QNAME
WSTrustConstants#WSSE_NS:"Security")public static final QName SAML_TOKEN_QNAME
WSTrustConstants#SAML2_ASSERTION_NS:"Assertion")public QName getSecurityElementQName()
STSSecurityHandlergetSecurityElementQName in class STSSecurityHandlerpublic QName getTokenElementQName()
STSSecurityHandlergetTokenElementQName in class STSSecurityHandlerCopyright © 2018 JBoss by Red Hat. All rights reserved.