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

uk.gov.ida.saml.hub.domain.AuthenticationStatusFactory Maven / Gradle / Ivy

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

import uk.gov.ida.saml.core.domain.IdaStatus;

public interface AuthenticationStatusFactory {
    U create(T status, String message);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy