Searched defs:bind (Results 1 - 25 of 65) sorted by relevance

123

/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb-api.jar ... -INF/MANIFEST.MF javax/ javax/xml/ javax/xml/bind/ javax/xml/bind/annotation/ javax/xml/bind/annotation/adapters/ javax ...
H A Djaxb-impl.jar ... MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ com/sun/xml/bind/annotation/ com/sun/xml/bind/api ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb-api.jar ... -INF/MANIFEST.MF javax/ javax/xml/ javax/xml/bind/ javax/xml/bind/annotation/ javax/xml/bind/annotation/adapters/ javax ...
H A Djaxb-impl.jar ... MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ com/sun/xml/bind/annotation/ com/sun/xml/bind/api ...
/forgerock/opendj-b2.6/src/server/org/opends/server/protocols/jmx/
H A DRmiAuthenticator.java78 * The JMX Client connection to be used to perform the bind (auth)
175 jmxClientConnection = bind(authcID, password);
230 * Process bind operation.
237 private JmxClientConnection bind(String authcID, String password) method in class:RmiAuthenticator
/forgerock/opendj2/src/server/org/opends/server/protocols/jmx/
H A DRmiAuthenticator.java77 * The JMX Client connection to be used to perform the bind (auth)
174 jmxClientConnection = bind(authcID, password);
229 * Process bind operation.
236 private JmxClientConnection bind(String authcID, String password) method in class:RmiAuthenticator
/forgerock/opendj2.6.2/src/server/org/opends/server/protocols/jmx/
H A DRmiAuthenticator.java78 * The JMX Client connection to be used to perform the bind (auth)
175 jmxClientConnection = bind(authcID, password);
230 * Process bind operation.
237 private JmxClientConnection bind(String authcID, String password) method in class:RmiAuthenticator
/forgerock/opendj2-jel-hg/src/server/org/opends/server/protocols/jmx/
H A DRmiAuthenticator.java78 * The JMX Client connection to be used to perform the bind (auth)
175 jmxClientConnection = bind(authcID, password);
230 * Process bind operation.
237 private JmxClientConnection bind(String authcID, String password) method in class:RmiAuthenticator
/forgerock/opendj2-hg/src/server/org/opends/server/protocols/jmx/
H A DRmiAuthenticator.java77 * The JMX Client connection to be used to perform the bind (auth)
174 jmxClientConnection = bind(authcID, password);
229 * Process bind operation.
236 private JmxClientConnection bind(String authcID, String password) method in class:RmiAuthenticator
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/mechanisms/push/
H A DPushLayout.java66 public void bind(final Push mechanism) { method in class:PushLayout
H A DPushInfo.java36 public void bind(View view, Mechanism mechanism) { method in class:PushInfo
38 tl.bind((Push) mechanism);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/protocols/jmx/
H A DRmiAuthenticator.java70 /** The JMX Client connection to be used to perform the bind (auth) call. */
138 jmxClientConnection = bind(authcID, password);
181 * Process bind operation.
188 private JmxClientConnection bind(String authcID, String password) method in class:RmiAuthenticator
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/identity/
H A DIdentityLayout.java73 void bind(final Identity identity) { method in class:IdentityLayout
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/mechanisms/base/
H A DMechanismInfo.java32 * @param mechanism The mechanism to bind.
33 * @param view The view to bind it to.
35 void bind(View view, Mechanism mechanism); method in interface:MechanismInfo
H A DMechanismLayout.java94 public abstract void bind(T mechanism); method in class:MechanismLayout
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/mechanisms/oath/
H A DOathInfo.java35 public void bind(View view, Mechanism mechanism) { method in class:OathInfo
37 oathLayout.bind((Oath) mechanism);
H A DOathLayout.java84 public void bind(final Oath oath) { method in class:OathLayout
/forgerock/authenticator-android-v2/app/src/main/java/com/forgerock/authenticator/notifications/
H A DNotificationLayout.java85 void bind(final Notification notification) { method in class:NotificationLayout
/forgerock/opendj-b2.6/src/server/org/opends/server/core/
H A DBindOperationWrapper.java36 * This abstract class wraps/decorates a given bind operation.
44 * Creates a new bind operation based on the provided bind operation.
46 * @param bind The bind operation to wrap
48 protected BindOperationWrapper(BindOperation bind) argument
50 super(bind);
/forgerock/opendj2/src/server/org/opends/server/core/
H A DBindOperationWrapper.java35 * This abstract class wraps/decorates a given bind operation.
43 * Creates a new bind operation based on the provided bind operation.
45 * @param bind The bind operation to wrap
47 protected BindOperationWrapper(BindOperation bind) argument
49 super(bind);
/forgerock/opendj2.6.2/src/server/org/opends/server/core/
H A DBindOperationWrapper.java36 * This abstract class wraps/decorates a given bind operation.
44 * Creates a new bind operation based on the provided bind operation.
46 * @param bind The bind operation to wrap
48 protected BindOperationWrapper(BindOperation bind) argument
50 super(bind);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/core/
H A DBindOperationWrapper.java36 * This abstract class wraps/decorates a given bind operation.
44 * Creates a new bind operation based on the provided bind operation.
46 * @param bind The bind operation to wrap
48 protected BindOperationWrapper(BindOperation bind) argument
50 super(bind);
/forgerock/opendj2-hg/src/server/org/opends/server/core/
H A DBindOperationWrapper.java35 * This abstract class wraps/decorates a given bind operation.
43 * Creates a new bind operation based on the provided bind operation.
45 * @param bind The bind operation to wrap
47 protected BindOperationWrapper(BindOperation bind) argument
49 super(bind);
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/core/
H A DBindOperationWrapper.java34 * This abstract class wraps/decorates a given bind operation.
42 * Creates a new bind operation based on the provided bind operation.
44 * @param bind The bind operation to wrap
46 protected BindOperationWrapper(BindOperation bind) argument
48 super(bind);
/forgerock/openam-v13/openam-federation/openam-federation-library/src/main/java/com/sun/identity/federation/services/
H A DFSSOAPService.java94 public SOAPMessage bind(String xmlString) { method in class:FSSOAPService

Completed in 123 milliseconds

123