Searched defs:verifier (Results 1 - 25 of 31) sorted by relevance

12

/forgerock/openam-v13/openam-oauth2-common/oauth2-restlet/src/test/java/org/forgerock/oauth2/restlet/
H A DRestletFormBodyAccessTokenVerifierTest.java33 private RestletFormBodyAccessTokenVerifier verifier; field in class:RestletFormBodyAccessTokenVerifierTest
39 verifier = new RestletFormBodyAccessTokenVerifier(tokenStore);
49 AccessTokenVerifier.TokenState result = verifier.verify(req);
63 AccessTokenVerifier.TokenState result = verifier.verify(req);
78 AccessTokenVerifier.TokenState result = verifier.verify(req);
94 AccessTokenVerifier.TokenState result = verifier.verify(req);
119 AccessTokenVerifier.TokenState result = verifier.verify(req);
144 AccessTokenVerifier.TokenState result = verifier.verify(req);
H A DRestletHeaderAccessTokenVerifierTest.java40 private RestletHeaderAccessTokenVerifier verifier; field in class:RestletHeaderAccessTokenVerifierTest
46 verifier = new RestletHeaderAccessTokenVerifier(tokenStore);
56 AccessTokenVerifier.TokenState result = verifier.verify(req);
75 AccessTokenVerifier.TokenState result = verifier.verify(req);
92 AccessTokenVerifier.TokenState result = verifier.verify(req);
117 AccessTokenVerifier.TokenState result = verifier.verify(req);
142 AccessTokenVerifier.TokenState result = verifier.verify(req);
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/log/secure/
H A DLogVerifier.java60 private VerifyTask verifier; field in class:LogVerifier
71 * @param log logger name associated with this verifier
72 * @param verPass the password for verifier secure store
107 Debug.error(name+":Error running verifier thread", e);
147 if(verifier == null){
148 verifier = new VerifyTask(interval);
149 SystemTimer.getTimer().schedule(verifier, new Date(((
158 * Method to stop the log verifier thread if it is running
161 if (verifier != null) {
162 verifier
[all...]
H A DSecureLogHelper.java57 static String verifier = "Verifier"; field in class:SecureLogHelper
106 * In the verifier secure store file there is just the initial key of the
155 * Also creates a file for the verifier with the same password. This file
157 * with a new verifier(Auditor) supplied password when the Auditor logs
163 * @param verifierPassword : The password for the verifier JCEKS file
189 // password will be changed for the verifier file when the verifier
211 * Initialize the verifier by using the logger generated PKCS12 file
241 // Re-write the verifier file with the new password. Also create the
256 * ReInitialize the verifier
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/log/secure/
H A DLogVerifier.java59 private VerifyTask verifier; field in class:LogVerifier
70 * @param log logger name associated with this verifier
71 * @param verPass the password for verifier secure store
106 Debug.error(name+":Error running verifier thread", e);
146 if(verifier == null){
147 verifier = new VerifyTask(interval);
148 SystemTimer.getTimer().schedule(verifier, new Date(((
157 * Method to stop the log verifier thread if it is running
160 if (verifier != null) {
161 verifier
[all...]
H A DSecureLogHelper.java57 static String verifier = "Verifier"; field in class:SecureLogHelper
106 * In the verifier secure store file there is just the initial key of the
155 * Also creates a file for the verifier with the same password. This file
157 * with a new verifier(Auditor) supplied password when the Auditor logs
163 * @param verifierPassword : The password for the verifier JCEKS file
189 // password will be changed for the verifier file when the verifier
211 * Initialize the verifier by using the logger generated PKCS12 file
241 // Re-write the verifier file with the new password. Also create the
256 * ReInitialize the verifier
[all...]
/forgerock/opendj2/src/ads/org/opends/admin/ads/util/
H A DConnectionUtils.java301 * setup with the specified hostname verifier. Negotiation is done using a
316 * @param verifier null or the hostname verifier to be setup in the
333 HostnameVerifier verifier)
340 if (verifier == null) {
341 verifier = new BlindHostnameVerifier();
366 final HostnameVerifier fVerifier = verifier;
330 createStartTLSContext(String ldapURL, String dn, String pwd, int timeout, Hashtable<String, String> env, TrustManager trustManager, KeyManager keyManager, HostnameVerifier verifier) argument
/forgerock/opendj-b2.6/src/ads/org/opends/admin/ads/util/
H A DConnectionUtils.java297 * setup with the specified hostname verifier. Negotiation is done using a
312 * @param verifier null or the hostname verifier to be setup in the
329 HostnameVerifier verifier)
336 if (verifier == null) {
337 verifier = new BlindHostnameVerifier();
360 final HostnameVerifier fVerifier = verifier;
326 createStartTLSContext(String ldapURL, String dn, String pwd, int timeout, Hashtable<String, String> env, TrustManager trustManager, KeyManager keyManager, HostnameVerifier verifier) argument
/forgerock/opendj2.6.2/src/ads/org/opends/admin/ads/util/
H A DConnectionUtils.java302 * setup with the specified hostname verifier. Negotiation is done using a
317 * @param verifier null or the hostname verifier to be setup in the
334 HostnameVerifier verifier)
341 if (verifier == null) {
342 verifier = new BlindHostnameVerifier();
367 final HostnameVerifier fVerifier = verifier;
331 createStartTLSContext(String ldapURL, String dn, String pwd, int timeout, Hashtable<String, String> env, TrustManager trustManager, KeyManager keyManager, HostnameVerifier verifier) argument
/forgerock/opendj2-hg/src/ads/org/opends/admin/ads/util/
H A DConnectionUtils.java301 * setup with the specified hostname verifier. Negotiation is done using a
316 * @param verifier null or the hostname verifier to be setup in the
333 HostnameVerifier verifier)
340 if (verifier == null) {
341 verifier = new BlindHostnameVerifier();
366 final HostnameVerifier fVerifier = verifier;
330 createStartTLSContext(String ldapURL, String dn, String pwd, int timeout, Hashtable<String, String> env, TrustManager trustManager, KeyManager keyManager, HostnameVerifier verifier) argument
/forgerock/opendj2-jel-hg/src/ads/org/opends/admin/ads/util/
H A DConnectionUtils.java297 * setup with the specified hostname verifier. Negotiation is done using a
312 * @param verifier null or the hostname verifier to be setup in the
329 HostnameVerifier verifier)
336 if (verifier == null) {
337 verifier = new BlindHostnameVerifier();
360 final HostnameVerifier fVerifier = verifier;
326 createStartTLSContext(String ldapURL, String dn, String pwd, int timeout, Hashtable<String, String> env, TrustManager trustManager, KeyManager keyManager, HostnameVerifier verifier) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/admin/ads/util/
H A DConnectionUtils.java279 * setup with the specified hostname verifier. Negotiation is done using a
294 * @param verifier null or the hostname verifier to be setup in the
311 HostnameVerifier verifier)
318 if (verifier == null) {
319 verifier = new BlindHostnameVerifier();
337 final HostnameVerifier fVerifier = verifier;
308 createStartTLSContext(String ldapURL, String dn, String pwd, int timeout, Hashtable<String, String> env, TrustManager trustManager, KeyManager keyManager, HostnameVerifier verifier) argument
/forgerock/openam-v13/openam-oauth/src/main/java/com/sun/identity/oauth/service/models/
H A DRequestToken.java47 private String verifier; field in class:RequestToken
131 return verifier;
134 public void setVerifier(String verifier) { argument
135 this.verifier = verifier;
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb1-impl.jar ... INF/services/ META-INF/services/org.iso_relax.verifier.VerifierFactoryLoader META-INF/services/org.relaxng. ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb1-impl.jar ... INF/services/ META-INF/services/org.iso_relax.verifier.VerifierFactoryLoader META-INF/services/org.relaxng. ...
/forgerock/opendj2/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java952 * setup with the specified hostname verifier. Negotiation is done using a
965 * @param verifier null or the hostname verifier to be setup in the
982 TrustManager trustManager, HostnameVerifier verifier)
986 env, trustManager, null, verifier);
980 createStartTLSContext(String ldapsURL, String dn, String pwd, int timeout, Hashtable<String, String> env, TrustManager trustManager, HostnameVerifier verifier) argument
/forgerock/opendj-b2.6/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java953 * setup with the specified hostname verifier. Negotiation is done using a
966 * @param verifier null or the hostname verifier to be setup in the
983 TrustManager trustManager, HostnameVerifier verifier)
987 env, trustManager, null, verifier);
981 createStartTLSContext(String ldapsURL, String dn, String pwd, int timeout, Hashtable<String, String> env, TrustManager trustManager, HostnameVerifier verifier) argument
/forgerock/opendj2.6.2/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java953 * setup with the specified hostname verifier. Negotiation is done using a
966 * @param verifier null or the hostname verifier to be setup in the
983 TrustManager trustManager, HostnameVerifier verifier)
987 env, trustManager, null, verifier);
981 createStartTLSContext(String ldapsURL, String dn, String pwd, int timeout, Hashtable<String, String> env, TrustManager trustManager, HostnameVerifier verifier) argument
/forgerock/opendj2-hg/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java952 * setup with the specified hostname verifier. Negotiation is done using a
965 * @param verifier null or the hostname verifier to be setup in the
982 TrustManager trustManager, HostnameVerifier verifier)
986 env, trustManager, null, verifier);
980 createStartTLSContext(String ldapsURL, String dn, String pwd, int timeout, Hashtable<String, String> env, TrustManager trustManager, HostnameVerifier verifier) argument
/forgerock/opendj2-jel-hg/src/quicksetup/org/opends/quicksetup/util/
H A DUtils.java971 * setup with the specified hostname verifier. Negotiation is done using a
984 * @param verifier null or the hostname verifier to be setup in the
1001 TrustManager trustManager, HostnameVerifier verifier)
1005 env, trustManager, null, verifier);
999 createStartTLSContext(String ldapsURL, String dn, String pwd, int timeout, Hashtable<String, String> env, TrustManager trustManager, HostnameVerifier verifier) argument
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/quicksetup/util/
H A DUtils.java795 * is setup with the specified hostname verifier. Negotiation is done using a
812 * @param verifier
813 * null or the hostname verifier to be setup in the StartTlsResponse.
825 Hashtable<String, String> env, TrustManager trustManager, HostnameVerifier verifier) throws NamingException
827 return ConnectionUtils.createStartTLSContext(ldapsURL, dn, pwd, timeout, env, trustManager, null, verifier);
824 createStartTLSContext(String ldapsURL, String dn, String pwd, int timeout, Hashtable<String, String> env, TrustManager trustManager, HostnameVerifier verifier) argument
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Doauth-signature-1.1.5-ea-SNAPSHOT.jar ... NONCE public static final String VERSION public static final String VERIFIER public static final String CALLBACK private static final String SCHEME_SPACE ...
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Doauth-signature-1.1.5-ea-SNAPSHOT.jar ... NONCE public static final String VERSION public static final String VERIFIER public static final String CALLBACK private static final String SCHEME_SPACE ...
/forgerock/opendj2/ext/svnkit/lib/
H A Dtrilead-ssh2-1.0.0-build217.jar ... io.IOException com.trilead.ssh2.ServerHostKeyVerifier verifier public synchronized com.trilead.ssh2.ConnectionInfo connect ...
/forgerock/opendj2-hg/ext/svnkit/lib/
H A Dtrilead-ssh2-1.0.0-build217.jar ... io.IOException com.trilead.ssh2.ServerHostKeyVerifier verifier public synchronized com.trilead.ssh2.ConnectionInfo connect ...

Completed in 126 milliseconds

12