Searched defs:login (Results 1 - 25 of 34) sorted by relevance

12

/openjdk7/jdk/src/share/classes/javax/security/auth/login/
H A DAccountException.java26 package javax.security.auth.login;
H A DAccountExpiredException.java26 package javax.security.auth.login;
H A DAccountLockedException.java26 package javax.security.auth.login;
H A DAccountNotFoundException.java26 package javax.security.auth.login;
H A DCredentialException.java26 package javax.security.auth.login;
H A DCredentialExpiredException.java26 package javax.security.auth.login;
34 * in its <code>login</code> method may determine that the user's
H A DCredentialNotFoundException.java26 package javax.security.auth.login;
H A DFailedLoginException.java26 package javax.security.auth.login;
H A DLoginException.java26 package javax.security.auth.login;
29 * This is the basic login exception.
31 * @see javax.security.auth.login.LoginContext
H A DConfigurationSpi.java27 package javax.security.auth.login;
H A DAppConfigurationEntry.java26 package javax.security.auth.login;
42 * @see javax.security.auth.login.Configuration
H A DConfiguration.java26 package javax.security.auth.login;
50 * <p> A login configuration contains the following information.
176 * of the "login.configuration.provider" security property (in the Java
192 * @see javax.security.auth.login.LoginContext
223 * Get the installed login Configuration.
227 * @return the login Configuration. If a Configuration object was set
250 ("login.configuration.provider");
254 config_class = "com.sun.security.auth.login.ConfigFile";
292 * Set the login <code>Configuration</code>.
H A DLoginContext.java26 package javax.security.auth.login;
70 * it invokes the <code>login</code> method to authenticate
71 * a <code>Subject</code>. The <code>login</code> method invokes
78 * <p> If the <code>login</code> method returns without
88 * the <code>logout</code> method. As with the <code>login</code>
166 * <i>auth.login.defaultCallbackHandler</i> security property
188 * (such as <code>auth.login.defaultCallbackHandler</code>)
200 * @see javax.security.auth.login.Configuration
206 private static final String LOGIN_METHOD = "login";
212 "auth.login
579 public void login() throws LoginException { method in class:LoginContext
[all...]
/openjdk7/jdk/test/javax/security/auth/login/LoginContext/
H A DResetModule.java25 import javax.security.auth.login.*;
36 public boolean login() throws LoginException { return true; } method in class:ResetModule
H A DDefaultHandlerModule.java28 import javax.security.auth.login.*;
52 public boolean login() throws LoginException { method in class:DefaultHandlerModule
H A DModuleSubjectModule.java28 import javax.security.auth.login.*;
55 public boolean login() throws LoginException { method in class:ModuleSubjectModule
H A DConfigConstructor.java29 * @run main/othervm/policy=ConfigConstructor.policy -Djava.security.auth.login.config=file:${test.src}/ConfigConstructor.config ConfigConstructor
34 * This test shares the login config with ConfigConstructorNoPerm.
41 import javax.security.auth.login.*;
60 lc.login();
69 lc2.login();
78 lc3.login();
87 lc4.login();
97 lc5.login();
116 lc6.login();
125 lc7.login();
203 public boolean login() throws LoginException { return true; } method in class:ConfigConstructor.MyModule1
221 public boolean login() throws LoginException { return true; } method in class:ConfigConstructor.MyModule2
240 public boolean login() throws LoginException { return true; } method in class:ConfigConstructor.MyModule3
258 public boolean login() throws LoginException { return true; } method in class:ConfigConstructor.MyModule4
271 public boolean login() throws LoginException { method in class:ConfigConstructor.MyModule5
288 public boolean login() throws LoginException { method in class:ConfigConstructor.MyModule6
[all...]
/openjdk7/jdk/src/share/classes/javax/security/auth/spi/
H A DLoginModule.java31 import javax.security.auth.login.*;
44 * to be used with a particular login application. Therefore different
68 * in the login <code>Configuration</code>.
82 * <code>login</code> method gets invoked by the LoginContext's
83 * <code>login</code> method. The <code>login</code>
87 * information. Once finished, the LoginModule's <code>login</code>
94 * the authentication, the LoginModule's <code>login</code> method will be
126 * @see javax.security.auth.login.LoginContext
127 * @see javax.security.auth.login
177 boolean login() throws LoginException; method in interface:LoginModule
[all...]
/openjdk7/jdk/src/share/classes/java/security/
H A DAuthProvider.java29 import javax.security.auth.login.LoginException;
33 * This class defines login and logout methods for a provider.
35 * <p> While callers may invoke <code>login</code> directly,
36 * the provider may also invoke <code>login</code> on behalf of callers
37 * if it determines that a login must be performed
65 * <i>auth.login.defaultCallbackHandler</i> security property
80 * @exception LoginException if the login operation fails
87 public abstract void login(Subject subject, CallbackHandler handler) method in class:AuthProvider
106 * <code>login</code> method. The provider also uses this handler
107 * if it invokes <code>login</cod
[all...]
/openjdk7/jdk/test/sun/security/krb5/auto/
H A DLoginModuleOptions.java41 private static final String NAME = "javax.security.auth.login.name";
42 private static final String PWD = "javax.security.auth.login.password";
50 login(null, "useKeyTab", "true", "principal", "dummy");
51 login(null, "tryFirstPass", "true", NAME, OneKDC.USER,
54 login(new MyCallback(OneKDC.USER, OneKDC.PASS)); // save the cache
56 login(null, "useTicketCache", "true", "ticketCache", "krbcc");
60 login(null, "useTicketCache", "true", "ticketCache", "krbcc_non_exists",
64 login(null, "useKeyTab", "true", "principal", "dummy",
72 login(new MyCallback(OneKDC.USER, OneKDC.PASS),
82 login(ne
135 static void login(CallbackHandler callback, Object... options) method in class:LoginModuleOptions
[all...]
/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DNTLoginModule.java32 import javax.security.auth.login.*;
50 * If set to true in the login Configuration,
54 * If set to true in the login Configuration,
101 * @param options options specified in the login
137 public boolean login() throws LoginException { method in class:NTLoginModule
145 "Failed in NT login");
228 * <code>login</code> method), then this method associates some
239 * @return true if this LoginModule's own login and commit
297 * <code>login</code> and <code>commit</code> methods),
304 * @return false if this LoginModule's own login an
[all...]
H A DSolarisLoginModule.java32 import javax.security.auth.login.*;
46 * If set to true in the login Configuration,
94 * @param options options specified in the login
127 public boolean login() throws LoginException { method in class:SolarisLoginModule
186 * @return true if this LoginModule's own login and commit attempts
234 * as part of the authentication attempt from the <code>login</code>
241 * @return false if this LoginModule's own login and/or commit attempts
H A DUnixLoginModule.java32 import javax.security.auth.login.*;
46 * If set to true in the login Configuration,
88 * @param options options specified in the login
120 public boolean login() throws LoginException { method in class:UnixLoginModule
180 * @return true if this LoginModule's own login and commit attempts
230 * as part of the authentication attempt from the <code>login</code>
237 * @return false if this LoginModule's own login and/or commit attempts
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/security/
H A DFileLoginModule.java44 import javax.security.auth.login.*;
81 * from the module's shared state, using "javax.security.auth.login.name"
82 * and "javax.security.auth.login.password" as the respective keys. The
89 * from the module's shared state, using "javax.security.auth.login.name"
90 * and "javax.security.auth.login.password" as the respective keys. The
100 * "javax.security.auth.login.name" and
101 * "javax.security.auth.login.password" as the respective keys. This is
108 * (login and commit) have completed.</dd>
122 "javax.security.auth.login.name";
126 "javax.security.auth.login
221 public boolean login() throws LoginException { method in class:FileLoginModule
[all...]
/openjdk7/jdk/src/share/classes/com/sun/security/auth/login/
H A DConfigFile.java26 package com.sun.security.auth.login;
29 import javax.security.auth.login.AppConfigurationEntry;
42 * <code>javax.security.auth.login.Configuration</code>.
44 * <p> This object stores the runtime login configuration representation,
45 * and is the amalgamation of multiple static login
47 * The algorithm for locating the login configuration file(s) and reading their
53 * <i>login.config.url.1</i>, <i>login.config.url.2</i>, ...,
54 * <i>login.config.url.X</i>. These properties are set
60 * login configuratio
[all...]

Completed in 78 milliseconds

12