Uses of Interface
org.opensaml.core.xml.schema.XSBoolean
-
Packages that use 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 classXSBooleanImplConcrete implementation ofXSBoolean.Methods in org.opensaml.core.xml.schema.impl that return XSBoolean Modifier and Type Method Description XSBooleanXSBooleanBuilder. 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 interfaceDelegatableThe wst:Delegatable element.interfaceForwardableThe 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 classDelegatableImplDelegatableImpl.classForwardableImplForwardableImpl.
-