Searched refs:_IsPassive (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ps/impl/
H A DAuthnRequestEnvelopeTypeImpl.java19 protected boolean _IsPassive; field in class:AuthnRequestEnvelopeTypeImpl
47 return _IsPassive;
51 _IsPassive = value;
145 context.text(javax.xml.bind.DatatypeConverter.printBoolean(((boolean) _IsPassive)), "IsPassive");
653 _IsPassive = javax.xml.bind.DatatypeConverter.parseBoolean(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value));
H A DAuthnRequestTypeImpl.java24 protected boolean _IsPassive; field in class:AuthnRequestTypeImpl
90 return _IsPassive;
94 _IsPassive = value;
210 context.text(javax.xml.bind.DatatypeConverter.printBoolean(((boolean) _IsPassive)), "IsPassive");
1072 _IsPassive = javax.xml.bind.DatatypeConverter.parseBoolean(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value));
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ps/impl/
H A DAuthnRequestEnvelopeTypeImpl.java19 protected boolean _IsPassive; field in class:AuthnRequestEnvelopeTypeImpl
47 return _IsPassive;
51 _IsPassive = value;
145 context.text(javax.xml.bind.DatatypeConverter.printBoolean(((boolean) _IsPassive)), "IsPassive");
653 _IsPassive = javax.xml.bind.DatatypeConverter.parseBoolean(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value));
H A DAuthnRequestTypeImpl.java24 protected boolean _IsPassive; field in class:AuthnRequestTypeImpl
90 return _IsPassive;
94 _IsPassive = value;
210 context.text(javax.xml.bind.DatatypeConverter.printBoolean(((boolean) _IsPassive)), "IsPassive");
1072 _IsPassive = javax.xml.bind.DatatypeConverter.parseBoolean(com.sun.xml.bind.WhiteSpaceProcessor.collapse(value));

Completed in 41 milliseconds