public class LocalLdapAuthModule extends Object implements LoginModule
Constructor and Description |
---|
LocalLdapAuthModule() |
Modifier and Type | Method and Description |
---|---|
boolean |
abort() |
boolean |
commit() |
void |
initialize(AuthSubject subject,
CallbackHandler handle,
Map sharedState,
Map options) |
boolean |
login() |
boolean |
logout() |
public void initialize(AuthSubject subject, CallbackHandler handle, Map sharedState, Map options)
initialize
in interface LoginModule
public boolean login() throws LoginException
login
in interface LoginModule
LoginException
public boolean abort() throws LoginException
abort
in interface LoginModule
LoginException
public boolean commit() throws LoginException
commit
in interface LoginModule
LoginException
public boolean logout() throws LoginException
logout
in interface LoginModule
LoginException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.