Searched refs:gateway (Results 1 - 14 of 14) sorted by relevance

/forgerock/authenticator-ios-v2/ForgeRock-Authenticator/
H A DFRAPushMechanismFactory.h22 - (instancetype)initWithGateway:(FRANotificationGateway *)gateway;
H A DFRAPushMechanismFactory.m52 @property (strong, nonatomic) FRANotificationGateway *gateway;
63 - (instancetype)initWithGateway:(FRANotificationGateway *)gateway{
66 self.gateway = gateway;
80 if (![self isValid:self.gateway.deviceToken]) {
211 @"deviceId":self.gateway.deviceToken,
/forgerock/opendj2/src/pkg/
H A Dopends-dsml-gateway_proto.py29 "name" : "opends-dsml-gateway",
34 "pkg.description" : "OpenDS supports DSML through a DSML gateway, \
36 gateway (or DSML-to-LDAP gateway) is a special type of network daemon that is used to \
37 translate between DSML and LDAP. In general, a DSML gateway accepts DSML requests from \
/forgerock/opendj-b2.6/src/pkg/
H A Dopends-dsml-gateway_proto.py30 "name" : "opends-dsml-gateway",
35 "pkg.description" : "OpenDS supports DSML through a DSML gateway, \
37 gateway (or DSML-to-LDAP gateway) is a special type of network daemon that is used to \
38 translate between DSML and LDAP. In general, a DSML gateway accepts DSML requests from \
/forgerock/opendj2.6.2/src/pkg/
H A Dopends-dsml-gateway_proto.py30 "name" : "opends-dsml-gateway",
35 "pkg.description" : "OpenDS supports DSML through a DSML gateway, \
37 gateway (or DSML-to-LDAP gateway) is a special type of network daemon that is used to \
38 translate between DSML and LDAP. In general, a DSML gateway accepts DSML requests from \
/forgerock/opendj2-hg/src/pkg/
H A Dopends-dsml-gateway_proto.py29 "name" : "opends-dsml-gateway",
34 "pkg.description" : "OpenDS supports DSML through a DSML gateway, \
36 gateway (or DSML-to-LDAP gateway) is a special type of network daemon that is used to \
37 translate between DSML and LDAP. In general, a DSML gateway accepts DSML requests from \
/forgerock/opendj2-jel-hg/src/pkg/
H A Dopends-dsml-gateway_proto.py30 "name" : "opends-dsml-gateway",
35 "pkg.description" : "OpenDS supports DSML through a DSML gateway, \
37 gateway (or DSML-to-LDAP gateway) is a special type of network daemon that is used to \
38 translate between DSML and LDAP. In general, a DSML gateway accepts DSML requests from \
/forgerock/openam-v13/openam-authentication/openam-auth-msisdn/src/main/java/com/sun/identity/authentication/modules/msisdn/
H A DMSISDN.java57 * number and the Wireless gateway sending the request from the
59 * callbacks to get <code>msisdn</code> number and wap gateway are sent back to
61 * the gateway list attribute. If the gateway list attribute is empty then all
64 * the gateway is validated the <code>msisdn</code> number is searched for in
185 String gateway = null;
189 gateway = ClientUtils.getClientIPAddress(req);
196 gateway = (String)map.get("gateway");
200 if (isValidGateway(gateway)
294 isValidGateway(String gateway) argument
[all...]
/forgerock/openam/openam-authentication/openam-auth-msisdn/src/main/java/com/sun/identity/authentication/modules/msisdn/
H A DMSISDN.java57 * number and the Wireless gateway sending the request from the
59 * callbacks to get <code>msisdn</code> number and wap gateway are sent back to
61 * the gateway list attribute. If the gateway list attribute is empty then all
64 * the gateway is validated the <code>msisdn</code> number is searched for in
185 String gateway = null;
189 gateway = ClientUtils.getClientIPAddress(req);
196 gateway = (String)map.get("gateway");
200 if (isValidGateway(gateway)
294 isValidGateway(String gateway) argument
[all...]
/forgerock/openam-v13/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DHOTPService.java196 SMSGateway gateway = Class.forName(gatewaySMSImplClass).asSubclass(SMSGateway.class).newInstance();
200 gateway.sendSMSMessage(from, phone, subject, message, otpCode, currentConfig);
209 gateway.sendEmail(from, mail, subject, message, otpCode, currentConfig);
220 gateway.sendSMSMessage(from, phone, subject, message, otpCode, currentConfig);
222 gateway.sendEmail(from, mail, subject, message, otpCode, currentConfig);
339                      * Log a message if the carrier is unknown.  The SMSGateway module is designed to use AT&T's SMS gateway
/forgerock/openam/openam-authentication/openam-auth-hotp/src/main/java/com/sun/identity/authentication/modules/hotp/
H A DHOTPService.java198 SMSGateway gateway = Class.forName(gatewaySMSImplClass).asSubclass(SMSGateway.class).newInstance();
202 gateway.sendSMSMessage(from, phone, subject, message, otpCode, currentConfig);
211 gateway.sendEmail(from, mail, subject, message, otpCode, currentConfig);
222 gateway.sendSMSMessage(from, phone, subject, message, otpCode, currentConfig);
224 gateway.sendEmail(from, mail, subject, message, otpCode, currentConfig);
341                      * Log a message if the carrier is unknown.  The SMSGateway module is designed to use AT&T's SMS gateway
/forgerock/openam-v13/openam-authentication/openam-auth-oauth2/src/main/java/org/forgerock/openam/authentication/modules/oauth2/
H A DOAuthUtil.java99 EmailGateway gateway = Class.forName(gatewayEmailImplClass).
101 gateway.sendEmail(from, emailAddress, subject, message, SMTPConfig);
/forgerock/openam/openam-authentication/openam-auth-oauth2/src/main/java/org/forgerock/openam/authentication/modules/oauth2/
H A DOAuthUtil.java99 EmailGateway gateway = Class.forName(gatewayEmailImplClass).
101 gateway.sendEmail(from, emailAddress, subject, message, SMTPConfig);
/forgerock/authenticator-ios-v2/unit-tests/
H A DFRAPushMechanismFactoryTests.m184 id gateway = OCMClassMock([FRANotificationGateway class]);
185 OCMStub(((FRANotificationGateway *)gateway).deviceToken).andReturn(@"");
186 FRAPushMechanismFactory *mechanismFactory = [[FRAPushMechanismFactory alloc] initWithGateway:gateway];

Completed in 41 milliseconds