Class IdpIdaStatusMarshaller


  • public class IdpIdaStatusMarshaller
    extends uk.gov.ida.saml.core.transformers.outbound.IdaStatusMarshaller<IdpIdaStatus>
    • Field Summary

      • Fields inherited from class uk.gov.ida.saml.core.transformers.outbound.IdaStatusMarshaller

        samlObjectFactory
    • Constructor Summary

      Constructors 
      Constructor Description
      IdpIdaStatusMarshaller​(uk.gov.ida.saml.core.OpenSamlXmlObjectFactory samlObjectFactory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected uk.gov.ida.saml.core.domain.DetailedStatusCode getDetailedStatusCode​(IdpIdaStatus originalStatus)  
      protected java.util.Optional<org.opensaml.saml.saml2.core.StatusDetail> getStatusDetail​(IdpIdaStatus originalStatus)  
      protected java.util.Optional<java.lang.String> getStatusMessage​(IdpIdaStatus originalStatus)  
      • Methods inherited from class uk.gov.ida.saml.core.transformers.outbound.IdaStatusMarshaller

        toSamlStatus
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IdpIdaStatusMarshaller

        public IdpIdaStatusMarshaller​(uk.gov.ida.saml.core.OpenSamlXmlObjectFactory samlObjectFactory)
    • Method Detail

      • getStatusMessage

        protected java.util.Optional<java.lang.String> getStatusMessage​(IdpIdaStatus originalStatus)
        Overrides:
        getStatusMessage in class uk.gov.ida.saml.core.transformers.outbound.IdaStatusMarshaller<IdpIdaStatus>
      • getStatusDetail

        protected java.util.Optional<org.opensaml.saml.saml2.core.StatusDetail> getStatusDetail​(IdpIdaStatus originalStatus)
        Overrides:
        getStatusDetail in class uk.gov.ida.saml.core.transformers.outbound.IdaStatusMarshaller<IdpIdaStatus>
      • getDetailedStatusCode

        protected uk.gov.ida.saml.core.domain.DetailedStatusCode getDetailedStatusCode​(IdpIdaStatus originalStatus)
        Specified by:
        getDetailedStatusCode in class uk.gov.ida.saml.core.transformers.outbound.IdaStatusMarshaller<IdpIdaStatus>