Uses of Class
org.opensaml.core.xml.schema.XSBooleanValue
Packages that use XSBooleanValue
Package
Description
Base classes for working with XML as Java objects and configuring the library.
Interfaces for XMLObjects that represent XML schema types.
Implementations of the interfaces for XMLObjects that represent XML schema types.
Implementation for SAML v2.0 Channel Binding Extensions Version 1.0.
Interfaces for SAML 2 Metadata Profile for Standalone Query Requesters.
Implementation for SAML v2.0 Metadata Extension for Stand-Alone Query Requesters.
Implementation for SAML-EC GSS-API schema content.
Interfaces for SAML 2.0 core and protocol interfaces.
Implementations of SAML 2.0 core specification types and elements.
Interfaces for SAML 2 ECP Elements.
Implementations of SAML 2.0 ECP types and elements.
Concrete definitions of the objects described in saml-metadata-2.0-os work.
Concrete implementations of SAML 2.0 metadata objects.
XMLObject interfaces for SOAP 1.1 elements.
XMLObject interfaces for SOAP 1.2 elements.
XMLObject interfaces for WS-Addressing 1.0 elements.
XMLObject interfaces for WS-Policy 1.2 elements.
XML Object provider implementations for WS-Security.
XMLObject interfaces for WS-Trust 1.3 elements.
XML Object provider implementations for WS-Trust.
XMLObject interfaces for XACML policy schema.
XMLObject provider implementation classes for XACML policy schema.
XMLObject interfaces for SAML XACML profile.
XMLObject implementation classes for XACML SAML profile.
-
Uses of XSBooleanValue in org.opensaml.core.xml
Fields in org.opensaml.core.xml declared as XSBooleanValueModifier and TypeFieldDescriptionprivate XSBooleanValueAbstractXMLObject.nilThe value of thexsi:nilattribute.Methods in org.opensaml.core.xml that return XSBooleanValueModifier and TypeMethodDescriptionAbstractXMLObject.isNilXSBoolean()Gets whether the object declares that its element content is null, which corresponds to anxsi:nilattribute oftrue.AbstractXSAnyAdapter.isNilXSBoolean()Gets whether the object declares that its element content is null, which corresponds to anxsi:nilattribute oftrue.XMLObject.isNilXSBoolean()Gets whether the object declares that its element content is null, which corresponds to anxsi:nilattribute oftrue.Methods in org.opensaml.core.xml with parameters of type XSBooleanValueModifier and TypeMethodDescriptionvoidAbstractXMLObject.setNil(XSBooleanValue newNil) Sets whether the object declares that its element content is null, which corresponds to anxsi:nilattribute oftrue.voidAbstractXSAnyAdapter.setNil(XSBooleanValue newNil) Sets whether the object declares that its element content is null, which corresponds to anxsi:nilattribute oftrue.voidXMLObject.setNil(XSBooleanValue newNil) Sets whether the object declares that its element content is null, which corresponds to anxsi:nilattribute oftrue. -
Uses of XSBooleanValue in org.opensaml.core.xml.schema
Methods in org.opensaml.core.xml.schema that return XSBooleanValueModifier and TypeMethodDescriptionXSBoolean.getValue()Returns the XSBooleanValue value.static XSBooleanValueParses a string meant to represent a boolean.Methods in org.opensaml.core.xml.schema with parameters of type XSBooleanValueModifier and TypeMethodDescriptionvoidXSBoolean.setValue(XSBooleanValue value) Sets the XSBooleanValue value. -
Uses of XSBooleanValue in org.opensaml.core.xml.schema.impl
Fields in org.opensaml.core.xml.schema.impl declared as XSBooleanValueModifier and TypeFieldDescriptionprivate XSBooleanValueXSBooleanImpl.valueValue of this string element.Methods in org.opensaml.core.xml.schema.impl that return XSBooleanValueMethods in org.opensaml.core.xml.schema.impl with parameters of type XSBooleanValueModifier and TypeMethodDescriptionvoidXSBooleanImpl.setValue(XSBooleanValue newValue) Sets the XSBooleanValue value. -
Uses of XSBooleanValue in org.opensaml.saml.ext.saml2cb.impl
Fields in org.opensaml.saml.ext.saml2cb.impl declared as XSBooleanValueModifier and TypeFieldDescriptionprivate XSBooleanValueChannelBindingsImpl.soap11MustUnderstandsoap11:mustUnderstand.Methods in org.opensaml.saml.ext.saml2cb.impl that return XSBooleanValueModifier and TypeMethodDescriptionChannelBindingsImpl.isSOAP11MustUnderstandXSBoolean()Get the attribute value.Methods in org.opensaml.saml.ext.saml2cb.impl with parameters of type XSBooleanValueModifier and TypeMethodDescriptionvoidChannelBindingsImpl.setSOAP11MustUnderstand(XSBooleanValue newMustUnderstand) Set the attribute value. -
Uses of XSBooleanValue in org.opensaml.saml.ext.saml2mdquery
Methods in org.opensaml.saml.ext.saml2mdquery that return XSBooleanValueModifier and TypeMethodDescriptionQueryDescriptorType.getWantAssertionsSignedXSBoolean()Gets whether assertions to this endpoint should be signed.Methods in org.opensaml.saml.ext.saml2mdquery with parameters of type XSBooleanValueModifier and TypeMethodDescriptionvoidQueryDescriptorType.setWantAssertionsSigned(XSBooleanValue newWantAssertionsSigned) Sets whether assertions to this endpoint should be signed. -
Uses of XSBooleanValue in org.opensaml.saml.ext.saml2mdquery.impl
Fields in org.opensaml.saml.ext.saml2mdquery.impl declared as XSBooleanValueModifier and TypeFieldDescriptionprivate XSBooleanValueQueryDescriptorTypeImpl.wantAssertionsSignedWantAssertionSigned attribute value.Methods in org.opensaml.saml.ext.saml2mdquery.impl that return XSBooleanValueModifier and TypeMethodDescriptionQueryDescriptorTypeImpl.getWantAssertionsSignedXSBoolean()Gets whether assertions to this endpoint should be signed.Methods in org.opensaml.saml.ext.saml2mdquery.impl with parameters of type XSBooleanValueModifier and TypeMethodDescriptionvoidQueryDescriptorTypeImpl.setWantAssertionsSigned(XSBooleanValue newWantAssertionsSigned) Sets whether assertions to this endpoint should be signed. -
Uses of XSBooleanValue in org.opensaml.saml.ext.samlec.impl
Fields in org.opensaml.saml.ext.samlec.impl declared as XSBooleanValueModifier and TypeFieldDescriptionprivate XSBooleanValueGeneratedKeyImpl.soap11MustUnderstandsoap11:mustUnderstand.private XSBooleanValueSessionKeyImpl.soap11MustUnderstandsoap11:mustUnderstand.Methods in org.opensaml.saml.ext.samlec.impl that return XSBooleanValueModifier and TypeMethodDescriptionGeneratedKeyImpl.isSOAP11MustUnderstandXSBoolean()Get the attribute value.SessionKeyImpl.isSOAP11MustUnderstandXSBoolean()Get the attribute value.Methods in org.opensaml.saml.ext.samlec.impl with parameters of type XSBooleanValueModifier and TypeMethodDescriptionvoidGeneratedKeyImpl.setSOAP11MustUnderstand(XSBooleanValue newMustUnderstand) Set the attribute value.voidSessionKeyImpl.setSOAP11MustUnderstand(XSBooleanValue newMustUnderstand) Set the attribute value. -
Uses of XSBooleanValue in org.opensaml.saml.saml2.core
Methods in org.opensaml.saml.saml2.core that return XSBooleanValueModifier and TypeMethodDescriptionNameIDPolicy.getAllowCreateXSBoolean()Gets the AllowCreate value.AuthnRequest.isForceAuthnXSBoolean()Gets whether the IdP should force the user to reauthenticate.AuthnRequest.isPassiveXSBoolean()Gets whether the IdP should refrain from interacting with the user during the authentication process.Methods in org.opensaml.saml.saml2.core with parameters of type XSBooleanValueModifier and TypeMethodDescriptionvoidNameIDPolicy.setAllowCreate(XSBooleanValue newAllowCreate) Sets the AllowCreate value.voidAuthnRequest.setForceAuthn(XSBooleanValue newForceAuthn) Sets whether the IdP should force the user to reauthenticate.voidAuthnRequest.setIsPassive(XSBooleanValue newIsPassive) Sets whether the IdP should refrain from interacting with the user during the authentication process. -
Uses of XSBooleanValue in org.opensaml.saml.saml2.core.impl
Fields in org.opensaml.saml.saml2.core.impl declared as XSBooleanValueModifier and TypeFieldDescriptionprivate XSBooleanValueNameIDPolicyImpl.allowCreateNameID Format URI.private XSBooleanValueAuthnRequestImpl.forceAuthnForeceAuthn attribute.private XSBooleanValueAuthnRequestImpl.isPassiveIsPassive attribute.Methods in org.opensaml.saml.saml2.core.impl that return XSBooleanValueModifier and TypeMethodDescriptionNameIDPolicyImpl.getAllowCreateXSBoolean()Gets the AllowCreate value.AuthnRequestImpl.isForceAuthnXSBoolean()Gets whether the IdP should force the user to reauthenticate.AuthnRequestImpl.isPassiveXSBoolean()Gets whether the IdP should refrain from interacting with the user during the authentication process.Methods in org.opensaml.saml.saml2.core.impl with parameters of type XSBooleanValueModifier and TypeMethodDescriptionvoidNameIDPolicyImpl.setAllowCreate(XSBooleanValue newAllowCreate) Sets the AllowCreate value.voidAuthnRequestImpl.setForceAuthn(XSBooleanValue newForceAuthn) Sets whether the IdP should force the user to reauthenticate.voidAuthnRequestImpl.setIsPassive(XSBooleanValue newIsPassive) Sets whether the IdP should refrain from interacting with the user during the authentication process. -
Uses of XSBooleanValue in org.opensaml.saml.saml2.ecp
Methods in org.opensaml.saml.saml2.ecp that return XSBooleanValueModifier and TypeMethodDescriptionRequest.isPassiveXSBoolean()Get the IsPassive attribute value.Methods in org.opensaml.saml.saml2.ecp with parameters of type XSBooleanValueModifier and TypeMethodDescriptionvoidRequest.setPassive(XSBooleanValue newIsPassive) Set the IsPassive attribute value. -
Uses of XSBooleanValue in org.opensaml.saml.saml2.ecp.impl
Fields in org.opensaml.saml.saml2.ecp.impl declared as XSBooleanValueModifier and TypeFieldDescriptionprivate XSBooleanValueRequestImpl.isPassiveIsPassive attribute value.private XSBooleanValueRelayStateImpl.soap11MustUnderstandsoap11:mustUnderstand.private XSBooleanValueRequestAuthenticatedImpl.soap11MustUnderstandsoap11:mustUnderstand.private XSBooleanValueRequestImpl.soap11MustUnderstandsoap11:mustUnderstand.private XSBooleanValueResponseImpl.soap11MustUnderstandsoap11:mustUnderstand.private XSBooleanValueSubjectConfirmationImpl.soap11MustUnderstandsoap11:mustUnderstand.Methods in org.opensaml.saml.saml2.ecp.impl that return XSBooleanValueModifier and TypeMethodDescriptionRequestImpl.isPassiveXSBoolean()Get the IsPassive attribute value.RelayStateImpl.isSOAP11MustUnderstandXSBoolean()Get the attribute value.RequestAuthenticatedImpl.isSOAP11MustUnderstandXSBoolean()Get the attribute value.RequestImpl.isSOAP11MustUnderstandXSBoolean()Get the attribute value.ResponseImpl.isSOAP11MustUnderstandXSBoolean()Get the attribute value.SubjectConfirmationImpl.isSOAP11MustUnderstandXSBoolean()Get the attribute value.Methods in org.opensaml.saml.saml2.ecp.impl with parameters of type XSBooleanValueModifier and TypeMethodDescriptionvoidRequestImpl.setPassive(XSBooleanValue newIsPassive) Set the IsPassive attribute value.voidRelayStateImpl.setSOAP11MustUnderstand(XSBooleanValue newMustUnderstand) Set the attribute value.voidRequestAuthenticatedImpl.setSOAP11MustUnderstand(XSBooleanValue newMustUnderstand) Set the attribute value.voidRequestImpl.setSOAP11MustUnderstand(XSBooleanValue newMustUnderstand) Set the attribute value.voidResponseImpl.setSOAP11MustUnderstand(XSBooleanValue newMustUnderstand) Set the attribute value.voidSubjectConfirmationImpl.setSOAP11MustUnderstand(XSBooleanValue newMustUnderstand) Set the attribute value. -
Uses of XSBooleanValue in org.opensaml.saml.saml2.metadata
Methods in org.opensaml.saml.saml2.metadata that return XSBooleanValueModifier and TypeMethodDescriptionSPSSODescriptor.getWantAssertionsSignedXSBoolean()Gets whether this service wants assertions signed.IDPSSODescriptor.getWantAuthnRequestsSignedXSBoolean()Checks if the IDP SSO service wants authentication requests signed.SPSSODescriptor.isAuthnRequestsSignedXSBoolean()Gets whether this service signs AuthN requests.AttributeConsumingService.isDefaultXSBoolean()Checks if this is the default service for the service provider.IndexedEndpoint.isDefaultXSBoolean()Gets whether this is the default endpoint in a list.RequestedAttribute.isRequiredXSBoolean()Checks to see if this requested attribute is also required.Methods in org.opensaml.saml.saml2.metadata with parameters of type XSBooleanValueModifier and TypeMethodDescriptionvoidSPSSODescriptor.setAuthnRequestsSigned(XSBooleanValue newIsSigned) Sets whether this service signs AuthN requests.voidAttributeConsumingService.setIsDefault(XSBooleanValue newIsDefault) Sets if this is the default service for the service provider.voidIndexedEndpoint.setIsDefault(XSBooleanValue newIsDefault) Sets whether this is the default endpoint in a list.voidRequestedAttribute.setIsRequired(XSBooleanValue newIsRequire) Sets if this requested attribute is also required.voidSPSSODescriptor.setWantAssertionsSigned(XSBooleanValue newWantAssestionSigned) Sets whether this service wants assertions signed.voidIDPSSODescriptor.setWantAuthnRequestsSigned(XSBooleanValue newWantSigned) Sets whether the IDP SSO service wants authentication requests signed. -
Uses of XSBooleanValue in org.opensaml.saml.saml2.metadata.impl
Fields in org.opensaml.saml.saml2.metadata.impl declared as XSBooleanValueModifier and TypeFieldDescriptionprivate XSBooleanValueSPSSODescriptorImpl.assertionSignedvalue for the want assertion signed attribute.private XSBooleanValueSPSSODescriptorImpl.authnRequestSignedvalue for isAuthnRequestSigned attribute.private XSBooleanValueAttributeConsumingServiceImpl.isDefaultisDefault attribute of this service.private XSBooleanValueIndexedEndpointImpl.isDefaultisDefault attribute.private XSBooleanValueRequestedAttributeImpl.isRequiredisRequired attribute.private XSBooleanValueIDPSSODescriptorImpl.wantAuthnRequestsSignedwantAuthnRequestSigned attribute.Methods in org.opensaml.saml.saml2.metadata.impl that return XSBooleanValueModifier and TypeMethodDescriptionSPSSODescriptorImpl.getWantAssertionsSignedXSBoolean()Gets whether this service wants assertions signed.IDPSSODescriptorImpl.getWantAuthnRequestsSignedXSBoolean()Checks if the IDP SSO service wants authentication requests signed.SPSSODescriptorImpl.isAuthnRequestsSignedXSBoolean()Gets whether this service signs AuthN requests.AttributeConsumingServiceImpl.isDefaultXSBoolean()Checks if this is the default service for the service provider.IndexedEndpointImpl.isDefaultXSBoolean()Gets whether this is the default endpoint in a list.RequestedAttributeImpl.isRequiredXSBoolean()Checks to see if this requested attribute is also required.Methods in org.opensaml.saml.saml2.metadata.impl with parameters of type XSBooleanValueModifier and TypeMethodDescriptionvoidSPSSODescriptorImpl.setAuthnRequestsSigned(XSBooleanValue isSigned) Sets whether this service signs AuthN requests.voidAttributeConsumingServiceImpl.setIsDefault(XSBooleanValue newIsDefault) Sets if this is the default service for the service provider.voidIndexedEndpointImpl.setIsDefault(XSBooleanValue theIsDefault) Sets whether this is the default endpoint in a list.voidRequestedAttributeImpl.setIsRequired(XSBooleanValue newIsRequired) Sets if this requested attribute is also required.voidSPSSODescriptorImpl.setWantAssertionsSigned(XSBooleanValue wantAssestionSigned) Sets whether this service wants assertions signed.voidIDPSSODescriptorImpl.setWantAuthnRequestsSigned(XSBooleanValue wantSigned) Sets whether the IDP SSO service wants authentication requests signed. -
Uses of XSBooleanValue in org.opensaml.soap.soap11
Methods in org.opensaml.soap.soap11 that return XSBooleanValueModifier and TypeMethodDescriptionMustUnderstandBearing.isSOAP11MustUnderstandXSBoolean()Get the attribute value.Methods in org.opensaml.soap.soap11 with parameters of type XSBooleanValueModifier and TypeMethodDescriptionvoidMustUnderstandBearing.setSOAP11MustUnderstand(XSBooleanValue newMustUnderstand) Set the attribute value. -
Uses of XSBooleanValue in org.opensaml.soap.soap12
Methods in org.opensaml.soap.soap12 that return XSBooleanValueModifier and TypeMethodDescriptionMustUnderstandBearing.isSOAP12MustUnderstandXSBoolean()Get the attribute value.RelayBearing.isSOAP12RelayXSBoolean()Get the attribute value.Methods in org.opensaml.soap.soap12 with parameters of type XSBooleanValueModifier and TypeMethodDescriptionvoidMustUnderstandBearing.setSOAP12MustUnderstand(XSBooleanValue newMustUnderstand) Set the attribute value.voidRelayBearing.setSOAP12Relay(XSBooleanValue newRelay) Set the attribute value. -
Uses of XSBooleanValue in org.opensaml.soap.wsaddressing
Methods in org.opensaml.soap.wsaddressing that return XSBooleanValueModifier and TypeMethodDescriptionIsReferenceParameterBearing.isWSAIsReferenceParameterXSBoolean()Returns the@wsa:IsReferenceParameterattribute value.Methods in org.opensaml.soap.wsaddressing with parameters of type XSBooleanValueModifier and TypeMethodDescriptionvoidIsReferenceParameterBearing.setWSAIsReferenceParameter(XSBooleanValue newIsReferenceParameter) Sets the@wsa:IsReferenceParameterattribute value. -
Uses of XSBooleanValue in org.opensaml.soap.wspolicy
Methods in org.opensaml.soap.wspolicy that return XSBooleanValueModifier and TypeMethodDescriptionOptionalBearing.isWSP12OptionalXSBoolean()Get the attribute value.Methods in org.opensaml.soap.wspolicy with parameters of type XSBooleanValueModifier and TypeMethodDescriptionvoidOptionalBearing.setWSP12Optional(XSBooleanValue newOptional) Set the attribute value. -
Uses of XSBooleanValue in org.opensaml.soap.wssecurity.impl
Fields in org.opensaml.soap.wssecurity.impl declared as XSBooleanValueModifier and TypeFieldDescriptionprivate XSBooleanValueEncryptedHeaderImpl.soap11MustUnderstandThe@soap11:mustUnderstandatribute.private XSBooleanValueEncryptedHeaderImpl.soap12MustUnderstandThe@soap12:mustUnderstandatribute.private XSBooleanValueEncryptedHeaderImpl.soap12RelayThe@soap12:relayatribute.Methods in org.opensaml.soap.wssecurity.impl that return XSBooleanValueModifier and TypeMethodDescriptionEncryptedHeaderImpl.isSOAP11MustUnderstandXSBoolean()Get the attribute value.EncryptedHeaderImpl.isSOAP12MustUnderstandXSBoolean()Get the attribute value.EncryptedHeaderImpl.isSOAP12RelayXSBoolean()Get the attribute value.Methods in org.opensaml.soap.wssecurity.impl with parameters of type XSBooleanValueModifier and TypeMethodDescriptionvoidEncryptedHeaderImpl.setSOAP11MustUnderstand(XSBooleanValue newMustUnderstand) Set the attribute value.voidEncryptedHeaderImpl.setSOAP12MustUnderstand(XSBooleanValue newMustUnderstand) Set the attribute value.voidEncryptedHeaderImpl.setSOAP12Relay(XSBooleanValue newRelay) Set the attribute value. -
Uses of XSBooleanValue in org.opensaml.soap.wstrust
Methods in org.opensaml.soap.wstrust that return XSBooleanValueModifier and TypeMethodDescriptionRenewing.isAllowXSBoolean()Returns the wst:Renewing/@Allow attribute value.Renewing.isOKXSBoolean()Returns the wst:Renewing/@OK attribute value.Methods in org.opensaml.soap.wstrust with parameters of type XSBooleanValueModifier and TypeMethodDescriptionvoidRenewing.setAllow(XSBooleanValue allow) Sets the wst:Renewing/@Allow attribute value.voidRenewing.setOK(XSBooleanValue ok) Sets the wst:Renewing/@OK attribute value. -
Uses of XSBooleanValue in org.opensaml.soap.wstrust.impl
Fields in org.opensaml.soap.wstrust.impl declared as XSBooleanValueModifier and TypeFieldDescriptionprivate XSBooleanValueRenewingImpl.allowThe Allow attribute value.private XSBooleanValueRenewingImpl.okThe OK attribute value.private XSBooleanValueDelegatableImpl.valueThe wst:Forwardable content.private XSBooleanValueForwardableImpl.valueThe wst:Forwardable content.Methods in org.opensaml.soap.wstrust.impl that return XSBooleanValueModifier and TypeMethodDescriptionDelegatableImpl.getValue()Returns the XSBooleanValue value.ForwardableImpl.getValue()Returns the XSBooleanValue value.RenewingImpl.isAllowXSBoolean()Returns the wst:Renewing/@Allow attribute value.RenewingImpl.isOKXSBoolean()Returns the wst:Renewing/@OK attribute value.Methods in org.opensaml.soap.wstrust.impl with parameters of type XSBooleanValueModifier and TypeMethodDescriptionvoidRenewingImpl.setAllow(XSBooleanValue newAllow) Sets the wst:Renewing/@Allow attribute value.voidRenewingImpl.setOK(XSBooleanValue newOK) Sets the wst:Renewing/@OK attribute value.voidDelegatableImpl.setValue(XSBooleanValue newValue) Sets the XSBooleanValue value.voidForwardableImpl.setValue(XSBooleanValue newValue) Sets the XSBooleanValue value. -
Uses of XSBooleanValue in org.opensaml.xacml.policy
Methods in org.opensaml.xacml.policy that return XSBooleanValueModifier and TypeMethodDescriptionAttributeDesignatorType.getMustBePresentXSBoolean()Gets whether the designated attribute must be present.AttributeSelectorType.getMustBePresentXSBoolean()Gets whether the attribute to be selected must be present.Methods in org.opensaml.xacml.policy with parameters of type XSBooleanValueModifier and TypeMethodDescriptionvoidAttributeDesignatorType.setMustBePresentXSBoolean(XSBooleanValue present) Sets whether the designated attribute must be present.voidAttributeSelectorType.setMustBePresentXSBoolean(XSBooleanValue present) Sets whether the attribute to be selected must be present. -
Uses of XSBooleanValue in org.opensaml.xacml.policy.impl
Fields in org.opensaml.xacml.policy.impl declared as XSBooleanValueModifier and TypeFieldDescriptionprivate XSBooleanValueAttributeDesignatorTypeImpl.mustBePresentXSMust be present.private XSBooleanValueAttributeSelectorTypeImpl.mustBePresentXSMust be present.Methods in org.opensaml.xacml.policy.impl that return XSBooleanValueModifier and TypeMethodDescriptionAttributeDesignatorTypeImpl.getMustBePresentXSBoolean()Gets whether the designated attribute must be present.AttributeSelectorTypeImpl.getMustBePresentXSBoolean()Gets whether the attribute to be selected must be present.Methods in org.opensaml.xacml.policy.impl with parameters of type XSBooleanValueModifier and TypeMethodDescriptionvoidAttributeDesignatorTypeImpl.setMustBePresentXSBoolean(XSBooleanValue present) Sets whether the designated attribute must be present.voidAttributeSelectorTypeImpl.setMustBePresentXSBoolean(XSBooleanValue present) Sets whether the attribute to be selected must be present. -
Uses of XSBooleanValue in org.opensaml.xacml.profile.saml
Methods in org.opensaml.xacml.profile.saml that return XSBooleanValueModifier and TypeMethodDescriptionXACMLAuthzDecisionQueryType.getCombinePoliciesXSBooleanValue()Returns if the PDP can combine policies from the query and local policies.XACMLAuthzDecisionQueryType.getInputContextOnlyXSBooleanValue()True then use only information in the XACMLAuthzDecisionQuery, if false could use external XACML attributes.XACMLAuthzDecisionQueryType.getReturnContextXSBooleanValue()If true then include theRequestTypein the response.Methods in org.opensaml.xacml.profile.saml with parameters of type XSBooleanValueModifier and TypeMethodDescriptionvoidXACMLAuthzDecisionQueryType.setCombinePolicies(XSBooleanValue combinePolicies) Sets if the PDP can combine policies from this query and the one locally.voidXACMLAuthzDecisionQueryType.setInputContextOnly(XSBooleanValue inputContextOnly) Sets if external attributes is allowed in the decision, true if it's allowed.voidXACMLAuthzDecisionQueryType.setReturnContext(XSBooleanValue returnContext) Set's if theRequestTypeshould be included inside the request message. -
Uses of XSBooleanValue in org.opensaml.xacml.profile.saml.impl
Fields in org.opensaml.xacml.profile.saml.impl declared as XSBooleanValueModifier and TypeFieldDescriptionprivate XSBooleanValueXACMLAuthzDecisionQueryTypeImpl.combinePoliciesCombinePolicies attribute value.private XSBooleanValueXACMLAuthzDecisionQueryTypeImpl.inputContextOnlyInputContextOnly attribute value.private XSBooleanValueXACMLAuthzDecisionQueryTypeImpl.returnContextReturnContext attribute value.Default = false.Methods in org.opensaml.xacml.profile.saml.impl that return XSBooleanValueModifier and TypeMethodDescriptionXACMLAuthzDecisionQueryTypeImpl.getCombinePoliciesXSBooleanValue()Returns if the PDP can combine policies from the query and local policies.XACMLAuthzDecisionQueryTypeImpl.getInputContextOnlyXSBooleanValue()True then use only information in the XACMLAuthzDecisionQuery, if false could use external XACML attributes.XACMLAuthzDecisionQueryTypeImpl.getReturnContextXSBooleanValue()If true then include theRequestTypein the response.Methods in org.opensaml.xacml.profile.saml.impl with parameters of type XSBooleanValueModifier and TypeMethodDescriptionvoidXACMLAuthzDecisionQueryTypeImpl.setCombinePolicies(XSBooleanValue combine) Sets if the PDP can combine policies from this query and the one locally.voidXACMLAuthzDecisionQueryTypeImpl.setInputContextOnly(XSBooleanValue flag) Sets if external attributes is allowed in the decision, true if it's allowed.voidXACMLAuthzDecisionQueryTypeImpl.setReturnContext(XSBooleanValue flag) Set's if theRequestTypeshould be included inside the request message.