Uses of Interface
org.opensaml.saml.ext.saml2mdrpi.PublicationInfo
-
Packages that use PublicationInfo Package Description org.opensaml.saml.ext.saml2mdrpi.impl Concrete implementations of the interfaces for the SAML V2.0 Metadata Extensions for Registration and Publication Information Version 1.0. -
-
Uses of PublicationInfo in org.opensaml.saml.ext.saml2mdrpi.impl
Classes in org.opensaml.saml.ext.saml2mdrpi.impl that implement PublicationInfo Modifier and Type Class Description classPublicationInfoImplConcretePublicationInfo.Methods in org.opensaml.saml.ext.saml2mdrpi.impl that return PublicationInfo Modifier and Type Method Description PublicationInfoPublicationInfoBuilder. buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.PublicationInfoPublicationInfoBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.
-