Package com.axelor.auth
Class AuthSecurityWarner
java.lang.Object
com.axelor.auth.AuthSecurityWarner
- All Implemented Interfaces:
JpaSecurity,jakarta.inject.Provider<JpaSecurity>
Deprecated.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.axelor.db.JpaSecurity
JpaSecurity.AccessType -
Field Summary
Fields inherited from interface com.axelor.db.JpaSecurity
CAN_CREATE, CAN_EXPORT, CAN_IMPORT, CAN_READ, CAN_REMOVE, CAN_WRITE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcheck(JpaSecurity.AccessType type, Class<? extends Model> model, Long... ids) Deprecated.get()getAccessTypes(Class<? extends Model> model) getAccessTypes(Class<? extends Model> model, Long id) getFilter(JpaSecurity.AccessType type, Class<? extends Model> model, Long... ids) booleanbooleanisPermitted(JpaSecurity.AccessType type, Class<? extends Model> model, Long... ids)
-
Constructor Details
-
AuthSecurityWarner
public AuthSecurityWarner()Deprecated.
-
-
Method Details
-
check
Deprecated.- Specified by:
checkin interfaceJpaSecurity
-
hasRole
- Specified by:
hasRolein interfaceJpaSecurity
-
getAccessTypes
- Specified by:
getAccessTypesin interfaceJpaSecurity
-
getAccessTypes
- Specified by:
getAccessTypesin interfaceJpaSecurity
-
getFilter
- Specified by:
getFilterin interfaceJpaSecurity
-
isPermitted
- Specified by:
isPermittedin interfaceJpaSecurity
-
get
- Specified by:
getin interfacejakarta.inject.Provider<JpaSecurity>
-