Uses of Class
org.jbpm.casemgmt.api.auth.AuthorizationManager.ProtectedOperation
-
Packages that use AuthorizationManager.ProtectedOperation Package Description org.jbpm.casemgmt.api.auth org.jbpm.casemgmt.impl -
-
Uses of AuthorizationManager.ProtectedOperation in org.jbpm.casemgmt.api.auth
Methods in org.jbpm.casemgmt.api.auth that return AuthorizationManager.ProtectedOperation Modifier and Type Method Description static AuthorizationManager.ProtectedOperation
AuthorizationManager.ProtectedOperation. valueOf(String name)
Returns the enum constant of this type with the specified name.static AuthorizationManager.ProtectedOperation[]
AuthorizationManager.ProtectedOperation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jbpm.casemgmt.api.auth with parameters of type AuthorizationManager.ProtectedOperation Modifier and Type Method Description void
AuthorizationManager. checkOperationAuthorization(String caseId, AuthorizationManager.ProtectedOperation operation)
Checks if the caller (based on identity provider) is authorized to perform given operation on a case. -
Uses of AuthorizationManager.ProtectedOperation in org.jbpm.casemgmt.impl
Methods in org.jbpm.casemgmt.impl with parameters of type AuthorizationManager.ProtectedOperation Modifier and Type Method Description void
AuthorizationManagerImpl. checkOperationAuthorization(String caseId, AuthorizationManager.ProtectedOperation operation)
-