public interface LoginModule
Modifier and Type | Method and Description |
---|---|
boolean |
abort() |
boolean |
commit() |
void |
initialize(AuthSubject subject,
CallbackHandler cb,
Map sharedstate,
Map options) |
boolean |
login() |
boolean |
logout() |
void initialize(AuthSubject subject, CallbackHandler cb, Map sharedstate, Map options)
boolean login() throws LoginException
LoginException
boolean abort() throws LoginException
LoginException
boolean commit() throws LoginException
LoginException
boolean logout() throws LoginException
LoginException
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.