Class CryptoTransientNameIDDecoder

All Implemented Interfaces:
NameIDDecoder, Component, DestructableComponent, IdentifiableComponent, IdentifiedComponent, InitializableComponent

public class CryptoTransientNameIDDecoder extends BaseCryptoTransientDecoder implements NameIDDecoder
Processes a transient NameID, checks that its NameIDType.getNameQualifier() and NameIDType.getSPNameQualifier() are correct, and decodes XSString.getValue() via the base class (reversing the work done by CryptoTransientIdGenerationStrategy).
  • Constructor Details

    • CryptoTransientNameIDDecoder

      public CryptoTransientNameIDDecoder()
  • Method Details