Searched defs:_DigSig (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.java21 protected com.sun.identity.liberty.ws.common.jaxb.ac.DigSigType _DigSig; field in class:AuthenticatorTypeImpl
92 return _DigSig;
96 _DigSig = 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)) {
158 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)) {
159 if (_DigSig instanceof javax.xml.bind.Element) {
160 context.childAsBody(((com.sun.xml.bind.JAXBObject) _DigSig), "DigSig");
163 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _DigSig), "DigSig");
165 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _DigSig), "DigSi
[all...]
/forgerock/openam/openam-schema/openam-liberty-schema/src/main/java/com/sun/identity/liberty/ws/common/jaxb/ac/impl/
H A DAuthenticatorTypeImpl.java21 protected com.sun.identity.liberty.ws.common.jaxb.ac.DigSigType _DigSig; field in class:AuthenticatorTypeImpl
92 return _DigSig;
96 _DigSig = 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)) {
158 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)) {
159 if (_DigSig instanceof javax.xml.bind.Element) {
160 context.childAsBody(((com.sun.xml.bind.JAXBObject) _DigSig), "DigSig");
163 context.childAsURIs(((com.sun.xml.bind.JAXBObject) _DigSig), "DigSig");
165 context.childAsAttributes(((com.sun.xml.bind.JAXBObject) _DigSig), "DigSi
[all...]

Completed in 21 milliseconds