Class AuthenticatorMockImpl
java.lang.Object
org.summerboot.jexpress.security.auth.BootAuthenticator
org.summerboot.jexpress.security.auth.AuthenticatorMockImpl
- All Implemented Interfaces:
HealthInspector,Authenticator
- Author:
- Changski Tie Zheng Zhang 张铁铮, 魏泽北, 杜旺财, 杜富贵
-
Field Summary
Fields inherited from class org.summerboot.jexpress.security.auth.BootAuthenticator
authCfg, listenerFields inherited from interface org.summerboot.jexpress.boot.instrumentation.HealthInspector
healthInspectorCounter -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.summerboot.jexpress.security.auth.BootAuthenticator
authenticate, fromJwt, getBearerToken, logout, logout, setListener, toJwt, verifyBearerToken, verifyToken
-
Constructor Details
-
AuthenticatorMockImpl
public AuthenticatorMockImpl()
-
-
Method Details
-
login
protected Caller login(String uid, String password, AuthenticatorListener listener) throws IOException, NamingException - Specified by:
loginin classBootAuthenticator- Returns:
- Throws:
IOExceptionNamingException
-
ping
-