Package org.codelibs.fess.app.logic
Class AccessContextLogic
java.lang.Object
org.codelibs.fess.app.logic.AccessContextLogic
The logic for access context.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceThe supplier of application type.static interfaceThe supplier of user bean.static interfaceThe supplier of user type. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.dbflute.hook.AccessContextcreate(org.lastaflute.db.dbflute.accesscontext.AccessContextResource resource, AccessContextLogic.UserTypeSupplier userTypeSupplier, AccessContextLogic.UserBeanSupplier userBeanSupplier, AccessContextLogic.AppTypeSupplier appTypeSupplier) Create the access context.
-
Constructor Details
-
AccessContextLogic
public AccessContextLogic()Default constructor.
-
-
Method Details
-
create
public org.dbflute.hook.AccessContext create(org.lastaflute.db.dbflute.accesscontext.AccessContextResource resource, AccessContextLogic.UserTypeSupplier userTypeSupplier, AccessContextLogic.UserBeanSupplier userBeanSupplier, AccessContextLogic.AppTypeSupplier appTypeSupplier) Create the access context.- Parameters:
resource- The access context resource.userTypeSupplier- The supplier of user type.userBeanSupplier- The supplier of user bean.appTypeSupplier- The supplier of application type.- Returns:
- The access context.
-