Class UserOperation
java.lang.Object
com.broadleafcommerce.auth.resource.domain.UserOperation
The API domain that represents a scope and operation types a user has access to on that scope.
- Author:
- Nick Crum (ncrum)
-
Constructor Details
-
UserOperation
-
-
Method Details
-
getScope
The scope of the user operation.- Returns:
- the scope of the user operation
-
getOperationTypes
The set of operation types that are allowed for the scope.- Returns:
- the operation types for the scope
-
equals
-
hashCode
public int hashCode() -
toString
-