Uses of Interface
org.opensaml.saml.ext.saml2mdrpi.Publication
-
Packages that use Publication Package Description org.opensaml.saml.ext.saml2mdrpi The package to define the SAML V2.0 Metadata Extensions for Registration and Publication Information Version 1.0.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 Publication in org.opensaml.saml.ext.saml2mdrpi
Methods in org.opensaml.saml.ext.saml2mdrpi that return types with arguments of type Publication Modifier and Type Method Description List<Publication>PublicationPath. getPublications()Get thePublications. -
Uses of Publication in org.opensaml.saml.ext.saml2mdrpi.impl
Classes in org.opensaml.saml.ext.saml2mdrpi.impl that implement Publication Modifier and Type Class Description classPublicationImplA concretePublication.Fields in org.opensaml.saml.ext.saml2mdrpi.impl with type parameters of type Publication Modifier and Type Field Description private XMLObjectChildrenList<Publication>PublicationPathImpl. publicationsThe policies.Methods in org.opensaml.saml.ext.saml2mdrpi.impl that return Publication Modifier and Type Method Description PublicationPublicationBuilder. buildObject()Builds a SAMLObject using the default name and namespace information provided SAML specifications.PublicationPublicationBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)Creates an XMLObject with a given fully qualified name.Methods in org.opensaml.saml.ext.saml2mdrpi.impl that return types with arguments of type Publication Modifier and Type Method Description List<Publication>PublicationPathImpl. getPublications()Get thePublications.
-