Searched refs:logout (Results 1 - 20 of 20) sorted by relevance

/openjdk7/jdk/src/share/classes/java/security/
H A DAuthProvider.java33 * This class defines login and logout methods for a provider.
93 * @exception LoginException if the logout operation fails
100 public abstract void logout() throws LoginException; method in class:AuthProvider
/openjdk7/jdk/test/javax/security/auth/login/LoginContext/
H A DResetModule.java39 public boolean logout() throws LoginException { return true; } method in class:ResetModule
H A DDefaultHandlerModule.java74 public boolean logout() throws LoginException { method in class:DefaultHandlerModule
H A DModuleSubjectModule.java76 public boolean logout() throws LoginException { method in class:ModuleSubjectModule
H A DConfigConstructor.java206 public boolean logout() throws LoginException { return true; } method in class:ConfigConstructor.MyModule1
224 public boolean logout() throws LoginException { return true; } method in class:ConfigConstructor.MyModule2
243 public boolean logout() throws LoginException { return true; } method in class:ConfigConstructor.MyModule3
261 public boolean logout() throws LoginException { return true; } method in class:ConfigConstructor.MyModule4
278 public boolean logout() throws LoginException { return true; } method in class:ConfigConstructor.MyModule5
295 public boolean logout() throws LoginException { return true; } method in class:ConfigConstructor.MyModule6
/openjdk7/jdk/test/sun/security/pkcs11/Provider/
H A DLogin.java64 ap.logout();
79 ap.logout();
101 // logout
102 ap.logout();
/openjdk7/jdk/src/share/classes/javax/security/auth/spi/
H A DLoginModule.java117 * The <code>LoginContext</code> invokes the LoginModule's <code>logout</code>
118 * method. The <code>logout</code> method for the <code>LoginModule</code>
119 * then performs the logout procedures, such as removing Principals or
234 * @exception LoginException if the logout fails
239 boolean logout() throws LoginException; method in interface:LoginModule
/openjdk7/jdk/test/com/sun/security/auth/module/KeyStoreLoginModule/
H A DReadOnly.java27 * @summary JAAS KeyStoreLoginModule logout doesn't
106 // test regular logout
107 m.logout();
127 // try to logout
129 m.logout();
/openjdk7/jdk/src/share/classes/com/sun/security/auth/module/
H A DSolarisLoginModule.java265 logout();
278 * @exception LoginException if the logout fails
283 public boolean logout() throws LoginException { method in class:SolarisLoginModule
286 "Entering logout");
H A DUnixLoginModule.java260 logout();
273 * @exception LoginException if the logout fails
278 public boolean logout() throws LoginException { method in class:UnixLoginModule
282 ("logout Failed: Subject is Readonly");
H A DNTLoginModule.java328 logout();
344 * @exception LoginException if the logout fails.
349 public boolean logout() throws LoginException { method in class:NTLoginModule
394 "completed logout processing");
H A DJndiLoginModule.java446 logout();
459 * @exception LoginException if the logout fails.
464 public boolean logout() throws LoginException { method in class:JndiLoginModule
H A DLdapLoginModule.java690 logout();
701 * @exception LoginException if the logout fails.
705 public boolean logout() throws LoginException { method in class:LdapLoginModule
H A DKeyStoreLoginModule.java797 * then the provider's <code>logout</code> method is invoked.
830 * then the provider's <code>logout</code> method is invoked.
834 * @exception LoginException if the logout fails.
840 public boolean logout() throws LoginException { method in class:KeyStoreLoginModule
842 debugPrint("Entering logout " + status);
866 // perform explicit logout if possible
872 ap.logout();
932 // throw pending logout exception if there is one
H A DKrb5LoginModule.java1129 logout();
1142 * @exception LoginException if the logout fails.
1147 public boolean logout() throws LoginException { method in class:Krb5LoginModule
1151 "Entering logout");
/openjdk7/jdk/src/share/classes/com/sun/jmx/remote/security/
H A DFileLoginModule.java392 logout();
403 * @exception LoginException if the logout fails.
407 public boolean logout() throws LoginException { method in class:FileLoginModule
421 logger.debug("logout", "Subject is being logged out");
/openjdk7/jdk/test/sun/security/util/Resources/
H A DFormat.java222 lc.logout();
/openjdk7/jdk/src/share/classes/javax/security/auth/login/
H A DLoginContext.java87 * <p> To logout the Subject, the caller calls
88 * the <code>logout</code> method. As with the <code>login</code>
89 * method, this <code>logout</code> method invokes the <code>logout</code>
209 private static final String LOGOUT_METHOD = "logout";
615 * <p> This method invokes the <code>logout</code> method for each
617 * Each <code>LoginModule</code> performs its respective logout procedure
631 * @exception LoginException if the logout fails.
633 public void logout() throws LoginException { method in class:LoginContext
636 ("null.subject.logout
[all...]
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSunPKCS11.java1201 * @exception LoginException if the logout operation fails
1207 public void logout() throws LoginException { method in class:SunPKCS11
1218 // app may call logout for cleanup, allow
1224 debug.println("logout operation not required for token - " +
1225 "ignoring logout request");
1241 // perform token logout
1248 debug.println("logout succeeded");
/openjdk7/jdk/test/sun/security/pkcs11/KeyStore/
H A DBasic.java386 m.logout();

Completed in 323 milliseconds