Searched defs:authenticate (Results 1 - 20 of 20) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/management/remote/
H A DJMXAuthenticator.java59 * into the server in order to authenticate the user before
66 * @exception SecurityException if the server cannot authenticate the user
69 public Subject authenticate(Object credentials); method in interface:JMXAuthenticator
/openjdk7/jdk/test/sun/net/www/ftptest/
H A DFtpAuthHandler.java38 public boolean authenticate(String user, String password); method in interface:FtpAuthHandler
39 public boolean authenticate(String user, String password, String account); method in interface:FtpAuthHandler
/openjdk7/jdk/src/share/classes/com/sun/net/httpserver/
H A DAuthenticator.java42 * Base class for return type from authenticate() method
109 * called to authenticate each incoming request. The implementation
124 public abstract Result authenticate (HttpExchange exch); method in class:Authenticator
H A DBasicAuthenticator.java55 public Result authenticate (HttpExchange t) method in class:BasicAuthenticator
/openjdk7/jdk/test/javax/management/remote/mandatory/passwordAccessFile/
H A DNonJMXPrincipalsTest.java94 public Subject authenticate(Object credentials) { method in class:NonJMXPrincipalsTest.OtherPrincipalAuthenticator
106 public Subject authenticate(Object credentials) { method in class:NonJMXPrincipalsTest.NoPrincipalAuthenticator
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DICUBinary.java107 * @param authenticate user defined extra data authentication. This value
115 Authenticate authenticate)
160 || (authenticate != null
161 && !authenticate.isDataVersionAcceptable(dataVersion))) {
170 * Magic numbers to authenticate the data file
113 readHeader(InputStream inputStream, byte dataFormatIDExpected[], Authenticate authenticate) argument
/openjdk7/jdk/test/sun/security/ssl/com/sun/net/ssl/internal/www/protocol/https/HttpsClient/
H A DProxyTunnelServer.java119 if (authenticate(authInfo)) {
289 private boolean authenticate(String authInfo) throws IOException { method in class:ProxyTunnelServer
/openjdk7/jdk/test/sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/
H A DProxyTunnelServer.java121 if (authenticate(authInfo)) {
291 private boolean authenticate(String authInfo) throws IOException { method in class:ProxyTunnelServer
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DConnectionTest.java368 public Subject authenticate(Object credentials) { method in class:ConnectionTest.BogusAuthenticator
/openjdk7/jdk/test/sun/net/ftp/
H A DB6427768.java44 public boolean authenticate(String user, String password) { method in class:B6427768.MyAuthHandler
48 public boolean authenticate(String user, String password, String account) { method in class:B6427768.MyAuthHandler
/openjdk7/jdk/test/sun/net/www/protocol/http/
H A DProxyTunnelServer.java120 if (authenticate(authInfo)) {
290 private boolean authenticate(String authInfo) throws IOException { method in class:ProxyTunnelServer
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/security/
H A DJMXPluggableAuthenticator.java134 authenticationFailure("authenticate", le);
137 authenticationFailure("authenticate", se);
146 * to the server in order to authenticate the user before creating
154 * @exception SecurityException if the server cannot authenticate the user
157 public Subject authenticate(Object credentials) { method in class:JMXPluggableAuthenticator
163 authenticationFailure("authenticate", "Credentials required");
168 authenticationFailure("authenticate", message);
177 authenticationFailure("authenticate", message);
186 authenticationFailure("authenticate", message);
203 authenticationFailure("authenticate", l
[all...]
/openjdk7/jdk/src/share/classes/sun/security/krb5/
H A DKrbApRep.java76 authenticate(outgoingReq);
139 private void authenticate(KrbApReq apReq) method in class:KrbApRep
H A DKrbApReq.java144 authenticate(keys, initiator);
164 authenticate(keys, initiator);
266 private void authenticate(EncryptionKey[] keys, InetAddress initiator) method in class:KrbApReq
362 System.out.println(">>> KrbApReq: authenticate succeed.");
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DNotificationAccessControllerTest.java115 public Subject authenticate(Object credentials) { method in class:NotificationAccessControllerTest.CustomJMXAuthenticator
H A DNotificationEmissionTest.java64 public Subject authenticate(Object credentials) { method in class:NotificationEmissionTest.CustomJMXAuthenticator
/openjdk7/jdk/src/share/classes/java/net/
H A DSocksSocketImpl.java138 private boolean authenticate(byte method, InputStream in, method in class:SocksSocketImpl
140 return authenticate(method, in, out, 0L);
143 private boolean authenticate(byte method, InputStream in, method in class:SocksSocketImpl
473 if (!authenticate(data[1], in, out, deadlineMillis)) {
790 if (!authenticate(data[1], in, out)) {
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DHttpNegotiateServer.java326 public Result authenticate(HttpExchange exch) { method in class:HttpNegotiateServer.MyServerAuthenticator
/openjdk7/jdk/src/share/classes/sun/management/jmxremote/
H A DConnectorBootstrap.java121 "com.sun.management.jmxremote.authenticate";
216 public Subject authenticate(Object credentials) { method in class:ConnectorBootstrap.AccessFileCheckerAuthenticator
219 final Subject subject = authenticator.authenticate(credentials);
476 properties.put("authenticate", useAuthenticationStr);
/openjdk7/jdk/src/share/classes/com/sun/jndi/ldap/
H A DLdapClient.java50 * It then needs to use authenticate() to perform an LDAP BIND.
51 * Note that for v3, BIND is optional so authenticate() might not
52 * actually send a BIND. authenticate() can be used later on to issue
63 * isLdapv3 - no sync; initialized and updated within sync authenticate();
148 authenticate(boolean initial, String name, Object pw, int version, method in class:LdapClient

Completed in 1667 milliseconds