Uses of Interface
org.opensaml.core.xml.schema.XSBoolean
Package | Description |
---|---|
org.opensaml.core.xml.schema.impl |
Implementations of the interfaces for XMLObjects that represent XML schema types.
|
org.opensaml.soap.wstrust |
XMLObject interfaces for WS-Trust 1.3 elements.
|
org.opensaml.soap.wstrust.impl |
XML Object provider implementations for WS-Trust.
|
-
Uses of XSBoolean in org.opensaml.core.xml.schema.impl
Classes in org.opensaml.core.xml.schema.impl that implement XSBoolean Modifier and Type Class Description class
XSBooleanImpl
Concrete implementation ofXSBoolean
.Methods in org.opensaml.core.xml.schema.impl that return XSBoolean Modifier and Type Method Description XSBoolean
XSBooleanBuilder. buildObject(String namespaceURI, String localName, String namespacePrefix)
Creates an XMLObject with a given fully qualified name. -
Uses of XSBoolean in org.opensaml.soap.wstrust
Subinterfaces of XSBoolean in org.opensaml.soap.wstrust Modifier and Type Interface Description interface
Delegatable
The wst:Delegatable element.interface
Forwardable
The wst:Forwardable element. -
Uses of XSBoolean in org.opensaml.soap.wstrust.impl
Classes in org.opensaml.soap.wstrust.impl that implement XSBoolean Modifier and Type Class Description class
DelegatableImpl
DelegatableImpl.class
ForwardableImpl
ForwardableImpl.