org.picketlink.identity.federation.core.wstrust.handlers
Class STSSaml20Handler
java.lang.Object
org.picketlink.identity.federation.core.wstrust.handlers.STSSecurityHandler
org.picketlink.identity.federation.core.wstrust.handlers.STSSaml20Handler
- All Implemented Interfaces:
- Handler<SOAPMessageContext>, SOAPHandler<SOAPMessageContext>
public class STSSaml20Handler
- extends STSSecurityHandler
A concrete implementation of STSSecurityHandler
that can handle SAML version 2.0 Assertion inside of
WSTrustConstants.WSSE_NS
elements.
- Author:
- Daniel Bevenius
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SECURITY_QNAME
public static final QName SECURITY_QNAME
- Qualified name for WSSE Security Header (
WSTrustConstants.WSSE_NS
:"Security")
SAML_TOKEN_QNAME
public static final QName SAML_TOKEN_QNAME
- Qualified name for SAML Version 2.0 (
WSTrustConstants.SAML2_ASSERTION_NS
:"Assertion")
STSSaml20Handler
public STSSaml20Handler()
getSecurityElementQName
public QName getSecurityElementQName()
- Description copied from class:
STSSecurityHandler
- Subclasses can return the QName of the Security header element in usage.
- Specified by:
getSecurityElementQName
in class STSSecurityHandler
- Returns:
- QName
getTokenElementQName
public QName getTokenElementQName()
- Description copied from class:
STSSecurityHandler
- Subclasses can return the QName of the Security Element that should be used as the token for validation.
- Specified by:
getTokenElementQName
in class STSSecurityHandler
- Returns:
- QName
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.