Searched defs:_ResumeSession (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ac/impl/
H A DAuthenticatorTypeImpl.java19 protected com.sun.identity.liberty.ws.common.jaxb.ac.ResumeSessionType _ResumeSession; field in class:AuthenticatorTypeImpl
76 return _ResumeSession;
80 _ResumeSession = value;
132 if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession == null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption == null))&&(_PreviousSession!= null))&&(_IPAddress == null))&&(_Password == null))&&(_DigSig == null))&&(_SharedSecretDynamicPlaintext == null)) {
145 if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession!= null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption == null))&&(_PreviousSession == null))&&(_IPAddress == null))&&(_Password == null))&&(_DigSig == null))&&(_SharedSecretDynamicPlaintext == null)) {
146 if (_ResumeSession instanceof javax.xml.bind.Element) {
147 context.childAsBody(((com.sun.xml.bind.JAXBObject) _ResumeSession), "ResumeSession");
150 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _ResumeSession), "ResumeSession");
152 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _ResumeSession), "ResumeSession");
154 context.childAsBody(((com.sun.xml.bind.JAXBObject) _ResumeSession), "ResumeSessio
[all...]
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ac/impl/
H A DAuthenticatorTypeImpl.java19 protected com.sun.identity.liberty.ws.common.jaxb.ac.ResumeSessionType _ResumeSession; field in class:AuthenticatorTypeImpl
76 return _ResumeSession;
80 _ResumeSession = value;
132 if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession == null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption == null))&&(_PreviousSession!= null))&&(_IPAddress == null))&&(_Password == null))&&(_DigSig == null))&&(_SharedSecretDynamicPlaintext == null)) {
145 if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession!= null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption == null))&&(_PreviousSession == null))&&(_IPAddress == null))&&(_Password == null))&&(_DigSig == null))&&(_SharedSecretDynamicPlaintext == null)) {
146 if (_ResumeSession instanceof javax.xml.bind.Element) {
147 context.childAsBody(((com.sun.xml.bind.JAXBObject) _ResumeSession), "ResumeSession");
150 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _ResumeSession), "ResumeSession");
152 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _ResumeSession), "ResumeSession");
154 context.childAsBody(((com.sun.xml.bind.JAXBObject) _ResumeSession), "ResumeSessio
[all...]

Completed in 38 milliseconds