Package org.idempiere.felix.webconsole
Class SecurityProviderImpl
java.lang.Object
org.idempiere.felix.webconsole.SecurityProviderImpl
- All Implemented Interfaces:
org.apache.felix.webconsole.WebConsoleSecurityProvider,org.apache.felix.webconsole.WebConsoleSecurityProvider2,org.apache.felix.webconsole.WebConsoleSecurityProvider3
public class SecurityProviderImpl
extends Object
implements org.apache.felix.webconsole.WebConsoleSecurityProvider3
- Author:
- hengsin
-
Field Summary
Fields inherited from interface org.apache.felix.webconsole.WebConsoleSecurityProvider2
USER_ATTRIBUTE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionauthenticate(String username, String password) booleanauthenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) booleanvoidlogout(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
-
Constructor Details
-
SecurityProviderImpl
public SecurityProviderImpl()
-
-
Method Details
-
authenticate
- Specified by:
authenticatein interfaceorg.apache.felix.webconsole.WebConsoleSecurityProvider
-
authorize
- Specified by:
authorizein interfaceorg.apache.felix.webconsole.WebConsoleSecurityProvider
-
authenticate
public boolean authenticate(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) - Specified by:
authenticatein interfaceorg.apache.felix.webconsole.WebConsoleSecurityProvider2
-
logout
public void logout(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response) - Specified by:
logoutin interfaceorg.apache.felix.webconsole.WebConsoleSecurityProvider3
-