Class CryptoTransientNameIDDecoder
- java.lang.Object
-
- net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
-
- net.shibboleth.utilities.java.support.component.AbstractIdentifiedInitializableComponent
-
- net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent
-
- net.shibboleth.idp.saml.nameid.impl.BaseCryptoTransientDecoder
-
- net.shibboleth.idp.saml.nameid.impl.CryptoTransientNameIDDecoder
-
- All Implemented Interfaces:
NameIDDecoder,Component,DestructableComponent,IdentifiableComponent,IdentifiedComponent,InitializableComponent
public class CryptoTransientNameIDDecoder extends BaseCryptoTransientDecoder implements NameIDDecoder
Processes a transientNameID, checks that itsNameIDType.getNameQualifier()andNameIDType.getSPNameQualifier()are correct, and decodesXSString.getValue()via the base class (reversing the work done byCryptoTransientIdGenerationStrategy).
-
-
Constructor Summary
Constructors Constructor Description CryptoTransientNameIDDecoder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdecode(SubjectCanonicalizationContext c14nContext, NameID nameID)-
Methods inherited from class net.shibboleth.idp.saml.nameid.impl.BaseCryptoTransientDecoder
decode, doInitialize, getDataSealer, getLogPrefix, setDataSealer
-
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractIdentifiableInitializableComponent
setId
-
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractIdentifiedInitializableComponent
getId
-
Methods inherited from class net.shibboleth.utilities.java.support.component.AbstractInitializableComponent
destroy, doDestroy, initialize, isDestroyed, isInitialized
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.shibboleth.utilities.java.support.component.IdentifiedComponent
getId
-
-
-
-
Method Detail
-
decode
@Nullable @NotEmpty public String decode(@Nonnull SubjectCanonicalizationContext c14nContext, @Nonnull NameID nameID) throws NameDecoderException
- Specified by:
decodein interfaceNameIDDecoder- Throws:
NameDecoderException
-
-