Uses of Class
org.opensaml.core.xml.schema.XSBooleanValue
-
Packages that use XSBooleanValue Package Description org.opensaml.core.xml Base classes for working with XML as Java objects and configuring the library.org.opensaml.core.xml.schema Interfaces for XMLObjects that represent XML schema types.org.opensaml.core.xml.schema.impl Implementations of the interfaces for XMLObjects that represent XML schema types.org.opensaml.saml.ext.saml2cb.impl Implementation for SAML v2.0 Channel Binding Extensions Version 1.0.org.opensaml.saml.ext.saml2mdquery Interfaces for SAML 2 Metadata Profile for Standalone Query Requesters.org.opensaml.saml.ext.saml2mdquery.impl Implementation for SAML v2.0 Metadata Extension for Stand-Alone Query Requesters.org.opensaml.saml.ext.samlec.impl Implementation for SAML-EC GSS-API schema content.org.opensaml.saml.saml2.core Interfaces for SAML 2.0 core and protocol interfaces.org.opensaml.saml.saml2.core.impl Implementations of SAML 2.0 core specification types and elements.org.opensaml.saml.saml2.ecp Interfaces for SAML 2 ECP Elements.org.opensaml.saml.saml2.ecp.impl Implementations of SAML 2.0 ECP types and elements.org.opensaml.saml.saml2.metadata Concrete definitions of the objects described in saml-metadata-2.0-os work.org.opensaml.saml.saml2.metadata.impl Concrete implementations of the metadata APIs.org.opensaml.soap.soap11 XMLObject interfaces for SOAP 1.1 elements.org.opensaml.soap.soap12 XMLObject interfaces for SOAP 1.2 elements.org.opensaml.soap.wsaddressing XMLObject interfaces for WS-Addressing 1.0 elements.org.opensaml.soap.wspolicy XMLObject interfaces for WS-Policy 1.2 elements.org.opensaml.soap.wssecurity.impl XML Object provider implementations for WS-Security.org.opensaml.soap.wstrust XMLObject interfaces for WS-Trust 1.3 elements.org.opensaml.soap.wstrust.impl XML Object provider implementations for WS-Trust.org.opensaml.xacml.policy XMLObject interfaces for XACML policy schema.org.opensaml.xacml.policy.impl XMLObject provider implementation classes for XACML policy schema.org.opensaml.xacml.profile.saml XMLObject interfaces for SAML XACML profile.org.opensaml.xacml.profile.saml.impl XMLObject implementation classes for XACML SAML profile. -
-
Uses of XSBooleanValue in org.opensaml.core.xml
Fields in org.opensaml.core.xml declared as XSBooleanValue Modifier and Type Field Description private XSBooleanValueAbstractXMLObject. nilThe value of thexsi:nilattribute.Methods in org.opensaml.core.xml that return XSBooleanValue Modifier and Type Method Description XSBooleanValueAbstractXMLObject. isNilXSBoolean()Gets whether the object declares that its element content is null, which corresponds to anxsi:nilattribute oftrue.XSBooleanValueXMLObject. 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 XSBooleanValue Modifier and Type Method Description voidAbstractXMLObject. 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 XSBooleanValue Modifier and Type Method Description XSBooleanValueXSBoolean. getValue()Returns the XSBooleanValue value.static XSBooleanValueXSBooleanValue. valueOf(String booleanString)Parses a string meant to represent a boolean.Methods in org.opensaml.core.xml.schema with parameters of type XSBooleanValue Modifier and Type Method Description voidXSBoolean. 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 XSBooleanValue Modifier and Type Field Description private XSBooleanValueXSBooleanImpl. valueValue of this string element.Methods in org.opensaml.core.xml.schema.impl that return XSBooleanValue Modifier and Type Method Description XSBooleanValueXSBooleanImpl. getValue()Returns the XSBooleanValue value.Methods in org.opensaml.core.xml.schema.impl with parameters of type XSBooleanValue Modifier and Type Method Description voidXSBooleanImpl. 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 XSBooleanValue Modifier and Type Field Description private XSBooleanValueChannelBindingsImpl. soap11MustUnderstandsoap11:mustUnderstand.Methods in org.opensaml.saml.ext.saml2cb.impl that return XSBooleanValue Modifier and Type Method Description XSBooleanValueChannelBindingsImpl. isSOAP11MustUnderstandXSBoolean()Get the attribute value.Methods in org.opensaml.saml.ext.saml2cb.impl with parameters of type XSBooleanValue Modifier and Type Method Description voidChannelBindingsImpl. 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 XSBooleanValue Modifier and Type Method Description XSBooleanValueQueryDescriptorType. getWantAssertionsSignedXSBoolean()Gets whether assertions to this endpoint should be signed.Methods in org.opensaml.saml.ext.saml2mdquery with parameters of type XSBooleanValue Modifier and Type Method Description voidQueryDescriptorType. 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 XSBooleanValue Modifier and Type Field Description private XSBooleanValueQueryDescriptorTypeImpl. wantAssertionsSignedWantAssertionSigned attribute value.Methods in org.opensaml.saml.ext.saml2mdquery.impl that return XSBooleanValue Modifier and Type Method Description XSBooleanValueQueryDescriptorTypeImpl. getWantAssertionsSignedXSBoolean()Gets whether assertions to this endpoint should be signed.Methods in org.opensaml.saml.ext.saml2mdquery.impl with parameters of type XSBooleanValue Modifier and Type Method Description voidQueryDescriptorTypeImpl. setWantAssertionsSigned(XSBooleanValue wantAssertionSigned)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 XSBooleanValue Modifier and Type Field Description private XSBooleanValueGeneratedKeyImpl. soap11MustUnderstandsoap11:mustUnderstand.private XSBooleanValueSessionKeyImpl. soap11MustUnderstandsoap11:mustUnderstand.Methods in org.opensaml.saml.ext.samlec.impl that return XSBooleanValue Modifier and Type Method Description XSBooleanValueGeneratedKeyImpl. isSOAP11MustUnderstandXSBoolean()Get the attribute value.XSBooleanValueSessionKeyImpl. isSOAP11MustUnderstandXSBoolean()Get the attribute value.Methods in org.opensaml.saml.ext.samlec.impl with parameters of type XSBooleanValue Modifier and Type Method Description voidGeneratedKeyImpl. 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 XSBooleanValue Modifier and Type Method Description XSBooleanValueNameIDPolicy. getAllowCreateXSBoolean()Gets the AllowCreate value.XSBooleanValueAuthnRequest. isForceAuthnXSBoolean()Gets whether the IdP should force the user to reauthenticate.XSBooleanValueAuthnRequest. 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 XSBooleanValue Modifier and Type Method Description voidNameIDPolicy. 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 XSBooleanValue Modifier and Type Field Description private XSBooleanValueNameIDPolicyImpl. allowCreateNameID Format URI.private XSBooleanValueAuthnRequestImpl. forceAuthnForeceAuthn attribute.private XSBooleanValueAuthnRequestImpl. isPassiveIsPassive attribute.Methods in org.opensaml.saml.saml2.core.impl that return XSBooleanValue Modifier and Type Method Description XSBooleanValueNameIDPolicyImpl. getAllowCreateXSBoolean()Gets the AllowCreate value.XSBooleanValueAuthnRequestImpl. isForceAuthnXSBoolean()Gets whether the IdP should force the user to reauthenticate.XSBooleanValueAuthnRequestImpl. 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 XSBooleanValue Modifier and Type Method Description voidNameIDPolicyImpl. 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 XSBooleanValue Modifier and Type Method Description XSBooleanValueRequest. isPassiveXSBoolean()Get the IsPassive attribute value.Methods in org.opensaml.saml.saml2.ecp with parameters of type XSBooleanValue Modifier and Type Method Description voidRequest. 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 XSBooleanValue Modifier and Type Field Description private 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 XSBooleanValue Modifier and Type Method Description XSBooleanValueRequestImpl. isPassiveXSBoolean()Get the IsPassive attribute value.XSBooleanValueRelayStateImpl. isSOAP11MustUnderstandXSBoolean()Get the attribute value.XSBooleanValueRequestAuthenticatedImpl. isSOAP11MustUnderstandXSBoolean()Get the attribute value.XSBooleanValueRequestImpl. isSOAP11MustUnderstandXSBoolean()Get the attribute value.XSBooleanValueResponseImpl. isSOAP11MustUnderstandXSBoolean()Get the attribute value.XSBooleanValueSubjectConfirmationImpl. isSOAP11MustUnderstandXSBoolean()Get the attribute value.Methods in org.opensaml.saml.saml2.ecp.impl with parameters of type XSBooleanValue Modifier and Type Method Description voidRequestImpl. 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 XSBooleanValue Modifier and Type Method Description XSBooleanValueSPSSODescriptor. getWantAssertionsSignedXSBoolean()Gets whether this service wants assertions signed.XSBooleanValueIDPSSODescriptor. getWantAuthnRequestsSignedXSBoolean()Checks if the IDP SSO service wants authentication requests signed.XSBooleanValueSPSSODescriptor. isAuthnRequestsSignedXSBoolean()Gets whether this service signs AuthN requests.XSBooleanValueAttributeConsumingService. isDefaultXSBoolean()Checks if this is the default service for the service provider.XSBooleanValueIndexedEndpoint. isDefaultXSBoolean()Gets whether this is the default endpoint in a list.XSBooleanValueRequestedAttribute. isRequiredXSBoolean()Checks to see if this requested attribute is also required.Methods in org.opensaml.saml.saml2.metadata with parameters of type XSBooleanValue Modifier and Type Method Description voidSPSSODescriptor. 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 XSBooleanValue Modifier and Type Field Description private 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 XSBooleanValue Modifier and Type Method Description XSBooleanValueSPSSODescriptorImpl. getWantAssertionsSignedXSBoolean()Gets whether this service wants assertions signed.XSBooleanValueIDPSSODescriptorImpl. getWantAuthnRequestsSignedXSBoolean()Checks if the IDP SSO service wants authentication requests signed.XSBooleanValueSPSSODescriptorImpl. isAuthnRequestsSignedXSBoolean()Gets whether this service signs AuthN requests.XSBooleanValueAttributeConsumingServiceImpl. isDefaultXSBoolean()Checks if this is the default service for the service provider.XSBooleanValueIndexedEndpointImpl. isDefaultXSBoolean()Gets whether this is the default endpoint in a list.XSBooleanValueRequestedAttributeImpl. isRequiredXSBoolean()Checks to see if this requested attribute is also required.Methods in org.opensaml.saml.saml2.metadata.impl with parameters of type XSBooleanValue Modifier and Type Method Description voidSPSSODescriptorImpl. 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 XSBooleanValue Modifier and Type Method Description XSBooleanValueMustUnderstandBearing. isSOAP11MustUnderstandXSBoolean()Get the attribute value.Methods in org.opensaml.soap.soap11 with parameters of type XSBooleanValue Modifier and Type Method Description voidMustUnderstandBearing. setSOAP11MustUnderstand(XSBooleanValue newMustUnderstand)Set the attribute value. -
Uses of XSBooleanValue in org.opensaml.soap.soap12
Methods in org.opensaml.soap.soap12 that return XSBooleanValue Modifier and Type Method Description XSBooleanValueMustUnderstandBearing. isSOAP12MustUnderstandXSBoolean()Get the attribute value.XSBooleanValueRelayBearing. isSOAP12RelayXSBoolean()Get the attribute value.Methods in org.opensaml.soap.soap12 with parameters of type XSBooleanValue Modifier and Type Method Description voidMustUnderstandBearing. 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 XSBooleanValue Modifier and Type Method Description XSBooleanValueIsReferenceParameterBearing. isWSAIsReferenceParameterXSBoolean()Returns the@wsa:IsReferenceParameterattribute value.Methods in org.opensaml.soap.wsaddressing with parameters of type XSBooleanValue Modifier and Type Method Description voidIsReferenceParameterBearing. setWSAIsReferenceParameter(XSBooleanValue newIsReferenceParameter)Sets the@wsa:IsReferenceParameterattribute value. -
Uses of XSBooleanValue in org.opensaml.soap.wspolicy
Methods in org.opensaml.soap.wspolicy that return XSBooleanValue Modifier and Type Method Description XSBooleanValueOptionalBearing. isWSP12OptionalXSBoolean()Get the attribute value.Methods in org.opensaml.soap.wspolicy with parameters of type XSBooleanValue Modifier and Type Method Description voidOptionalBearing. 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 XSBooleanValue Modifier and Type Field Description private XSBooleanValueEncryptedHeaderImpl. soap11MustUnderstandThe@soap11:mustUnderstandatribute.private XSBooleanValueEncryptedHeaderImpl. soap12MustUnderstandThe@soap12:mustUnderstandatribute.private XSBooleanValueEncryptedHeaderImpl. soap12RelayThe@soap12:relayatribute.Methods in org.opensaml.soap.wssecurity.impl that return XSBooleanValue Modifier and Type Method Description XSBooleanValueEncryptedHeaderImpl. isSOAP11MustUnderstandXSBoolean()Get the attribute value.XSBooleanValueEncryptedHeaderImpl. isSOAP12MustUnderstandXSBoolean()Get the attribute value.XSBooleanValueEncryptedHeaderImpl. isSOAP12RelayXSBoolean()Get the attribute value.Methods in org.opensaml.soap.wssecurity.impl with parameters of type XSBooleanValue Modifier and Type Method Description voidEncryptedHeaderImpl. 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 XSBooleanValue Modifier and Type Method Description XSBooleanValueRenewing. isAllowXSBoolean()Returns the wst:Renewing/@Allow attribute value.XSBooleanValueRenewing. isOKXSBoolean()Returns the wst:Renewing/@OK attribute value.Methods in org.opensaml.soap.wstrust with parameters of type XSBooleanValue Modifier and Type Method Description voidRenewing. 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 XSBooleanValue Modifier and Type Field Description private 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 XSBooleanValue Modifier and Type Method Description XSBooleanValueDelegatableImpl. getValue()Returns the XSBooleanValue value.XSBooleanValueForwardableImpl. getValue()Returns the XSBooleanValue value.XSBooleanValueRenewingImpl. isAllowXSBoolean()Returns the wst:Renewing/@Allow attribute value.XSBooleanValueRenewingImpl. isOKXSBoolean()Returns the wst:Renewing/@OK attribute value.Methods in org.opensaml.soap.wstrust.impl with parameters of type XSBooleanValue Modifier and Type Method Description voidRenewingImpl. 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 XSBooleanValue Modifier and Type Method Description XSBooleanValueAttributeDesignatorType. getMustBePresentXSBoolean()Gets whether the designated attribute must be present.XSBooleanValueAttributeSelectorType. getMustBePresentXSBoolean()Gets whether the attribute to be selected must be present.Methods in org.opensaml.xacml.policy with parameters of type XSBooleanValue Modifier and Type Method Description voidAttributeDesignatorType. 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 XSBooleanValue Modifier and Type Field Description private XSBooleanValueAttributeDesignatorTypeImpl. mustBePresentXSMust be present.private XSBooleanValueAttributeSelectorTypeImpl. mustBePresentXSMust be present.Methods in org.opensaml.xacml.policy.impl that return XSBooleanValue Modifier and Type Method Description XSBooleanValueAttributeDesignatorTypeImpl. getMustBePresentXSBoolean()Gets whether the designated attribute must be present.XSBooleanValueAttributeSelectorTypeImpl. getMustBePresentXSBoolean()Gets whether the attribute to be selected must be present.Methods in org.opensaml.xacml.policy.impl with parameters of type XSBooleanValue Modifier and Type Method Description voidAttributeDesignatorTypeImpl. 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 XSBooleanValue Modifier and Type Method Description XSBooleanValueXACMLAuthzDecisionQueryType. getCombinePoliciesXSBooleanValue()Returns if the PDP can combine policies from the query and local policies.XSBooleanValueXACMLAuthzDecisionQueryType. getInputContextOnlyXSBooleanValue()True then use only information in the XACMLAuthzDecisionQuery, if false could use external XACML attributes.XSBooleanValueXACMLAuthzDecisionQueryType. getReturnContextXSBooleanValue()If true then include theRequestTypein the response.Methods in org.opensaml.xacml.profile.saml with parameters of type XSBooleanValue Modifier and Type Method Description voidXACMLAuthzDecisionQueryType. 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 XSBooleanValue Modifier and Type Field Description private 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 XSBooleanValue Modifier and Type Method Description XSBooleanValueXACMLAuthzDecisionQueryTypeImpl. getCombinePoliciesXSBooleanValue()Returns if the PDP can combine policies from the query and local policies.XSBooleanValueXACMLAuthzDecisionQueryTypeImpl. getInputContextOnlyXSBooleanValue()True then use only information in the XACMLAuthzDecisionQuery, if false could use external XACML attributes.XSBooleanValueXACMLAuthzDecisionQueryTypeImpl. getReturnContextXSBooleanValue()If true then include theRequestTypein the response.Methods in org.opensaml.xacml.profile.saml.impl with parameters of type XSBooleanValue Modifier and Type Method Description voidXACMLAuthzDecisionQueryTypeImpl. 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.
-