org.codehaus.stax2.evt.NotationDeclaration2 Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of com.liferay.saml.opensaml.integration Show documentation
Show all versions of com.liferay.saml.opensaml.integration Show documentation
Liferay SAML OpenSAML Integration
package org.codehaus.stax2.evt;
import javax.xml.stream.events.NotationDeclaration;
/**
* Interface that extends basic {@link NotationDeclaration} to add
* support for handling Base URI needed to resolve Notation references.
* This
*/
public interface NotationDeclaration2
extends NotationDeclaration
{
public String getBaseURI();
}