|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SessionOriented
This interface defines the standard way of logging users in. It extends from the standard JAAS LoginModule interface and should be implemented by Security classes that require the user to log in before using a security token. Note that such Security classes can then be used as a standard JAAS authentication module.
Method Summary | |
---|---|
boolean |
isLoggedIn()
This method checks if any user is logged in at the moment - that is if a session is opened. |
Methods inherited from interface javax.security.auth.spi.LoginModule |
---|
abort, commit, initialize, login, logout |
Method Detail |
---|
boolean isLoggedIn()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |