Package org.apache.shiro.ee.filters
Class Forms.AuthenticationMethods
java.lang.Object
org.apache.shiro.ee.filters.Forms.AuthenticationMethods
- Enclosing class:
Forms
JSF access points
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanvoidlogin()let Shiro filter handle the login, this method should only get called if login fails login wait time is handled by Shiro configurationvoidmanual login, zero wait timevoidmanual login with timeoutvoidlogout()booleanbooleanredirectIfLoggedIn(String view)
-
Constructor Details
-
AuthenticationMethods
public AuthenticationMethods()
-
-
Method Details
-
login
public void login()let Shiro filter handle the login, this method should only get called if login fails login wait time is handled by Shiro configuration -
login
manual login, zero wait time- Parameters:
username-password-
-
login
manual login with timeout- Parameters:
username-password-rememberMe-
-
logout
public void logout() -
isLoggedIn
public boolean isLoggedIn() -
redirectIfLoggedIn
public boolean redirectIfLoggedIn() -
redirectIfLoggedIn
-
isSessionExpired
public boolean isSessionExpired() -
isLoginFailure
public boolean isLoginFailure()
-