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 TypeMethodDescriptionvoid
check
(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) boolean
boolean
isPermitted
(JpaSecurity.AccessType type, Class<? extends Model> model, Long... ids)
-
Constructor Details
-
AuthSecurityWarner
public AuthSecurityWarner()Deprecated.
-
-
Method Details
-
check
Deprecated.- Specified by:
check
in interfaceJpaSecurity
-
hasRole
- Specified by:
hasRole
in interfaceJpaSecurity
-
getAccessTypes
- Specified by:
getAccessTypes
in interfaceJpaSecurity
-
getAccessTypes
- Specified by:
getAccessTypes
in interfaceJpaSecurity
-
getFilter
- Specified by:
getFilter
in interfaceJpaSecurity
-
isPermitted
- Specified by:
isPermitted
in interfaceJpaSecurity
-
get
- Specified by:
get
in interfacejakarta.inject.Provider<JpaSecurity>
-