org.projecthusky.xua.saml2.SimpleBuilder Maven / Gradle / Ivy
/*
* This code is made available under the terms of the Eclipse Public License v1.0
* in the github project https://github.com/project-husky/husky there you also
* find a list of the contributors and the license information.
*
* This project has been developed further and modified by the joined working group Husky
* on the basis of the eHealth Connector opensource project from June 28, 2021,
* whereas medshare GmbH is the initial and main contributor/author of the eHealth Connector.
*
*/
package org.projecthusky.xua.saml2;
/**
*
* Interface describing the methods of the SimpleBuilder.
* Interface welches die Methoden des SimpleBuilders beschreibt.
*
*
*
* @param
* the type T.
* der Typ T.
*
*
*
*/
public interface SimpleBuilder {
/**
*
* Creates a concrete instance of T with setted params.
* Erstellt die konkrete Instanz von T mit den gesetzten Parametern.
*
*
*
* @return
* a new instance of T with the params set
* eine neue Instanz von T mit den gesetzten Parametern
*
*
*
*/
T create();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy