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

pl.edu.icm.unity.saml.metadata.MetadataProvider Maven / Gradle / Ivy

There is a newer version: 4.0.4
Show newest version
/*
 * Copyright (c) 2014 ICM Uniwersytet Warszawski All rights reserved.
 * See LICENCE.txt file for licensing information.
 */
package pl.edu.icm.unity.saml.metadata;

import java.util.Date;

import xmlbeans.org.oasis.saml2.metadata.EntityDescriptorDocument;

/**
 * Implementation provides access to generated metadata
 * @author K. Benedyczak
 */
public interface MetadataProvider
{
	EntityDescriptorDocument getMetadata() throws Exception;
	Date getLastmodification();
	void stop();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy