Searched defs:_PreviousSession (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.java14 protected com.sun.identity.liberty.ws.common.jaxb.ac.PreviousSessionType _PreviousSession; field in class:AuthenticatorTypeImpl
33 return _PreviousSession;
37 _PreviousSession = 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)) {
133 if (_PreviousSession instanceof javax.xml.bind.Element) {
134 context.childAsBody(((com.sun.xml.bind.JAXBObject) _PreviousSession), "PreviousSession");
137 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _PreviousSession), "PreviousSession");
139 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _PreviousSession), "PreviousSession");
141 context.childAsBody(((com.sun.xml.bind.JAXBObject) _PreviousSession), "PreviousSession");
145 if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession!= null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption == null))&&(_PreviousSession
[all...]
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ac/impl/
H A DAuthenticatorTypeImpl.java14 protected com.sun.identity.liberty.ws.common.jaxb.ac.PreviousSessionType _PreviousSession; field in class:AuthenticatorTypeImpl
33 return _PreviousSession;
37 _PreviousSession = 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)) {
133 if (_PreviousSession instanceof javax.xml.bind.Element) {
134 context.childAsBody(((com.sun.xml.bind.JAXBObject) _PreviousSession), "PreviousSession");
137 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _PreviousSession), "PreviousSession");
139 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _PreviousSession), "PreviousSession");
141 context.childAsBody(((com.sun.xml.bind.JAXBObject) _PreviousSession), "PreviousSession");
145 if (((((((((((((_Extension == null)? 0 :_Extension.size()) == 0)&&(_ResumeSession!= null))&&(_ZeroKnowledge == null))&&(_AsymmetricKeyAgreement == null))&&(_SharedSecretChallengeResponse == null))&&(_AsymmetricDecryption == null))&&(_PreviousSession
[all...]

Completed in 29 milliseconds