Uses of Interface
org.opensaml.soap.soap11.MustUnderstandBearing
-
Packages that use MustUnderstandBearing Package Description org.opensaml.saml.ext.saml2cb Interfaces for SAML 2 Channel Binding Extensions.org.opensaml.saml.ext.saml2cb.impl Implementation for SAML v2.0 Channel Binding Extensions Version 1.0.org.opensaml.saml.ext.samlec Interfaces for SAML-EC GSS-API Mechanism.org.opensaml.saml.ext.samlec.impl Implementation for SAML-EC GSS-API schema content.org.opensaml.saml.saml2.ecp Interfaces for SAML 2 ECP Elements.org.opensaml.saml.saml2.ecp.impl Implementations of SAML 2.0 ECP types and elements.org.opensaml.soap.wssecurity XMLObject interfaces for WS-Security 1.1 elements.org.opensaml.soap.wssecurity.impl XML Object provider implementations for WS-Security. -
-
Uses of MustUnderstandBearing in org.opensaml.saml.ext.saml2cb
Subinterfaces of MustUnderstandBearing in org.opensaml.saml.ext.saml2cb Modifier and Type Interface Description interfaceChannelBindingsSAML 2.0 Channel Bindings Extensions ChannelBinding element. -
Uses of MustUnderstandBearing in org.opensaml.saml.ext.saml2cb.impl
Classes in org.opensaml.saml.ext.saml2cb.impl that implement MustUnderstandBearing Modifier and Type Class Description classChannelBindingsImplConcrete implementation ofChannelBindings. -
Uses of MustUnderstandBearing in org.opensaml.saml.ext.samlec
Subinterfaces of MustUnderstandBearing in org.opensaml.saml.ext.samlec Modifier and Type Interface Description interfaceGeneratedKeySAML-EC GSS-API GeneratedKey element.interfaceSessionKeySAML-EC GSS-API SessionKey element. -
Uses of MustUnderstandBearing in org.opensaml.saml.ext.samlec.impl
Classes in org.opensaml.saml.ext.samlec.impl that implement MustUnderstandBearing Modifier and Type Class Description classGeneratedKeyImplConcrete implementation ofGeneratedKey.classSessionKeyImplConcrete implementation ofSessionKey. -
Uses of MustUnderstandBearing in org.opensaml.saml.saml2.ecp
Subinterfaces of MustUnderstandBearing in org.opensaml.saml.saml2.ecp Modifier and Type Interface Description interfaceRelayStateSAML 2.0 ECP RelayState SOAP header.interfaceRequestSAML 2.0 ECP Request SOAP header.interfaceRequestAuthenticatedSAML 2.0 ECP RequestAuthenticated SOAP header.interfaceResponseSAML 2.0 ECP Response SOAP header.interfaceSubjectConfirmationSAML 2.0 ECP SubjectConfirmation SOAP header. -
Uses of MustUnderstandBearing in org.opensaml.saml.saml2.ecp.impl
Classes in org.opensaml.saml.saml2.ecp.impl that implement MustUnderstandBearing Modifier and Type Class Description classRelayStateImplA concrete implementation ofRelayState.classRequestAuthenticatedImplConcrete implementation ofRequestAuthenticated.classRequestImplA concrete implementation ofRequest.classResponseImplA concrete implementation ofResponse.classSubjectConfirmationImplConcrete implementation ofSubjectConfirmation. -
Uses of MustUnderstandBearing in org.opensaml.soap.wssecurity
Subinterfaces of MustUnderstandBearing in org.opensaml.soap.wssecurity Modifier and Type Interface Description interfaceEncryptedHeaderThe <wsse:EncryptedHeader> element. -
Uses of MustUnderstandBearing in org.opensaml.soap.wssecurity.impl
Classes in org.opensaml.soap.wssecurity.impl that implement MustUnderstandBearing Modifier and Type Class Description classEncryptedHeaderImplImplementation ofEncryptedHeader.
-