Class ActionResponseCredential
java.lang.Object
org.codelibs.fess.app.web.base.login.ActionResponseCredential
- All Implemented Interfaces:
org.lastaflute.web.login.credential.LoginCredential
public class ActionResponseCredential
extends Object
implements org.lastaflute.web.login.credential.LoginCredential
The credential for action response.
-
Constructor Summary
ConstructorsConstructorDescriptionActionResponseCredential(Supplier<org.lastaflute.web.response.ActionResponse> action) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionorg.lastaflute.web.response.ActionResponseexecute()Execute the action.
-
Constructor Details
-
ActionResponseCredential
Constructor.- Parameters:
action- The action.
-
-
Method Details
-
execute
public org.lastaflute.web.response.ActionResponse execute()Execute the action.- Returns:
- The action response.
-