All Downloads are FREE. Search and download functionalities are using the official Maven repository.

uk.gov.ida.saml.hub.transformers.inbound.IdpIdaStatusUnmarshaller Maven / Gradle / Ivy

There is a newer version: 3.4.6-15872
Show newest version
package uk.gov.ida.saml.hub.transformers.inbound;

import uk.gov.ida.saml.hub.domain.IdpIdaStatus;

public class IdpIdaStatusUnmarshaller extends AuthenticationStatusUnmarshallerBase {
    public IdpIdaStatusUnmarshaller() {
        super(new SamlStatusToIdaStatusCodeMapper(), new IdpIdaStatus.IdpIdaStatusFactory());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy