Uses of Interface
org.sourceid.saml20.xmlbinding.protocol.ScopingType
-
Packages that use ScopingType Package Description org.sourceid.saml20.xmlbinding.protocol -
-
Uses of ScopingType in org.sourceid.saml20.xmlbinding.protocol
Methods in org.sourceid.saml20.xmlbinding.protocol that return ScopingType Modifier and Type Method Description ScopingTypeAuthnRequestType. addNewScoping()Appends and returns a new empty "Scoping" elementScopingTypeScopingDocument. addNewScoping()Appends and returns a new empty "Scoping" elementScopingTypeAuthnRequestType. getScoping()Gets the "Scoping" elementScopingTypeScopingDocument. getScoping()Gets the "Scoping" elementstatic ScopingTypeScopingType.Factory. newInstance()static ScopingTypeScopingType.Factory. newInstance(XmlOptions options)static ScopingTypeScopingType.Factory. parse(File file)static ScopingTypeScopingType.Factory. parse(File file, XmlOptions options)static ScopingTypeScopingType.Factory. parse(InputStream is)static ScopingTypeScopingType.Factory. parse(InputStream is, XmlOptions options)static ScopingTypeScopingType.Factory. parse(Reader r)static ScopingTypeScopingType.Factory. parse(Reader r, XmlOptions options)static ScopingTypeScopingType.Factory. parse(String xmlAsString)static ScopingTypeScopingType.Factory. parse(String xmlAsString, XmlOptions options)static ScopingTypeScopingType.Factory. parse(URL u)static ScopingTypeScopingType.Factory. parse(URL u, XmlOptions options)static ScopingTypeScopingType.Factory. parse(XMLStreamReader sr)static ScopingTypeScopingType.Factory. parse(XMLStreamReader sr, XmlOptions options)static ScopingTypeScopingType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ScopingTypeScopingType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, XmlOptions options)Deprecated.XMLInputStreamstatic ScopingTypeScopingType.Factory. parse(Node node)static ScopingTypeScopingType.Factory. parse(Node node, XmlOptions options)Methods in org.sourceid.saml20.xmlbinding.protocol with parameters of type ScopingType Modifier and Type Method Description voidAuthnRequestType. setScoping(ScopingType scoping)Sets the "Scoping" elementvoidScopingDocument. setScoping(ScopingType scoping)Sets the "Scoping" element
-