Class BuildSAMLMetadataContextAction<RequestType,ResponseType>

Type Parameters:
RequestType - request
ResponseType - response
All Implemented Interfaces:
Component, DestructableComponent, InitializableComponent, ProfileAction, Aware, MessageSource, MessageSourceAware, Action

public class BuildSAMLMetadataContextAction<RequestType,ResponseType> extends AbstractCASProtocolAction<RequestType,ResponseType>
Builds a SAMLMetadataContext child of RelyingPartyContext to facilitate relying party selection by group name. Possible outcomes:
  • Field Details

    • relyingPartyIdFromMetadata

      private boolean relyingPartyIdFromMetadata
      Whether to overwrite the relying party ID based on metadata.
    • service

      @Nullable private Service service
      CAS service.
    • rpCtx

      @Nullable private RelyingPartyContext rpCtx
      RelyingPartyContext.
  • Constructor Details

    • BuildSAMLMetadataContextAction

      public BuildSAMLMetadataContextAction()
  • Method Details