Package org.apache.cxf.rs.security.saml
Class SamlEnvelopedInHandler
- java.lang.Object
-
- org.apache.cxf.rs.security.saml.AbstractSamlInHandler
-
- org.apache.cxf.rs.security.saml.SamlEnvelopedInHandler
-
- All Implemented Interfaces:
javax.ws.rs.container.ContainerRequestFilter
public class SamlEnvelopedInHandler extends AbstractSamlInHandler
-
-
Constructor Summary
Constructors Constructor Description SamlEnvelopedInHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfilter(javax.ws.rs.container.ContainerRequestContext context)protected ElementgetNode(Element parent, String ns, String name)voidsetBodyIsRoot(boolean bodyIsRoot)-
Methods inherited from class org.apache.cxf.rs.security.saml.AbstractSamlInHandler
checkBearer, checkHolderOfKey, checkSenderVouches, checkSubjectConfirmationData, configureAudienceRestriction, createKeyInfoFromDefaultAlias, readToken, setKeyInfoMustBeAvailable, setSecurityContext, setSecurityContextProvider, setValidator, throwFault, toWrapper, validateToken, validateToken, validateToken
-
-